Count

Check character counts and limits for Voyage World config files. Use when checking how much space is used, before adding large content, or when approaching size limits.

nikolaj-lat cbef527 2 files · 4.3 KB Updated

File contents

Count

Run node .claude/scripts/count.js to check character counts and limits.

Usage

node .claude/scripts/count.js              # defaults to tabs/
node .claude/scripts/count.js ./tabs/      # explicit path
node .claude/scripts/count.js --json       # JSON output for programmatic use

Output

Shows usage for each section with limits:

  • 🟢 OK - Under limit
  • 🟡 WARNING - Approaching limit (>80%)
  • 🔴 OVER - Exceeds limit

Reference

For detailed limits, see count-reference.md.

nikolaj-lat/world-puppeteer/tree/main/.claude/skills/count commit cbef52773d

Frequently asked questions

npx skillmds@latest add nikolaj-lat/count