用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kursku/claude-project-status --skill update-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | update-status |
| description | Updates the STATUS block in the current project's CLAUDE.md and appends a session entry to SUMMARY.md |
Save the current project state so future sessions can resume with full context.
Read the CLAUDE.md in the current directory (if it exists)
Analyze the current session and identify:
alta, média, or baixaUpdate the <!-- STATUS ... --> block at the TOP of CLAUDE.md with this exact format:
<!-- STATUS
projeto: <project name>
fase: <current phase>
proximas_tarefas:
- <task 1>
- <task 2>
ultima_decisao: <decision + reason in one line>
ultima_sessao: <today's date YYYY-MM-DD>
prioridade: <alta|média|baixa>
-->
If the block doesn't exist, create it before any other content.
If CLAUDE.md doesn't exist, create it with the block.
SUMMARY.md in the project directory (create if it doesn't exist):## <YYYY-MM-DD>
- <what was implemented/modified>
- <decision made and why>
- <agreed next step>
.project-status.json):node ~/.claude/plugins/*/scripts/run-hooks.js post-update
Ignore errors silently if no hooks are configured.
node ~/.claude/plugins/*/scripts/generate-dashboard.js 2>/dev/null || true