Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 732 Bytes

File metadata and controls

21 lines (13 loc) · 732 Bytes

CC-Share

Claude Code stuff I share — skills for now, maybe more later.

Skills

Skill What it does
ringer Orchestrator playbook for Ringer, a verified-swarm delegation tool. Routes work where multiple models/workers attempt the same task in parallel and the verified results get approved or compared.

Installing a skill

Copy the skill folder into your Claude Code skills directory:

cp -R skills/ringer ~/.claude/skills/

New sessions pick it up automatically. Remove it by deleting the folder.

Note on ringer: the skill is the playbook and routing rules, not the tool itself — you need the Ringer CLI (ringer.py) for it to be useful.