mcpbeat

Learn Off

aiskillstore/learn-off

Disable continuous learning mode

This is a copy. The original lives at comeonoliver/learn-off.

4k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill learn-off

What comes with it

13 076 bytes besides the instruction
skill-report.json

The instruction itself

5 sections, as written by the author

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 /learn commands 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-on at any time

How to use it

Copy the folder

Take aiskillstore/learn-off from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.