jysvai

Cha Brief — Development skill for Claude Code

Development community

Cut a source file into second-eye briefings of 20KB or less, each carrying the code, its promises, and the five defect classes.

How to install Cha Brief

Installs to ~/.claude/skills/jysvai-cha-cha-brief/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jysvai-cha-cha-brief && curl -fsSL https://raw.githubusercontent.com/jysvai/CHA/HEAD/commands/cha-brief.md -o ~/.claude/skills/jysvai-cha-cha-brief/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cha Brief does


description: Cut a source file into second-eye briefings of 20KB or less, each carrying the code, its promises, and the five defect classes.

/cha-brief ``

Turn source into something a second eye on another platform can actually review. Run `${CLAUDE_PLUGIN_ROOT}/tools/brief.mjs`, or build the briefing by hand to the same shape.

node "${CLAUDE_PLUGIN_ROOT}/tools/brief.mjs"  --out .cha/briefings --max 20480

Why 20KB

Three separate things break above it, an

Alternatives in Development

  • GenericAgent — Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token co 6.1k ★
  • Academic Pptx Skill — A Claude Skill for creating academic presentations (conference talks, seminar slides, thesis defenses, grant b 811 ★
  • Buddy Reroll — Reroll your Claude Code /buddy companion to any species, rarity, eye, hat, and shiny combo 247 ★

Full documentation available on GitHub

View Source Repository