wise-insights-reset

Solid

Reversibly clean up the self-improvement loop, and roll it back. Snapshots then removes the auto-created (wise-managed) skills and/or the insights index (ledger, candidates, decisions) into a timestamped restore point — and can restore any restore point. Never touches hand-written skills, and never hard-deletes (that's `insights.py purge`). Invoked as `/wise-insights-reset` (bare alias) or `/wise:wise-insights-reset` (canonical). Use when the user says "reset insights", "clean up auto-created skills", "wipe learned skills", "remove the skills mine made", "roll back insights", "restore insights", "undo mine".

AI & Automation 4 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /wise-insights-reset — reversible cleanup + rollback Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. ## Why this skill exists `/wise-insights-mine` and `/wise-insights-refine` produce two kinds of artifact: **learned skills** under `~/.claude/skills/` and an **index** under `~/.local/share/wise/insights/` (`ledger.jsonl`, `candidates.json`, `decisions.json`). This command cleans them up **reversibly**: it snapshots everything it removes into `insights/snapshots/<ts>/` first, so any reset can be rolled back. The same command does the rollback. The destructive work is done entirely by `${CLAUDE_PLUGIN_ROOT}/scripts/insights.py` (`reset` / `restore`), which snapshots-then-removes and only ever touches wise-**managed** skills — so this skill needs no `rm`/`Write` grant, and hand-written skills are structurally safe. For an irreversible wipe (including the snapshots themselves), that's the separate `insights.py purge --yes`, which this skill never invokes. ## Arguments Parse `$ARGUMENTS` (any order; all optional): - `--skills` — reset only the auto-created skills (leave the index). - `--index` — reset only the index (leave the skills). - (neither) — reset **both** (the default). - `--dry-run` — show exactly what would be snapshotted/rem...

Details

Author
e1024kb
Repository
e1024kb/wise-claude
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

wise-insights-refine

Review your learned skills for overlap and consolidate them — merge several redundant or composable skills into one aggregated skill and retire the originals (reversibly), after your approval. The "garden" pass to /wise-insights-mine's "harvest": mine creates skills from recurring sessions, refine keeps the resulting library tidy. Operates only on wise-managed skills (those carrying the wise-insights marker); hand-written skills are never auto-deleted — only suggested. Fully local. Invoked as `/wise-insights-refine` (bare alias) or `/wise:wise-insights-refine` (canonical). Use when the user says "refine my skills", "consolidate skills", "merge overlapping skills", "clean up auto-created skills", "dedupe my skills", or types `/wise-insights-refine`.

4 Updated today
e1024kb
AI & Automation Solid

wise-insights-mine

Mine your own Claude Code session history for recurring task patterns and, once a pattern recurs across enough distinct sessions, draft it into a reusable personal skill under ~/.claude/skills/ — after you approve each one. This is the wise self-improvement loop: a SessionEnd hook quietly records each finished session into a local ledger, and this command clusters those sessions by frequency and proposes the strongest recurring patterns as new skills. Fully local; nothing leaves your machine. Invoked as `/wise-insights-mine` (bare alias) or `/wise:wise-insights-mine` (canonical). Use when the user says "mine my sessions", "find recurring patterns", "suggest skills", "what should I turn into a skill", "self-improve", or types `/wise-insights-mine`.

4 Updated today
e1024kb
AI & Automation Listed

wise-skills-edit

Edit an existing wise plugin skill by delegating to Claude Code's skill-creator skill with the existing SKILL.md as the target and the wise plugin conventions as guardrails. Locates the skill under `plugins/wise/skills/`. Refuses the `wise` natural-language helper (editing it changes the plugin's discovery surface and must be done in a normal Claude Code session with full repo context). Only runnable from inside a checkout of the wise-claude marketplace repo. Invoked as `/wise-skills-edit` (bare alias) or `/wise:wise-skills-edit` (canonical). Use when the user says "edit a skill", "update a skill", "modify a skill", "change a skill", or types `/wise-skills-edit`.

4 Updated today
e1024kb