From fireauto
Compiles accumulated development knowledge into structured wiki, summary, or lessons documents for project milestones, handovers, retrospectives, or requests like 'summarize project' or 'compile'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fireauto:fireauto-mem-compile-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
축적된 개발 지식을 구조화된 문서로 종합합니다.
축적된 개발 지식을 구조화된 문서로 종합합니다. Andrej Karpathy의 LLM Knowledge Base 워크플로우에서 영감을 받았어요.
| 형식 | 용도 |
|---|---|
wiki | 전체 지식 베이스 — 패턴, 결정, 주의사항, 버그 이력 카테고리별 |
summary | 핵심 요약 — 프로젝트 한 줄 요약 + 핵심 포인트 |
lessons | 교훈 중심 — "이 프로젝트에서 배운 것" |
memory-compile:
project: 현재 프로젝트명
format: wiki | summary | lessons
컴파일 전에 지식 DB의 건강 상태를 확인하면 좋아요:
Worker API: GET /api/health-check?project={project}
npx claudepluginhub imgompanda/fireauto --plugin fireautoSaves, searches, recalls, digests, and prunes project learnings that persist across sessions. Use when the user wants to record knowledge or load prior learnings before starting work.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.
Capture knowledge — solutions, context docs, learnings, and principles. Use after fixing non-trivial bugs, creating context for AI, or discovering patterns worth preserving. Triggers: compound, document solution, capture fix, save solution, knowledge compound, document this, save this fix, context, create context, update context, build context, learn, save learning, remember this.