跳转至

dsh-skillport

类型 插件 分类 学习
星数 ⭐2 状态 ✅ 活跃
能力 workflow, coding 更新时间 2026-08-13

📖 项目简介

Every skill you already have — Claude Code, Codex, Cursor, Gemini CLI — works in DSH. dsh-skillport is a DeepSeek Harness plugin bundle that makes DSH the next implementer of the open Agent Skills standard (SKILL.md). Anthropic released the spec in Dec 2025 and 30+ harnesses read it (Codex CLI, Cursor, Gemini CLI, Copilot/VS Code, Goose, Windsurf); DSH did not. Skillport imports the whole existing ecosystem with zero migration: y

✨ 核心特性

  • .dsh/skills + .agents/skills are scanned by DSH's native dsh-skill-filesystem; skillport detects that provider and skips those sets (f
  • The spec's "injection" (names + descriptions) and "use_skill" (load body + resolve resources) are the native dsh-tool-skill catalog and `s
  • AGENTS.md/CLAUDE.md are injected natively by dsh-agent-instructions; skillport takes over only when that plugin is absent.

📦 安装

dsh plugin --profile web add @dsh-skillport/bundle

🚀 快速开始

skills-doctor --cwd ~/work/projectx list
skills-doctor --cwd ~/work/projectx test-fire "deploy the app to production"

🔗 链接