Documentation
README
Learn Skill
Automatically evaluates OmA sessions to extract reusable patterns (error resolutions, workarounds, conventions) and save them to .omg/rules/learned/.
When to Activate
- Setting up automatic pattern extraction from OmA sessions.
- Configuring the
SessionEndhook for session evaluation. - Reviewing or curating learned skills in
.omg/rules/learned/. - Adjusting extraction thresholds or pattern categories.
How It Works
This skill runs as a SessionEnd hook at the end of each session:
- Session Evaluation: Checks if session has enough messages (default: 10+).
- Pattern Detection: Identifies extractable patterns (errors, workarounds, styles).
- Skill Extraction: Saves useful patterns as new rules in
.omg/rules/learned/.
This is the opening of the README. Read the full README on GitHub.