用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/2anki/2anki.net --skill revise-claude-md命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | revise-claude-md |
| description | Diff the session, propose targeted CLAUDE.md / FEATURE.md updates |
| allowed-tools | Read, Edit, Bash |
Look at what actually changed this session and propose surgical updates to CLAUDE.md and any colocated FEATURE.md. Do not rewrite for style — only add load-bearing facts that will help the next cold session.
Process:
git diff --stat origin/main...HEAD for the full picture.git diff origin/main...HEAD -- 'src/**' for source.git status --porcelain for uncommitted work..claude/rules/dependencies.md or a FEATURE.md for the new module.@path/to/FEATURE.md, or demote a situational rule to load-on-demand (referenced by path under "Load on demand" rather than @-imported).Output format: list each proposed edit as path :: one-line rationale, then the Edit calls. If nothing meaningful drifted, say "no doc updates needed" and stop.