Stats
Actions
Tags
From team-shinchan
Manually save learnings, rules, or preferences to project memory. Categorizes and persists user-taught knowledge for automatic loading across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:learnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Teach Team-Shinchan something to remember.**
Teach Team-Shinchan something to remember.
/team-shinchan:learn "Always use TypeScript strict mode in this project"
/team-shinchan:learn "User prefers functional components over class components"
| Keywords | Category | Tier |
|---|---|---|
| prefer, like, want | preference | preference |
| pattern, approach, way | pattern | procedural |
| always, never, rule, use | convention | procedural |
| error, mistake, avoid | mistake | procedural |
| decided, architecture | decision | procedural |
| other | insight | procedural |
Note: tool tier is set when user explicitly passes --tier tool or AI detects tool-specific phrasing (CLI flags, tool config patterns).
.shinchan-docs/learnings.md (create if missing):### [{category}] {title}
- **Date**: {YYYY-MM-DD}
- **Source**: manual
- **Tier**: {auto-mapped tier}
- **Confidence**: high
- **Tags**: #{auto-generated tags}
- **Insight**: {content}
---
🧠 [Learn] Saved to memory:
Category: {category}
Learning: "{content}"
📁 Location: .shinchan-docs/learnings.md
.shinchan-docs/)load-kb hook/team-shinchan:forgetGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchan