Learn off
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
npx -y skills add aiskillstore/marketplace --skill learn-offAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Disable continuous learning mode
SKILL.md
1.1 KB, as published. Nobody here has run it
Learn Off
Disable continuous learning mode. Automatic insight extraction will stop.
What This Does
Deactivates continuous learning mode:
- Automatic extraction stops
- Query counting stops
- Manual
/learncommands still work
Instructions
- Read
knowledge/state.json - Update the state:
{ "learning_mode": false, "learning_mode_since": null } - Write updated state back to
knowledge/state.json - Confirm to user with summary of what was learned
Output Format
Continuous Learning: DISABLED
─────────────────────────────
Learning mode is now inactive.
Session summary:
- Extractions performed: X
- Queries analyzed: Y
- Insights captured: Z
Manual extraction is still available via /learn.
Use /knowledge to view accumulated insights.
Notes
- Disabling learning mode does not delete any captured insights
- The knowledge base remains available for reference
- You can re-enable with
/learn-onat any time