Skill

team-shinchan:memories

Use when you need to view or manage learned memories and preferences.

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

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

CategoryDescriptionIcon
preferenceUser preferences๐Ÿ’œ
patternReusable code patterns๐Ÿ”ท
conventionProject conventions๐Ÿ“
mistakeErrors to avoidโš ๏ธ
decisionArchitecture decisions๐Ÿ—๏ธ
insightGeneral 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
Stats
Stars7
Forks0
Last CommitMar 23, 2026