learn-off

Disable continuous learning mode

242 stars

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

$curl -o ~/.claude/skills/learn-off/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/0xrdan/learn-off/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/learn-off/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How learn-off Compares

Feature / Agentlearn-offStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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 time

Related Skills

ship-learn-next

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

Design and implement a complete ML pipeline for: $ARGUMENTS

cc-skill-continuous-learning

242
from aiskillstore/marketplace

Development skill from everything-claude-code

when-optimizing-agent-learning-use-reasoningbank-intelligence

242
from aiskillstore/marketplace

Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement

reasoningbank-adaptive-learning-with-agentdb

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.

scikit-learn

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

Pattern for aggregating insights across multiple tasks to enable data-driven evolution.

learning-objectives

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

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.