Dsh Skillport
Description
Every skill you already have — Claude Code, Codex, Cursor, Gemini CLI — works in DSH: Agent Skills SKILL.md discovery, Tier-2 conversions, find_skill search, and a skills doctor
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dsh-skillport
**Every skill you already have — Claude Code, Codex, Cursor, Gemini CLI — works in DSH.**
`dsh-skillport` is a [DeepSeek Harness](https://github.com/deepseek-ai/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**: your `.claude/skills/` library, your Cursor rules, your Claude Code slash commands all become DSH skills the moment the plugin loads.
What you get
| Format | Source | How it lands in DSH |
|---|---|---|
Agent Skills SKILL.md |
.claude/skills/, ~/.claude/skills/ (Claude Code) |
model-invocable skills |
Agent Skills SKILL.md |
~/.gemini/antigravity/skills/ (Gemini CLI) |
model-invocable skills |
Agent Skills SKILL.md |
extraPaths (config) |
model-invocable skills |
Agent Skills SKILL.md |
.dsh/skills/, .agents/skills/ (+ user roots) |
scanned natively by DSH — skillport never double-scans |
| Cursor rules | .cursor/rules/*.mdc |
converted to model-invocable skills (source cursor) |
| Claude Code commands | .claude/commands/*.md |
converted to user-invokable skills (/name) |
| Context files | AGENTS.md, CLAUDE.md |
injected as project context only if DSH does not already (native dsh-agent-instructions wins — no double-injection) |
Skills flow into the native skill registry (`ctx.skills`), so the platform's own catalog injection, progressive-disclosure index, and the `skill` loader tool surface them automatically. **Registrations are Cordis effects: `dsh plugin remove @dsh-skillport/bundle` unloads every imported skill cleanly** — a live demo of the platform's teardown model.
Why this shape
DSH already ships a full skill stack: a provider registry with rank-based dedup, catalog injection (names + descri
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11