{ "name": "dsh-skill-recommender", "version": "0.1.3", "description": "Skill recommender for DeepSeek Harness: browse local Codex/Claude/DSH session records, derive a user profile, and recommend suitable open-source skills with a tunable weighted match index (higher index = higher-relevance only). Tools + Web settings panel.", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-ui-settings" ], "platform": "web" }, "engines": { "dsh": ">=0.1.5-rc.1" } }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "skill", "skills", "recommender", "recommendation", "session", "codex", "claude", "profile" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zhengjy01/dsh-skill-recommender" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/cordis-plugin-timer": "^1.1.3", "@deepseek-ai/dsh-client-connection": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.1", "@deepseek-ai/dsh-host-webserver": "0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.1", "@types/node": "^22.20.0", "@types/react": "~18.3.1", "@types/react-dom": "^18.3.5", "lightningcss": "1.32.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tsdown": "0.22.2", "typescript": "~5.7.2" }, "scripts": { "build": "tsc -p tsconfig.build.json && tsdown", "bundle": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", "test": "node tests/smoke.mjs" } }