learning
Installation
SKILL.md
Learning System
Purpose: Knowledge base for solutions, patterns, lessons, and workarounds.
Definitions
learnings folder: Read skill-local guidance only when .kilocode/skills/learning/AGENTS.md is confirmed to exist; otherwise use root AGENTS.md for the project-specific learning folder and archive location.
File format: {category}-{subcategory}.md (all lowercase, hyphen-separated).
Category examples: python, flask, javascript, sql, css, testing, sync, config, git, patterns.
Subcategory examples: imports, routing, async, errors, performance, edge-cases.
(Example: python-imports.md, flask-routing.md, testing-edge-cases.md)
Workflow
Entry routing:
- Caller says "check learnings", "prior solutions", "patterns", "memories" → Start at Phase 1: Find.
- Caller says "save this", "remember this", "lesson learned", or you discover a non-obvious insight → Start at Phase 2: Evaluate.