KiWi233333/dsh-creator 预览 preview

KiWi233333/dsh-creator

插件Plugin ⭐ 4 MIT 提示词与技能Prompts & Skills

Build verified extensions for DeepSeek Harness with an installable agent skill.

项目介绍Project Overview

DSH Creator 是面向 DeepSeek Harness 的代理技能,封装插件、工具、LLM 适配器、钩子、Skills、MCP、UI 节点、协议与配置等扩展的脚手架与参考模板,通过单焦点引用引导代理按已验证模式生成并验证。适用于为 DSH 打包可复用插件或接入新能力。需注意 DSH 仍为开发者预览版,可能引入破坏性变更,且本项目为独立社区项目,与 DeepSeek 无关。

DSH Creator is an agent skill for DeepSeek Harness that scaffolds plugins, tools, LLM adapters, hooks, skills, MCP connections, UI nodes, protocol drivers, and configuration. It routes the agent to one focused reference at a time and validates output against the selected DSH baseline. Use it when packaging reusable extensions or wiring new capabilities into DSH. Note that DSH is a developer preview with potential breaking changes, and this is an independent community project unaffiliated with DeepSeek.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:KiWi233333/dsh-creator

KiWi233333/dsh-creator 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH Creator logo

DSH Creator

An agent skill for building plugins, tools, adapters, hooks, skills, MCP connections, UI nodes, protocol drivers, and configuration for DeepSeek Harness.

MIT License Validation Agent Skill

English · 简体中文

Install

Install with the open agent skills CLI:

npx skills add KiWi233333/dsh-creator --skill dsh-creator

List the repository's skills without installing:

npx skills add KiWi233333/dsh-creator --list

DeepSeek Harness discovers project skills from .dsh/skills/ and .agents/skills/, and user skills from ~/.dsh/skills/ and ~/.agents/skills/. See Compatibility for the currently verified DSH release.

What it covers

Area The skill helps you
Plugin bundles Package and install reusable Cordis plugins into DSH profiles
Tools Define typed model-facing tools, outputs, presentation, and policies
LLM adapters Implement provider translation and the StreamChunk protocol
Hooks Build native lifecycle hooks or configure Claude Code/Codex bridges
Skills Author portable SKILL.md bundles and choose discovery scope
MCP Configure the built-in MCP client for stdio or Streamable HTTP servers
UI nodes Add replay-safe conversation nodes to the Web client
Protocols Drive DSH through its TypeScript SDK or ACP surface
Configuration Compose profiles, bundles, home patches, and CLI overlays

How it works

flowchart LR
    A["Describe the extension"] --> B["Choose the capability"]
    B --> C["Load one focused reference"]
    C --> D["Scaffold from a verified pattern"]
    D --> E["Validate against the selected DSH version"]

The main skill stays concise and routes the agent to one focused reference at a time. Templates are starter implementations, while runtime contracts remain anchored to the official DSH source and documentation.

Example prompts

Use $dsh-creator to package a typed DSH tool as an installable plugin bundle.

Use $dsh-creator to connect a Streamable HTTP MCP server to the web profile.

Use $dsh-creator to design a replay-safe conversation node for a custom session event.

Repository layout

skills/dsh-creator/
├── SKILL.md
├── agents/openai.yaml
├── references/
└── assets/
    ├── dsh-creator.svg
    ├── dsh-creator.png
    └── templates/

Compatibility and status

DSH is currently a developer preview and may introduce breaking changes. This project records a tested DSH baseline separately from its own release version so compatibility can advance without conflating the two projects' histories. See COMPATIBILITY.md.

DSH Creator is an independent community project. It is not affiliated with or endorsed by DeepSeek.

Contributing

Issues and focused pull requests are welcome. Read CONTRIBUTING.md and run node scripts/validate.mjs before submitting changes.

Attribution and license

The DSH Creator mark is a modified community artwork based on the DeepSeek Harness favicon. Source and license details are preserved in THIRD_PARTY_NOTICES.md.

DSH Creator is released under the MIT License.

powered by dsh

上一个 Prev dsh-notify-sound 下一个 Next OpenFlowFrames