Skill
team-shinchan:verify-memory
Use when you need to validate memory system configuration and file structure.
From team-shinchanInstall
1
Run in your terminal$
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchanTool Access
This skill uses the workspace's default tool permissions.
Skill Content
⚠️ MANDATORY EXECUTION - DO NOT SKIP
When this skill is invoked, execute immediately. Do not explain.
Validators
| Validator | Command | What it checks |
|---|---|---|
| memory-system | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/memory-system.js | Memory system files and configuration are valid |
When to Run
- After modifying memory-related agent sections
- After changing
.shinchan-docs/learnings.mdstructure - As part of verify-implementation workflow
Workflow
Check 1: Memory System
cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/memory-system.js
Success criteria:
- Exit code 0
- Memory system configuration is valid
On failure:
- Issue: Memory system misconfiguration
- Severity: MEDIUM
- Fix: Verify memory file paths and agent memory references
Similar Skills
Stats
Stars7
Forks0
Last CommitMar 23, 2026