docs(coding-agent): fix token count in themes.md, rewrite skills.md

- Fixed themes.md: 50 -> 51 color tokens
- Rewrote skills.md to match structure of other docs (TOC, concise sections)
- Removed redundant content from skills.md while keeping all essential info
This commit is contained in:
Mario Zechner 2026-01-25 20:48:47 +01:00
parent 728dc86d49
commit 3dca4979e4
2 changed files with 80 additions and 159 deletions

View file

@ -139,13 +139,13 @@ vim ~/.pi/agent/themes/my-theme.json
- `name` is required and must be unique.
- `vars` is optional. Define reusable colors here, then reference them in `colors`.
- `colors` must define all 50 required tokens.
- `colors` must define all 51 required tokens.
The `$schema` field enables editor auto-completion and validation.
## Color Tokens
Every theme must define all 50 color tokens. There are no optional colors.
Every theme must define all 51 color tokens. There are no optional colors.
### Core UI (11 colors)