Stats
Actions
Tags
From team-shinchan
Validates token budget compliance for configuration files by running a token budget validator. Use after adding or expanding files, before committing large changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:verify-budgetThe 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 |
|---|---|---|
| token-budget | cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/token-budget.js | All files stay within token budget limits |
cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/token-budget.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.