Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Automatically evaluates OmA sessions to extract reusable patterns (error resolutions, workarounds, conventions) and save them to `.omg/rules/learned/`.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 72% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -11% | 0% |
Automatically evaluates OmA sessions to extract reusable patterns (error resolutions, workarounds, conventions) and save them to .omg/rules/learned/.
SessionEnd hook for session evaluation..omg/rules/learned/.This skill runs as a SessionEnd hook at the end of each session:
.omg/rules/learned/.When /oma:learn is run, the agent will:
The learn skill focuses on reusable patterns rather than simple chat history:
Edit .omg/rules/learn.json to customize:
json{ "min_session_length": 10, "extraction_threshold": "medium", "auto_approve": false, "learned_skills_path": ".omg/rules/learned/", "patterns_to_detect": [ "error_resolution", "user_corrections", "workarounds", "debugging_techniques", "project_specific" ], "ignore_patterns": [ "simple_typos", "one_time_fixes", "external_api_issues" ] }
/oma:memory - Project-level knowledge./oma:rules - Context-aware rule application./oma:learn - Manual pattern extraction command.Other measured skills in the registry, with their headline benchmark lift.