From team-shinchan
Manages persistent learnings and preferences for Claude Code projects. View, filter, and search stored patterns, conventions, decisions, and mistakes that are automatically applied across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:memoriesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**View what Team-Shinchan has learned about this project.**
View what Team-Shinchan has learned about this project.
/team-shinchan:memories # View all learnings
/team-shinchan:memories pattern # Filter by category
/team-shinchan:memories search auth # Search for keyword
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!
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.
| Category | Description | Icon |
|---|---|---|
preference | User preferences | 💜 |
pattern | Reusable code patterns | 🔷 |
convention | Project conventions | 📏 |
mistake | Errors to avoid | ⚠️ |
decision | Architecture decisions | 🏗️ |
insight | General insights | 💡 |
.shinchan-docs/learnings.md/forgetnpx 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.