Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Enable an AI agent to iteratively improve its own skills and instructions based on task feedback.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
assets/LEARNINGS.md
1# Learnings23Corrections, insights, and knowledge gaps captured during development.45**Categories**: correction | insight | knowledge_gap | best_practice6**Areas**: frontend | backend | infra | tests | docs | config7**Statuses**: pending | in_progress | resolved | wont_fix | promoted | promoted_to_skill89## Status Definitions1011| Status | Meaning |12|--------|---------|13| `pending` | Not yet addressed |14| `in_progress` | Actively being worked on |15| `resolved` | Issue fixed or knowledge integrated |16| `wont_fix` | Decided not to address (reason in Resolution) |17| `promoted` | Elevated to CLAUDE.md, AGENTS.md, or copilot-instructions.md |18| `promoted_to_skill` | Extracted as a reusable skill |1920## Skill Extraction Fields2122When a learning is promoted to a skill, add these fields:2324```markdown25**Status**: promoted_to_skill26**Skill-Path**: skills/skill-name27```2829Example:30```markdown31## [LRN-20250115-001] best_practice3233**Logged**: 2025-01-15T10:00:00Z34**Priority**: high35**Status**: promoted_to_skill36**Skill-Path**: skills/docker-m1-fixes37**Area**: infra3839### Summary40Docker build fails on Apple Silicon due to platform mismatch41...42```4344---4546