What problem does it solve?
This Skill addresses the challenge of systematically capturing and organizing valuable learnings, decisions, patterns, and conventions encountered during development into a centralized knowledge base.
Core Features & Use Cases
- Knowledge Capture: Records new insights, design decisions, recurring patterns, and established conventions.
- Categorization: Automatically classifies captured knowledge into predefined categories like Pattern, Workaround, Decision, Convention, Security, Integration, Performance, and Completion.
- Vault Routing: Directs captured knowledge to the appropriate vault (
code, ecosystem, or finalizations) based on its category, ensuring organized storage.
- MCP Integration: Seamlessly integrates with the MCP (presumably a knowledge management system) to create knowledge entries.
- Offline Fallback: Appends pending captures to a local file (
pending_captures.md) if MCP is unavailable, preventing data loss.
Quick Start
Use the kc-learn skill to capture the decision to use a specific caching strategy for performance improvements.