DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-plugin-skills

o

dsh-plugin-skills

Identified12

Agent skills for building and testing DeepSeek Harness plugins — from scaffolding a new plugin package to choosing the right test tiers, entirely inside an agent session.

dsh-plugin-skills

English | 中文

Agent skills for building and testing DeepSeek Harness plugins — from scaffolding a new plugin package to choosing the right test tiers, entirely inside an agent session.

What's inside

| Skill | What it does | | --------------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | dsh-write-plugin | Scaffolds a plugin end to end: pick the right shape (tool / LLM adapter / hook / service / config), walk the package checklist (package.json invariants, tsconfig registration, README + Model Experience, verify gates), with a self-contained reference file per shape. | | dsh-test-plugin | Picks the right test tiers for a plugin change: unit, per-file coverage gate, real-API e2e, keyless snapshots, web browser snapshots — and when each is required, including real-entry-path and built-bin smoke coverage. |

Both skills are fully self-contained: no external docs or other skills needed at runtime — everything required is written inside the skill.

Install

Copy the skill folders into your project's agent skills directory:

cp -r dsh-write-plugin dsh-test-plugin <your-project>/.agents/skills/

Claude Code projects usually symlink .claude/skills to .agents/skills; if yours does not:

ln -s ../.agents/skills <your-project>/.claude/skills

That's it. The agent picks the skills up automatically (the skill catalog hot-refreshes on disk changes) — just ask it to write a plugin or test this plugin change, or invoke a skill by name.

Requirements

Runs in any mainstream agent product — the skills are plain SKILL.md Markdown directories with no product-specific glue, so they work wherever an agent can read skill instructions: Codex, Claude Code, DeepSeek Harness, Cursor, Windsurf, Gemini CLI, GitHub Copilot, Cline, Roo Code, OpenHands, Aider, Devin, and more.

Comments

Loading…

Similar plugins

dsh-plugin-development

by w2112515

Portable Agent Skill for developing and auditing DeepSeek Harness plugins, with an optional profile-installable DSH bundle adapter.

Security & AuditTools & CapabilitiesManifest valid

12

MIT

JavaScript

Aug 17, 2026

dsh plugin --profile web add dsh-plugin-development

by cyanseek

Agent-first DeepSeek Harness plugin intelligence: verify existing plugins, identify missing capabilities, and generate build-ready briefs.

Development & InfrastructureManifest valid

6

MIT

JavaScript

Sep 13, 2026

dsh plugin --profile web add dsh-landscape

by andrepontesmelo

The DSH productivity suite: plugins + agent skills for the DeepSeek Harness, installable in one command.

Tools & CapabilitiesManifest valid

0

MIT

JavaScript

Sep 11, 2026

dsh plugin --profile web add @andrepontesmelo/dsh-suite

by minivv

Discover and manage Agent Skills inside DeepSeek Harness

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

14

272/wk

MIT

JavaScript

Sep 15, 2026

dsh plugin --profile web add dsh-agent-skills

by pure-craft

DeepSeek Harness plugin: see what your agent can actually reach — skills, MCP servers, system tools with true in-context state, and per-session / per-preset switches

UI & ExperienceDevelopment & InfrastructureManifest valid

5

342/wk

MIT

TypeScript

Sep 18, 2026

dsh plugin --profile web add dsh-capability-panel

by 0lidaxiang

DeepSeek Harness is a plugin-based system for building AI agents. Everything, from tools and models to the web UI, can be added or replaced as a plugin.

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

4

210/wk

MIT

JavaScript

Sep 9, 2026

dsh plugin --profile web add dsh-plugin-greet