ShinewineW

Dsh Claude In — Development skill for Claude Code

Development community

Read-only Claude Code compatibility bridge for DeepSeek Harness: Skills, Rules, command Hooks, and Agents from .claude as SSOT.

How to install Dsh Claude In

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

What Dsh Claude In does

Read-only Claude Code compatibility bridge for DeepSeek Harness: Skills, Rules, command Hooks, and Agents from .claude as SSOT.

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 ★
  • Flowix — Notes for you, Memory for your agents 374 ★

README

dsh-claude-in

English | [简体中文](README.zh.md)

[![GitHub release](https://img.shields.io/github/v/release/ShinewineW/dsh-claude-in)](https://github.com/ShinewineW/dsh-claude-in/releases) [![License](https://img.shields.io/github/license/ShinewineW/dsh-claude-in)](LICENSE) [![DeepSeek Harness plugin](https://img.shields.io/badge/DeepSeek%20Harness-plugin-4c8bf5)](https://github.com/topics/dsh-plugin)

Use an existing Claude Code workspace in [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) without maintaining a second copy of its configuration.

`dsh-claude-in` loads Rules, Skills, command Hooks, and Agent definitions directly from `.claude`. The source files remain unchanged, making `.claude` the single source of truth across Claude Code and DSH.

Highlights

  • No migration — Claude assets are read at runtime instead of copied into DSH-specific files.
  • Project and user scopes — loads the current workspace .claude together with ~/.claude.
  • Native DSH integration — exposes Skills through the DSH skill service, injects Rules into sessions, and bridges command Hooks to DSH events.
  • Explicit links stay valid — linked Skills and Rule imports continue to resolve outside the discovery roots.
  • Optional DSH adaptations — project-specific overrides live under .dsn, leaving Claude assets untouched.

Supported assets

Claude Code asset Sources DSH integration
Rules .claude/rules/**/*.md, ~/.claude/rules/**/*.md Baseline and path-scoped session instructions
Skills .claude/skills/**/SKILL.md, ~/.claude/skills/**/SKILL.md Native DSH skills, read from source when invoked
Command Hooks hooks.json, settings.json, settings.local.json DSH lifecycle hooks
Agents .claude/agents/**/*.md, ~/.claude/agents/**/*.md Agent catalog and claude-agent-* skills

Session history, MCP configuration, Claude plugins, commands, memory, and direct `CLAUDE.md` injection are out