/cs:capture <dump-text-or-path> — Explicit invocation of the brain-dump organizer. Captures an unstructured stream of thoughts/tasks/ideas and returns a 4-secti
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-7e39ab85d473 ,按照其中的说明把「cs-capture」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Command: /cs:capture <dump-text-or-path>
The cs-capture persona organizes a dump into 4 actionable sections with zero information loss.
The skill ALSO triggers automatically without /cs:capture when you:
/cs:capture is the explicit form — useful when your dump doesn't include the trigger phrasing but you still want the organize behavior.
For a typical 8+ item dump (4-section format):
## Projects & Ideas
{clustered themes with embedded questions/decisions}
## Tasks
{flat scannable action list}
## Connections
{real workspace links — Glob+Grep verified, never fabricated}
## How I Can Help
{concrete offers — what + where}
**Which of these should I tackle?**
For a small dump (≤5 unrelated items, compressed format):
## What I heard
- ...
## How I can help
- ...
Which should I tackle?
# 1. (Optional) Pre-classify the dump as a heuristic seed
python ../skills/capture/scripts/dump_classifier.py path/to/dump.txt
# 2. (Optional) Recommend output format
python ../skills/capture/scripts/complexity_estimator.py path/to/dump.txt
# 3. Inventory the workspace for Section 3 candidates
python ../skills/capture/scripts/workspace_inventory.py \
--root . --keywords "<extracted-keywords-from-dump>"
# 4. Persona organizes + delivers four (or compressed) sections.
# 5. Persona ends with "Which of these should I tackle?" and waits.
cs-capturecapturemegaprompts/05-capture-megaprompt.md (maintainer-local draft spec — gitignored, not in the public repo)/cs:grill-me (slow deliberate plan grill), /cs:grill-with-docs (docs-anchored grill), /cs:handoff (session continuation)Version: 1.0.0
Source: Path-B direct conversion of megaprompts/05-capture-megaprompt.md