skill-framework
Run the following command in DeepSeek Harness:
dsh plugin install JohnXu22786/skill-framework
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install JohnXu22786/skill-framework in your terminal to install this plugin; the source repository is at https://github.com/JohnXu22786/skill-framework .
About this plugin
When you let an AI assistant write code, the real failures are rarely syntax errors—they are process-discipline failures: skipping design and jumping straight to code, shipping without verification, debugging by guesswork, declaring "done" with no evidence. Praxis (dsh-praxis) distils the daily SOPs of a senior engineer into 14 triggerable skill cards so the model automatically "flips to the right page" when a matching scenario appears, turning gut feeling into structured workflow. The skill set spans requirement clarification, design conversation, implementation blueprint, step-by-step execution with checkpoint validation, test-first (red-green-refactor), evidence-based fault isolation, observable completion proof, parallel task splitting, delegated sub-agent builds with a two-round review gate, pre-review self-check and point-by-point feedback assimilation, same-repo branch isolation, branch conclusion and merge, all the way to skill authoring itself—forming a complete engineering loop. Every skill follows the Agent Skills open standard (SKILL.md + YAML frontmatter) and is registered through dsh's Cordis plugin interface as a skill provider; unloading cleanly removes all registration state with no residue. It is built for individuals or small teams already developing inside DeepSeek Harness who want their assistant to work by the book instead of improvising. After installation the model loads the matching skill automatically when a trigger scenario is hit; alternatively you can drop the skills/ directory straight into a dsh local skill root with zero code—same content, same effect.
Use Cases
- Drive AI-assisted coding through a full design → plan → execute → test → review → deliver loop
- Debug with evidence-based fault isolation instead of guess-and-check
- Coordinate parallel tasks with contract-based splitting, branch isolation, and a unified merge gate
Best For
- Individual developers building daily workflow on DeepSeek Harness
- Small teams that want AI assistants to follow strict engineering discipline
- Senior developers looking to codify their SOPs into reusable, shareable skill cards
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.