Our review
Enables a learning mode that sets a flag to remind the user to run /learn before ending a session.
Strengths
- Simple visual reminder
- Well integrated with existing knowledge system
- Clear output with status and instructions
Limitations
- Still requires manual /learn execution
- Mode resets on new sessions
When you want to ensure you extract insights from a session before closing it.
If you don't need to capture knowledge or prefer to extract manually without a reminder.
Security analysis
SafeThe skill only reads and writes a local state file (knowledge/state.json) to toggle a flag. No external commands, networking, or destructive actions are performed. It is fully safe.
No concerns found
Examples
Enable learning mode for this session.Turn on learning mode so I remember to run /learn later.name: learn-on description: Enable learning mode as a reminder to extract insights user_invokable: true
Learn On
Enable learning mode. This sets a flag to remind you to run /learn before ending your session.
What This Does
Activates learning mode where:
- A flag is set to indicate learning is active
/knowledgewill show a reminder to run/learnbefore ending- Manual
/learnis still required for extraction (v0.1.0)
This is useful for marking sessions where you want to capture insights, serving as a visual reminder to extract knowledge before ending.
Instructions
- Read
knowledge/state.json - Update the state:
{ "learning_mode": true, "learning_mode_since": "[current ISO timestamp]" } - Write updated state back to
knowledge/state.json - Confirm to user
Output Format
Learning Mode: ENABLED
------------------------
Learning mode is now active.
IMPORTANT: Remember to run /learn before ending your session!
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.
Notes
- Learning mode persists across the session but resets on new sessions
- You must still run
/learnmanually to extract insights (v0.1.0) - Use
/knowledgeto see current learning status and the reminder - Future versions may add automatic extraction triggers
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.