用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dhth/crumbs --skill crumbs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | crumbs |
| description | Report progress updates via the `crumbs` command line app when the user wants visibility into your work. |
The user wants to stay updated on meaningful milestones as you work. You will leverage the command line app crumbs for this.
crumbs register <agent-name> <title> once near the start of the task.session_id and reuse it for all subsequent logs.crumbs register <your-name> <session-title>
{"session_id": 1}
crumbs log <session-id> <message> for meaningful updates only.crumbs log 1 "Added initial sessions table migration"
--state working when reporting active progress.--state blocked only when unable to proceed without outside change or intervention.--state done once, at the end, with a short final outcome.--state when the session state should remain unchanged.You can provide an optional flag -c to the log command to provide a value
between 0-100 that indicates your confidence level in finishing the task. Use
this flag when you're sure of the value.
crumbs failures derail the main task.基于 SOC 职业分类