aiskillstore/learn-on
Enable continuous learning mode for automatic insight extraction
This is a copy. The original lives at comeonoliver/learn-on.
npx skills add https://github.com/aiskillstore/marketplace --skill learn-on
Enable continuous learning mode. When active, the router will periodically extract insights during the session.
Activates continuous learning mode where:
This is useful for long sessions where you want to capture insights as you go without remembering to run /learn manually.
knowledge/state.json {
"learning_mode": true,
"learning_mode_since": "[current ISO timestamp]",
"queries_since_extraction": 0
}
knowledge/state.jsonContinuous Learning: ENABLED
────────────────────────────
Learning mode is now active.
Extraction will trigger automatically:
- Every 10 queries, or
- Every 30 minutes of activity
Insights will be saved to:
- knowledge/learnings/patterns.md
- knowledge/learnings/quirks.md
- knowledge/learnings/decisions.md
Use /learn-off to disable, or /learn for manual extraction.
/learn manually while continuous mode is active/knowledge to see current learning statusTake aiskillstore/learn-on from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.