# 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.

- Skill: `nikolaj-lat/count` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add nikolaj-lat/count`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nikolaj-lat/count/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nikolaj-lat (https://skillmd.com/u/nikolaj-lat)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nikolaj-lat/count

---


# Count

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

## Usage

```bash
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](references/count-reference.md).

