learn-on
Enable continuous learning mode for automatic insight extraction
Best use case
learn-on is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Enable continuous learning mode for automatic insight extraction
Enable continuous learning mode for automatic insight extraction
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "learn-on" skill to help with this workflow task. Context: Enable continuous learning mode for automatic insight extraction
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/learn-on/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How learn-on Compares
| Feature / Agent | learn-on | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Enable continuous learning mode for automatic insight extraction
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Learn On
Enable continuous learning mode. When active, the router will periodically extract insights during the session.
## What This Does
Activates continuous learning mode where:
- The router monitors query activity
- After a threshold (10 queries or 30 minutes), extraction is triggered automatically
- Insights are appended to the knowledge base without manual intervention
This is useful for long sessions where you want to capture insights as you go without remembering to run `/learn` manually.
## Instructions
1. Read `knowledge/state.json`
2. Update the state:
```json
{
"learning_mode": true,
"learning_mode_since": "[current ISO timestamp]",
"queries_since_extraction": 0
}
```
3. Write updated state back to `knowledge/state.json`
4. Confirm to user
## Output Format
```
Continuous Learning: ENABLED
────────────────────────────
Learning mode is now active.
Extraction will trigger automatically:
- Every 10 queries, or
- Every 30 minutes of activity
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
- The router checks this state on each query and triggers extraction when thresholds are met
- You can still run `/learn` manually while continuous mode is active
- Use `/knowledge` to see current learning statusRelated Skills
ship-learn-next
Transform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest.
machine-learning-ops-ml-pipeline
Design and implement a complete ML pipeline for: $ARGUMENTS
cc-skill-continuous-learning
Development skill from everything-claude-code
when-optimizing-agent-learning-use-reasoningbank-intelligence
Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement
reasoningbank-adaptive-learning-with-agentdb
Implement ReasoningBank adaptive learning with AgentDB for trajectory tracking, verdict judgment, memory distillation, and pattern recognition to build self-learning agents that improve decision-making through experience.
agentdb-reinforcement-learning-training
Train AI agents using AgentDB's 9 reinforcement learning algorithms including Q-Learning, DQN, PPO, and Actor-Critic. Build self-learning agents, implement RL training loops with experience replay, and deploy optimized models to production.
agentdb-learning-plugins
Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.
umap-learn
UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.
scikit-learn
Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.
cross-task-learning
Pattern for aggregating insights across multiple tasks to enable data-driven evolution.
learning-objectives
Generate measurable learning outcomes aligned with Bloom's taxonomy and CEFR proficiency levels for educational content. Use this skill when educators need to define what students will achieve, create learning objectives for curriculum planning, or ensure objectives are specific and testable rather than vague. This skill helps break down complex topics into progressively building learning goals with clear assessment methods and success criteria.
machine-learning
Machine learning development patterns, model training, evaluation, and deployment. Use when building ML pipelines, training models, feature engineering, model evaluation, or deploying ML systems to production.