一键导入
todo
Manage a personal cross-project todo list at ~/.claude/todo.md. Add, list, complete, or remove items. Persists across sessions and projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage a personal cross-project todo list at ~/.claude/todo.md. Add, list, complete, or remove items. Persists across sessions and projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Explain a function, module, or codepath in layered detail (one-liner → architecture → implementation). Tailored to the user's stated background per ~/.claude/CLAUDE.md.
Append a dated entry to a personal engineering journal at ~/.claude/journal/YYYY-MM-DD.md. Use to capture decisions, observations, or reflections that aren't worth a commit message but shouldn't be lost.
Verify that the Architect Coding Playbook install on this machine matches the shipped manifest. Re-hashes every shipped file, validates settings.json shape, reports drift (OK / drifted / missing / foreign). Use to confirm a clean install or to diagnose a broken one.
| name | todo |
| description | Manage a personal cross-project todo list at ~/.claude/todo.md. Add, list, complete, or remove items. Persists across sessions and projects. |
| when_to_use | User says "add a todo", "todo:", "remind me to", "what's on my todo list", "mark X done", "remove that todo". Use whenever the user wants something tracked beyond the current session. |
Personal cross-project todo list at ~/.claude/todo.md. Plain Markdown checklist; survives session resets.
add | list | complete | remove.~/.claude/todo.md.# Todo
## Pending
- [ ] <item> (added YYYY-MM-DD)
## Completed
- [x] <item> (added YYYY-MM-DD, done YYYY-MM-DD)
~/.claude/todo.md. If absent, create with the two sections above.add: append - [ ] <item> (added YYYY-MM-DD) under ## Pending.list: print the ## Pending block; offer to also show completed.complete: find the matching pending item, move to ## Completed, append , done YYYY-MM-DD.remove: find the matching pending item, delete the line.TaskCreate tool.