From team-shinchan
Provides guidance and CLI commands for Team-Shinchan's multi-agent system including task orchestration, code review, and memory management. Invoke via `/team-shinchan:help`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Command | Description |
| Command | Description |
|---|---|
/team-shinchan:start | Start a new task — requirements, planning, execution, review all handled |
/team-shinchan:resume | Resume an interrupted workflow from where it left off |
/team-shinchan:autopilot | Autonomous execution from idea to working code |
/team-shinchan:review | Code review with Action Kamen |
/team-shinchan:version | Show current/published version and changelog diff |
/team-shinchan:help | This guide |
/team-shinchan:start Add user authentication
Shinnosuke orchestrates 15 agents through 4 stages:
| Layer | Agents |
|---|---|
| Orchestration | Shinnosuke (conductor), Himawari (large projects), Midori (debates) |
| Execution | Bo (code), Kazama (deep work) |
| Specialists | Aichan (frontend), Buriburi (backend), Masao (devops) |
| Advisors | Hiroshi (architecture), Nene (planning), Misae (requirements), Action Kamen (review) |
| Utility | Shiro (explorer), Masumi (docs), Ume (vision) |
All agents are invoked automatically by Shinnosuke. You just describe your task.
Use these trigger words to reach the right skill quickly. Korean equivalents are listed alongside each entry.
| Trigger (EN) | Trigger (KO) | Skill |
|---|---|---|
| fix, debug, error | 버그, 디버그 | systematic-debugging |
| plan, design | 계획, 설계 | plan |
| implement, add, feature | 구현, 추가 | implement |
| review, check | 리뷰, 검토 | review |
| test | 테스트 | test-driven-development |
| release | 릴리스 | release |
| version | 버전 | version |
| analyze, understand | 분석, 이해 | analyze |
npx 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.