用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kreolsky/llm-router-api --skill retro命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | retro |
| description | Session retrospective. Ретро, ретроспектива сессии, итоги, уроки. |
Phase 5. Auto-lessons triggers live in .claude/rules/workflow.md — don't restate.
Accomplishments this session; bugs encountered, fixes, and root causes.
Write a lesson only if a workflow.md Auto-lessons trigger fired — something went WRONG
(3+ fix iterations on one category · production escape · a wrong hypothesis that cost real
time), or the user asked for one. Work that went to plan produces NO lesson: skip to 4.
lessons/INDEX.md for an existing lesson on the topic — update, don't duplicate.lessons/YYYY-MM-DD-short-slug.md: What happened · Root cause · Actionable rule · Code example (wrong vs right).category: (one of the taxonomy in
.claude/scripts/lessons-index.py CATEGORIES — the single home; propose a new category
only when none fits, adding it there in the same change) + optional systems: [...]
(SYSTEMS.md names).python3 .claude/scripts/lessons-index.py --write..claude/rules/ file (only if not already covered); update RULES.md if a new rule file is created. Subject to the evidence gate in 3a.Any edit to the harness itself — CLAUDE.md, .claude/rules/**, .claude/rules-scoped/**,
.claude/skills/**, RULES.md — requires this block, emitted in the chat and copied into the
commit body:
Observation: <verbatim tool output / error / user message that this session produced>
Rule: <one sentence, the behaviour change>
File: <path> — <new rule file | tightened existing line>
Constraints:
workflow.md
demands for a "new dir / format / subsystem").documentation.md → Maintenance).Why: rules edited on taste drift away from the code and only surface later in
/reality-audit. Evidence makes each line traceable to the failure it prevents.
A recurring category+system pair means the knowledge keeps landing in lessons because no rule/script/skill OWNS that seam (an escalation target that appears in no rule's boundary is an unowned seam).
INDEX.md sharing the new lesson's category + a systems entry.category X on system Y has N lessons; propose owner: <new scoped rule / addition to existing rule file / script gate / skill>.Save relevant feedback/project memories (user preferences, validated approaches, decisions).
Output the summary + any created/updated files. Do NOT commit — the user decides.