Agent Skills: Learn Off

Disable continuous learning mode

UncategorizedID: aiskillstore/marketplace/learn-off

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/0xrdan/learn-off

Skill Files

Browse the full folder contents for learn-off.

Download Skill

Loading file tree…

skills/0xrdan/learn-off/SKILL.md

Skill Metadata

Name
learn-off
Description
Disable continuous learning mode

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

  1. Read knowledge/state.json
  2. Update the state:
    {
      "learning_mode": false,
      "learning_mode_since": null
    }
    
  3. Write updated state back to knowledge/state.json
  4. 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