dsh-init
Claude Code style /init command for the DeepSeek Harness (DSH): generates a minimal CLAUDE.md and links AGENTS.md to it as a relative symlink.
AI 분석
核心用途是快速初始化项目规范文件。适合需要规范化项目文档、引导 Agent 遵循特定开发规则的开发者,支持斜杠命令 `/init` 和模型工具调用。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:evanfang0054/dsh-init使用
安装并重启后,插件向会话注册两个面(同一套工作流):
- 斜杠命令
/init:输入/即可在补全列表看到init(Claude Code 同款体验)。选中回车后,工作流提示词作为你的下一个用户回合注入,agent 立即开始访谈与生成。/init可附带补充说明。 - 模型工具
init:直接用自然语言说"初始化这个项目",agent 调用工具拿到工作流提示词开始执行。