ck forget — Reference
SkillDev toolsRemove a stale knowledge snippet by ID when previously learned context is no longer valid.
Available today. Use it from your connected AI after setup.
No other account needed.
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
- Run
ck recall --folder <path>orck recall --query "<text>". - Copy the stale snippet ID from output.
- Run
ck forget --id <uuid>. - 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": falsein.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