Help us improve
Share bugs, ideas, or general feedback.
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'.
npx claudepluginhub imgompanda/fireauto --plugin fireautoHow 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
축적된 개발 지식을 구조화된 문서로 종합합니다.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.
Manages project learnings across sessions: save debugging insights and decisions, search by keyword or tags, list, prune old entries, and export to Markdown or JSON. Use for recording, recalling, or sharing knowledge.
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.
Share bugs, ideas, or general feedback.
축적된 개발 지식을 구조화된 문서로 종합합니다. Andrej Karpathy의 LLM Knowledge Base 워크플로우에서 영감을 받았어요.
| 형식 | 용도 |
|---|---|
wiki | 전체 지식 베이스 — 패턴, 결정, 주의사항, 버그 이력 카테고리별 |
summary | 핵심 요약 — 프로젝트 한 줄 요약 + 핵심 포인트 |
lessons | 교훈 중심 — "이 프로젝트에서 배운 것" |
memory-compile:
project: 현재 프로젝트명
format: wiki | summary | lessons
컴파일 전에 지식 DB의 건강 상태를 확인하면 좋아요:
Worker API: GET /api/health-check?project={project}