Model-driven /init command: the agent analyzes the current repo and generates/updates a high-signal AGENTS.md, with a persistent system-prompt reminder to keep it maintained.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:mexiaosqwq/want-a-init
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
DeepSeek Harness 的模型驱动 /init 命令:让 agent 自己分析当前项目,生成/更新一份高信号、仓库特有的 AGENTS.md,并把“持续维护 AGENTS.md”写进 agent 运行逻辑。
特性
- 模型驱动初始化:不写死模板,
/init注入高信号 prompt,让 agent 分析仓库后生成/更新AGENTS.md; - 填写式归纳:提供固定骨架(
Project/Commands/Architecture/Conventions/Pitfalls/Maintenance),要求 agent 从仓库证据中逐项填写、归纳;没有可验证内容就写Not documented yet; - 模式:
/init(默认合并更新)、/init force(强制重写)、/init minimal(约 40 行内)、/init detailed(更详细但无废话); - 常驻 agent 意识:通过 DSH
systemPrompt注入agents-md-maintenance段落,让每个 agent 会话都记得维护AGENTS.md; - 只维护
AGENTS.md:刻意不创建CLAUDE.md; - 纯 host 插件:无 client/UI、无构建步骤,
lib/直接提交。
安装
从 GitHub
dsh plugin --profile web add github:mexiaosqwq/want-a-init
从本地路径
dsh plugin --profile web add /path/to/want-a-init
Links
More in this category
strukto-ai/mirage#dsh★ 3443
Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.
hust-open-atom-club/oh-dsh★ 189
Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.
Jayden-X-L/forkprobe★ 66
Compare multiple skills on the same task and pick the winner.
vlln/plugin-registry★ 43
Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.
forrestchang/dsh-multica-runtime★ 37
Run the dsh runtime on Multica.
omdsh-dev/dsh-plugin-check★ 18
Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.