Stats
Actions
Tags
From team-shinchan
Validates memory system configuration and file structure after modifying agent sections or learnings files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:verify-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**When this skill is invoked, execute immediately. Do not explain.**
When this skill is invoked, execute immediately. Do not explain.
| Validator | Command | What it checks |
|---|---|---|
| memory-system | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/memory-system.js | Memory system files and configuration are valid |
.shinchan-docs/learnings.md structurecd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/memory-system.js
Success criteria:
On failure:
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.