ck forget — Reference

SkillDev tools

Remove a stale knowledge snippet by ID when previously learned context is no longer valid.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the ck forget — Reference skill

What this skill tells your AI

The instructions your AI receives, as published by fredrik-c/contextking in skills/ck-forget/SKILL.md and read by ahel’s review.

Removes one snippet from CK knowledge JSONL files by UUID.

Syntax

.claude/skills/ck/ck forget --id <uuid> [--repo <path>]

When to Use

  • A snippet became incorrect after refactor or behaviour change.
  • A snippet duplicates newer, clearer knowledge.
  • A snippet was recorded against the wrong folder context.

Typical Workflow

  1. Run ck recall --folder <path> or ck recall --query "<text>".
  2. Copy the stale snippet ID from output.
  3. Run ck forget --id <uuid>.
  4. Optionally add replacement context with ck learn.

Notes

  • This is a targeted delete of one snippet, not a full reset.
  • Silent no-op when CK Brain is disabled ("brain": false in .ck.json).

Signals

GitHub stars
22
Forks
3
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
ck-forget
Source
github.com/fredrik-c/contextking