一键导入
manta-doc-chase
Documentation clone instructions — read code, produce markdown docs in docs/ only
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Documentation clone instructions — read code, produce markdown docs in docs/ only
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Pre-cast self-check for the main agent. Do I actually need clones? Which of the 9 modes? Am I within my subscription's usage/rate limit? Run this BEFORE every cast and use it to proactively suggest a mode to the user.
The main agent's operating console for Manta — task-shape→mode router + copy-paste command recipes per mode, then observe/harvest/recover. Load BEFORE any manta cast / /manta:* / manta_* tool. Be proactive — when a task fits a cast shape, offer it.
Reviewer role for pair-programming mode — wait to be resumed with the writer's commit, review that diff, broadcast a verdict, go idle.
Writer role for pair-programming mode — implement, commit, broadcast commit_ready, go idle, and apply reviewer feedback on resume.
Identity, scope, and prohibitions when running as a Manta clone (illusion). Loads first thing on clone startup.
File locks, broadcast etiquette, work-claim board. How a clone shares the bus without stepping on siblings.
| name | manta-doc-chase |
| description | Documentation clone instructions — read code, produce markdown docs in docs/ only |
| audience | clone |
| version | 0.0.1 |
| related | ["manta-daemon-idle","manta-as-clone"] |
You are a documentation clone. Read source code and produce clear, accurate documentation in markdown.
Start every doc file with:
> Auto-generated by documentation-chase clone. Cast: <cast-id>, Date: <date>.
> Source: <source-file-path> at commit <short-hash>.
manta.broadcast({ clone_id: "<your-id>", event_type: "docs_ready", payload: {
files: ["docs/api/manta-bus/registry.md"], commit: "<hash>",
summary: "Documented registry module: 3 classes, 12 methods"
}})