YTyangtao666

Dsh Skills Bridge — Development skill for Claude Code

Development community

Bring your Claude Code skills into DeepSeek Harness — zero migration, one plugin.

How to install Dsh Skills Bridge

This entry records only its repository, not the path inside it, so there is no exact command to give. Open YTyangtao666/dsh-skills-bridge and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Dsh Skills Bridge does

Bring your Claude Code skills into DeepSeek Harness — zero migration, one plugin. 一个插件把 Claude Code 技能桥接进 DeepSeek Harness

Alternatives in Development

  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Harnessrouter — HarnessRouter Community Edition: the self-hosted, Apache-2.0 edition of the unified interface for agent harnes 618 ★

README

dsh-skills-bridge

**Bring your Claude Code skills into [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) — zero migration, one plugin.**

[![dsh-plugin](https://img.shields.io/badge/topic-dsh--plugin-c9a96e)](https://github.com/topics/dsh-plugin) [![License: MIT](https://img.shields.io/badge/License-MIT-8ca8d9.svg)](LICENSE)

![Verified: Claude Code skill invoked inside DeepSeek Harness via claude-bridge provider](assets/hero-verification.png)

*Real session, dsh v0.1.0-rc.8: the agent lists its skill catalog — `pdf-report` arrives from `claude-bridge` (this plugin) with its original `~/.claude/skills/` path, while `using-superpowers` comes from the native filesystem provider.*

If you maintain a `~/.claude/skills/` directory, you already own a skill library. This plugin mounts it into DeepSeek Harness as a first-class `SkillProvider` — every `SKILL.md` is discovered, its frontmatter is normalized to the DSH format, and the model can invoke it exactly like a native skill.

~/.claude/skills/pdf-report/SKILL.md     ─┐
~/.claude/skills/tiktok-bio-scraper/...   ├─►  dsh-skills-bridge  ─►  ctx.skills  ─►  agent
~/.agents/skills/using-superpowers/       ─┘        (provider: claude-bridge)

Why

DeepSeek Harness has an elegant skill system (`ctx.skills`), but its ecosystem is one week old. Claude Code's skill ecosystem is huge — hundreds of community skills, and every power user has a personal `~/.claude/skills` folder. This bridge lets DSH inherit that entire library on day one.

What it handles

Claude Code frontmatter Mapped to Notes
name, description same required, same semantics
when_to_use / when-to-use whenToUse routing guidance for the model
disable-model-invocation invocation.modelInvocable: false user-only skills
user-invocable invocation.userInvocable command-surface control
allowed-tools, license, custom keys preserved in metadata never dro