build-insights-logger
Installation
SKILL.md
Build Insights Logger
Overview
Maintain a running log of meaningful insights, discoveries, and decisions made during coding sessions. Capture non-trivial learnings about requirements, edge cases, design considerations, implementation details, and coding patterns that emerge during development.
Target outcome: Preserve institutional knowledge and track the evolution of the codebase by logging insights to session files in .claude/insights/, then selectively transferring valuable learnings to CLAUDE.md.
When to Use This Skill
Activate automatically when:
- Working on complex implementations with non-trivial design decisions
- Discovering edge cases or unexpected behaviors
- Making architectural or performance trade-offs
- Implementing security-sensitive features
- Building features where institutional knowledge matters