jeremy9682/dsh-skill-pack
jeremy9682★ 1JavaScript最后同步: 2026-08-14
11 shareable workflow skills for DeepSeek Harness: handoffs, triage, specs, tickets, wayfinding, teaching, mode routing, overnight runs
README 摘要
dsh-skill-pack A shareable set of 12 workflow skills for the DeepSeek Harness ( dsh ). One plugin, one FileSystemSkillProvider , twelve skills. The pack is a single-package dsh plugin (the same shape as a Hermes / DSH community bundle). Installing it registers a filesystem skill provider that points at the skills/ directory bundled inside this package — added alongside your own project and user skills, never replacing them. Requirements - dsh = 0.1.0-rc.6 This package declares no @deepseek-ai/ dependency. Like other DSH bundles, the official packages ( @deepseek-ai/dsh-skill-filesystem , etc.) are injected by your profile's closure at boot time, so the plugin resolves them from the profile's own node modules . The 12 skills Skill What it does dsh-mode-routing DSH session mode (agent preset) selection and routing — the four built-in presets ( standard / code / minimal / cordis ) plus user-built presets. handoff Compact the current conversation into a handoff document for another agent to pick up. triage Move issues and external PRs through a triage state machine — categorise, verify, grill, and write agent-ready briefs. to-spec Turn the current conversation into a spec and publish i…
在 GitHub 查看完整 README →