KiWi233333 / dsh-creator

목록에 있음

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

main도구스킬 소스 보기

설치

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

이 명령은 GitHub 저장소 주소에서 생성됩니다. 실행 전에 업스트림 README와 소스를 검토하고 재현성이 필요하면 release 또는 commit을 고정하세요.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 eb968b8동기화 2026. 8. 18.

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

AreaThe skill helps you
Plugin bundlesPackage and install reusable Cordis plugins into DSH profiles
ToolsDefine typed model-facing tools, outputs, presentation, and policies
LLM adaptersImplement provider translation and the StreamChunk protocol
HooksBuild native lifecycle hooks or configure Claude Code/Codex bridges
SkillsAuthor portable SKILL.md bundles and choose discovery scope
MCPConfigure the built-in MCP client for stdio or Streamable HTTP servers
UI nodesAdd replay-safe conversation nodes to the Web client
ProtocolsDrive DSH through its TypeScript SDK or ACP surface
ConfigurationCompose 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

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

보안 정책감지됨
기여 가이드감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 14. 오후 9:29

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.