# Disable Continuous Learning Mode

Continuous learning can keep extracting insights after a focused session ends. This skill turns it off and confirms the learning state clearly.

## Install

```bash
npx skillstore add 0xrdan/learn-off
```

## Metadata

- Status: approved
- Slug: 0xrdan-learn-off
- Skillstore revision: r1
- Version status: missing
- Tree hash: 654a091ea1937a06e2804ed0a66da3ef4750b625eb27d9809719ac0e0eaab267
- Author: 0xrdan
- GitHub username: 0xrdan
- License: MIT
- Repository: https://github.com/0xrdan/claude-router/tree/main/.claude-plugin/skills/learn-off
- Ref: e9e4712298ed071d92417a41714be123eb8364fa
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 78
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/0xrdan-learn-off
- Manifest: https://skillstore.pages.dev/api/skills/0xrdan-learn-off/manifest

## Capabilities

- Sets learning\_mode to false in knowledge/state.json.
- Clears learning\_mode\_since by setting it to null.
- Stops automatic insight extraction for future interactions.
- Stops query counting while continuous learning is disabled.
- Confirms the disabled state with a short session summary.
- Keeps manual /learn extraction available.

## Use Cases

- End a focused learning session: Turn off automatic insight extraction when a research or coding session is complete.
- Pause workspace insight capture: Stop background learning before switching to unrelated tasks or sensitive discussion.
- Keep manual knowledge capture: Disable automatic capture while preserving manual commands for selected insights.

## Prompt Templates

### Turn Learning Off

```
Disable continuous learning mode now and show the status summary.
```

### Preserve Existing Knowledge

```
Disable continuous learning, preserve existing knowledge, and tell me whether manual /learn remains available.
```

### Review Session Counts

```
Audit the current learning state, switch continuous learning off, and provide extraction, query, and insight counts if present.
```

### Close A Project Review

```
Disable learning mode after this project review, update only the learning state, and give a concise completion note with any missing count fields called out.
```

## Limitations

- Does not delete existing captured insights.
- Does not disable manual /learn commands.
- Requires knowledge/state.json to be available for state updates.
- Does not re-enable learning mode; use /learn-on for that action.

## Best Practices

- Use this skill when a focused learning session is complete.
- Review the summary to confirm the learning state changed as expected.
- Use manual /learn for selected insights after automatic capture is disabled.

## Anti Patterns

- Do not use this skill when you want continuous learning to keep running.
- Do not expect this skill to remove stored knowledge.
- Do not use it as a replacement for reviewing sensitive workspace data policies.

## Security Audit

- Audited at: 2026-07-04T13:57:40.31\+00:00
- Summary: All seven static findings are false positives caused by Markdown inline code or fenced blocks in SKILL.md. The skill only describes updating a scoped learning-mode state file and does not include executable code, network access, environment access, or prompt-injection text. No additional semantic security findings were found.

## Stats

- Views: 193
- Downloads: 18
- Favorites: 0
- Popularity score: 0
