Best use case
learn-off 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. Disable continuous learning mode
Disable continuous learning mode
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-off" skill to help with this workflow task. Context: Disable continuous learning mode
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-off/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How learn-off Compares
| Feature / Agent | learn-off | 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?
Disable continuous learning mode
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 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:
```json
{
"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 timeRelated 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.