Our review
Disables the agent's learning mode, stopping automatic extractions without deleting previously captured insights.
Strengths
- Simple and immediate stop of automatic learning
- Preserves all previously extracted knowledge
- Provides clear confirmation and state summary
Limitations
- Manual /learn commands still work
- Does not delete existing knowledge
- May be confusing if user expects full disable of all learning
Use this skill when you want to pause or stop automatic learning while keeping the accumulated knowledge base intact.
Do not use it if you want to erase the knowledge base; use a dedicated deletion command instead.
Security analysis
SafeThe skill performs local file read/write operations on a known state file to toggle a learning mode flag. It does not involve network access, destructive commands, or exfiltration of sensitive data.
No concerns found
Examples
/learn-offDisable learning modename: learn-off description: Disable learning mode user_invokable: true
Learn Off
Disable learning mode. The reminder flag will be cleared.
What This Does
Deactivates learning mode:
- Clears the learning mode flag
/knowledgewill no longer show the session reminder- 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
Output Format
Learning Mode: DISABLED
-------------------------
Learning mode is now inactive.
Session summary:
- Extractions performed: X
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
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.