소스 정보
- 저장소
- kreolsky/llm-router-api
- 최근 소스 활동
- 2026년 8월 27일 13:24
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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.