Skill

team-shinchan:learn

Use when you want to manually add new learnings or rules to memory.

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

Learn Skill

Teach Team-Shinchan something to remember.

Usage

/team-shinchan:learn "Always use TypeScript strict mode in this project"
/team-shinchan:learn "User prefers functional components over class components"

Process

  1. Auto-Categorize based on keywords:
KeywordsCategoryTier
prefer, like, wantpreferencepreference
pattern, approach, waypatternprocedural
always, never, rule, useconventionprocedural
error, mistake, avoidmistakeprocedural
decided, architecturedecisionprocedural
otherinsightprocedural

Note: tool tier is set when user explicitly passes --tier tool or AI detects tool-specific phrasing (CLI flags, tool config patterns).

  1. Append to .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}

---
  1. Confirm:
🧠 [Learn] Saved to memory:
Category: {category}
Learning: "{content}"
📁 Location: .shinchan-docs/learnings.md

Important

  • Learnings are project-specific (saved in .shinchan-docs/)
  • High confidence because user explicitly taught it
  • Loaded at every session start via load-kb hook
  • Remove with /team-shinchan:forget
Stats
Stars7
Forks0
Last CommitMar 23, 2026