self-learning
✓Self-learning capability for agents. Captures execution traces, extracts insights, and adapts agent behavior. Use after completing complex tasks, when agents encounter recurring issues, or to optimize workflows over time. Critical for multi-agent systems like orchestrator, worker, and reviewer.
Installation
SKILL.md
Enables agents to learn from their execution history by capturing traces, extracting actionable insights, and adapting behavior. Transforms raw execution patterns into reusable knowledge structures that improve future performance.
| Success Patterns | Approaches that consistently work | "Loading context.md before task start reduces errors by 40%" | | Failure Patterns | Recurring causes of failures | " Skipping lspdiagnostics leads to type errors in production" | | Efficiency Patterns | Ways to complete tasks faster | "Reading multiple files in parallel reduces context load time" |
| Coordination Patterns | Best practices for multi-agent work | "Orchestrator spawning 2 workers instead of 3 reduces merge conflicts" | | Knowledge Gaps | Information that should have been available | "Project lacks centralized error handling documentation" |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gotar/opencode-config --skill self-learning- Source
- gotar/opencode-config
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is self-learning?
Self-learning capability for agents. Captures execution traces, extracts insights, and adapts agent behavior. Use after completing complex tasks, when agents encounter recurring issues, or to optimize workflows over time. Critical for multi-agent systems like orchestrator, worker, and reviewer. Source: gotar/opencode-config.
How do I install self-learning?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gotar/opencode-config --skill self-learning Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gotar/opencode-config
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01