Skill

team-shinchan:forget

Use when you need to delete specific outdated or incorrect memories.

From team-shinchan
Install
1
Run in your terminal
$
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchan
Tool 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

SituationAction
Learning is outdated/forget "old pattern"
Learning was wrong/forget "incorrect thing"
Project changed direction/forget --all (careful!)
Too many irrelevant learningsSelective /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
Stats
Stars7
Forks0
Last CommitMar 23, 2026