Skill

team-shinchan:verify-memory

Use when you need to validate memory system configuration and file structure.

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

⚠️ MANDATORY EXECUTION - DO NOT SKIP

When this skill is invoked, execute immediately. Do not explain.

Validators

ValidatorCommandWhat it checks
memory-systemcd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/memory-system.jsMemory system files and configuration are valid

When to Run

  • After modifying memory-related agent sections
  • After changing .shinchan-docs/learnings.md structure
  • 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
Stats
Stars7
Forks0
Last CommitMar 23, 2026