Skill
team-shinchan:memories
Use when you need to view or manage learned memories and preferences.
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
Memories Skill
View what Team-Shinchan has learned about this project.
Usage
/team-shinchan:memories # View all learnings
/team-shinchan:memories pattern # Filter by category
/team-shinchan:memories search auth # Search for keyword
Process
Step 1: Read Learning File
Read .shinchan-docs/learnings.md
If file doesn't exist:
๐ [Memories] No learnings yet.
Start teaching with:
/team-shinchan:learn "Your learning here"
Or just work - I learn automatically after tasks!
Step 2: Parse and Display
Full view (/memories):
๐ [Memories] {N} learnings stored
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐น PREFERENCE TIER ({count}) โ always loaded
โข Use Zustand over Redux [high] #state-management
โข Prefer functional components [high] #react
๐ธ PROCEDURAL TIER ({count}) โ project-scoped
๐ PATTERNS ({count})
โข Early returns for validation [high] #typescript
โข Repository pattern for data access [medium] #architecture
๐ CONVENTIONS ({count})
โข Use pnpm, not npm [high] #tooling
โข camelCase for functions [high] #naming
๐ MISTAKES ({count})
โข Always null-check before .map() [high] #typescript
๐ DECISIONS ({count})
โข JWT with refresh token rotation [high] #auth
๐ง TOOL TIER ({count}) โ execution-stage only
โข Always pass --json to gh CLI [high] #github
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ก These learnings are applied automatically.
๐๏ธ Use /team-shinchan:forget to remove outdated ones.
Filter by tier (/memories --tier preference): Show only entries matching the specified tier.
Filtered view (/memories pattern):
๐ [Memories] Showing: patterns
โข Early returns for validation [high]
Context: Learned from UserService refactor
โข Repository pattern for data access [medium]
Context: Applied during database migration
Found 2 patterns.
Search view (/memories search auth):
๐ [Memories] Search: "auth"
1. [decision] JWT with refresh token rotation
Tags: #auth #security #jwt
2. [pattern] Auth middleware pattern
Tags: #auth #middleware
Found 2 results.
Memory Categories
| Category | Description | Icon |
|---|---|---|
preference | User preferences | ๐ |
pattern | Reusable code patterns | ๐ท |
convention | Project conventions | ๐ |
mistake | Errors to avoid | โ ๏ธ |
decision | Architecture decisions | ๐๏ธ |
insight | General insights | ๐ก |
Important
- Learnings are stored in
.shinchan-docs/learnings.md - Automatically loaded at session start
- Higher confidence learnings are prioritized
- Old learnings can be removed with
/forget
Similar Skills
Stats
Stars7
Forks0
Last CommitMar 23, 2026