Dsh Skillport banner
Jesse-njx Jesse-njx

Dsh Skillport

Development community

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