{ "name": "dsh-skills-anywhere", "version": "0.6.0", "description": "Your skills, anywhere. A live Agent Skills provider for DeepSeek Harness: every other agent's skill directories (Claude Code, Codex, Cursor, Gemini CLI, Copilot and 60+ more), Claude Code plugin marketplaces, and any GitHub skill repo, all in the dsh skill catalog, and served to any MCP client (Claude Code, Cursor, Codex) too. Zero copies, zero symlinks.", "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "cordis", "agent-skills", "skills", "SKILL.md", "claude-code", "codex", "cursor", "plugin", "mcp", "mcp-server", "model-context-protocol", "dsh-client" ], "author": "Note Flow AI ", "license": "MIT", "mcpName": "io.github.noteflowai/dsh-skills-anywhere", "homepage": "https://github.com/noteflowai/dsh-skills-anywhere", "repository": { "type": "git", "url": "git+https://github.com/noteflowai/dsh-skills-anywhere.git" }, "bugs": { "url": "https://github.com/noteflowai/dsh-skills-anywhere/issues" }, "publishConfig": { "access": "public" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "dsh-skills-anywhere": "lib/cli.js" }, "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./tools": { "types": "./lib/tools.d.ts", "default": "./lib/tools.js" }, "./mcp": { "types": "./lib/mcp.d.ts", "default": "./lib/mcp.js" }, "./client": { "types": "./types/client.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts", "types/**/*.d.ts", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "compatibility": { "dshReleases": { "0.1.5-rc.1": "compatible", "0.1.5-rc.2": "compatible" } }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-plugins", "@deepseek-ai/dsh-client-connection" ] } }, "scripts": { "build": "tsdown", "prepare": "node -e \"process.exit(require('fs').existsSync('lib/index.js') ? 0 : 1)\" || pnpm run build", "typecheck": "tsc --noEmit", "lint": "oxlint src tests", "test": "vitest run", "test:coverage": "vitest run --coverage", "version": "node scripts/sync-version.mjs && git add -A", "version:check": "node scripts/sync-version.mjs --check", "check": "pnpm run version:check && pnpm run typecheck && pnpm run lint && pnpm run test && pnpm run build", "showcase:build": "tsdown --config huggingface/tsdown.config.ts && node .dsh-showcase/tools/build.js --build", "showcase:check": "node huggingface/check.cjs && node .dsh-showcase/tools/build.js --seal" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "chokidar": "^5.0.0", "yaml": "^2.9.0", "zod": "^4.5.4" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-skill": ">=0.1.5-rc.1", "@deepseek-ai/dsh-tools": ">=0.1.5-rc.1", "@deepseek-ai/schemastery": "^3.18.2" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-agent": "0.1.5-rc.2", "@deepseek-ai/dsh-llm": "0.1.5-rc.2", "@deepseek-ai/dsh-scope": "0.1.5-rc.2", "@deepseek-ai/dsh-session": "0.1.5-rc.2", "@deepseek-ai/dsh-skill": "0.1.5-rc.2", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2", "@deepseek-ai/dsh-tools": "0.1.5-rc.2", "@deepseek-ai/schemastery": "^3.18.2", "@types/node": "^22.20.2", "@types/react": "^19.3.0", "@types/react-dom": "^19.3.0", "@vitest/coverage-v8": "^5.0.0", "oxlint": "^1.82.0", "playwright": "1.63.0", "react": "^19.3.0", "react-dom": "^19.3.0", "tsdown": "^0.23.0", "typescript": "^7.0.2", "vitest": "^5.0.0" }, "packageManager": "pnpm@12.3.4", "peerDependenciesMeta": { "@deepseek-ai/dsh-tools": { "optional": true } } }