Stats
Actions
Tags
From team-shinchan
Delete outdated or incorrect learnings from memory via interactive or keyword-based commands. Supports selective removal and full reset.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:forgetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Remove outdated or incorrect learnings from memory.**
Remove outdated or incorrect learnings from memory.
/team-shinchan:forget # Interactive mode
/team-shinchan:forget "Redux" # Remove learnings containing "Redux"
/team-shinchan:forget --all # Clear all learnings (with confirmation)
/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)
/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
/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!
| 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 |
--allnpx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchanGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.