Skill
team-shinchan:forget
Use when you need to delete specific outdated or incorrect memories.
From team-shinchanInstall
1
Run in your terminal$
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchanTool Access
This skill uses the workspace's default tool permissions.
Skill Content
Forget Skill
Remove outdated or incorrect learnings from memory.
Usage
/team-shinchan:forget # Interactive mode
/team-shinchan:forget "Redux" # Remove learnings containing "Redux"
/team-shinchan:forget --all # Clear all learnings (with confirmation)
Process
Interactive Mode (/forget)
๐๏ธ [Forget] Current learnings:
1. [preference] Use Zustand over Redux
2. [pattern] Early returns for validation
3. [convention] Use pnpm, not npm
4. [mistake] Always null-check before .map()
Which learning to remove? (Enter number or keyword)
Keyword Mode (/forget "Redux")
๐๏ธ [Forget] Searching for: "Redux"
Found 1 matching learning:
โข [preference] Use Zustand over Redux
Remove this learning? (y/n)
If confirmed:
โ
Removed: "Use Zustand over Redux"
๐ Updated: .shinchan-docs/learnings.md
Clear All Mode (/forget --all)
โ ๏ธ [Forget] WARNING: This will delete ALL learnings!
Current count: 15 learnings
Are you sure? Type "DELETE ALL" to confirm:
If confirmed:
โ
Cleared all learnings.
๐ Reset: .shinchan-docs/learnings.md
๐ก Start fresh with /team-shinchan:learn or just work!
When to Use
| Situation | Action |
|---|---|
| Learning is outdated | /forget "old pattern" |
| Learning was wrong | /forget "incorrect thing" |
| Project changed direction | /forget --all (careful!) |
| Too many irrelevant learnings | Selective /forget |
Important
- Be careful - Removed learnings cannot be recovered
- Prefer selective removal over
--all - Learnings file is simply edited (sections removed)
- After forgetting, the system adapts on next session
Similar Skills
Stats
Stars7
Forks0
Last CommitMar 23, 2026