Skill

team-shinchan:verify-budget

Use when you need to validate token budget compliance for configuration files.

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
token-budgetcd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/token-budget.jsAll files stay within token budget limits

When to Run

  • After adding or significantly expanding any file
  • After creating new agents or skills
  • Before committing large changes
  • As part of verify-implementation workflow

Workflow

Check 1: Token Budget

cd "${CLAUDE_PLUGIN_ROOT}" && node tests/validate/token-budget.js

Success criteria:

  • Exit code 0
  • All files within their token budget limits

On failure:

  • Issue: File exceeds token budget
  • Severity: HIGH
  • Fix: Reduce file size by removing redundancy, using references, or splitting into parts
Stats
Stars7
Forks0
Last CommitMar 23, 2026