jysvai

Cha Init — Development skill for Claude Code

Development community

Scaffold CHA in this repository — .cha/ config, cumulative record, mutant list — and detect the gate commands.

How to install Cha Init

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

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

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

What Cha Init does


description: Scaffold CHA in this repository — .cha/ config, cumulative record, mutant list — and detect the gate commands.

/cha-init

Set this repository up for the CHA loop. Run once per repo.

Steps

  1. Refuse to guess the gate. Read package.json / Makefile / pyproject.toml / Cargo.toml and find the commands that actually exist. Do not invent a npm run lint that is not there. If you find none, say so and ask which command counts as the gate — an unverified gate is

Alternatives in Development

  • Sanitize — Detect and redact PII from text files — 15 categories (SSNs, credit cards, API keys, etc.), zero dependencies 3.1k ★
  • Promote Public Release — Build, refine, and publish cumulative public release notes, then promote the current alpha prerelease to stabl 1.6k ★
  • Tentacle Context Init — You are working on the {{tentacleName}} section 1.4k ★

Full documentation available on GitHub

View Source Repository