Stats
Actions
Tags
From team-shinchan
Validates agent schema compliance (frontmatter, sections) and shared reference integrity by running Node.js scripts on agent files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:verify-agentsThe 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 |
|---|---|---|
| agent-schema | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/agent-schema.js | Agent files follow required schema (frontmatter, sections) |
| shared-refs | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/shared-refs.js | Shared agent references resolve to existing files |
agents/cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/agent-schema.js
Success criteria:
On failure:
cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/shared-refs.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.