xDido/chiron

Teach-first mentor mode for AI coding tools.

2Stars on the repository
13Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

xDido/chiron

Skill Claude CodeCodex

Architecture Decision Records with trade-off analysis. Guides through decision context, quality-attribute scoring, and ADR generation via a domain-adapted hint ladder. Defers to .agents/README.md.

2 4mo ago D 41 tokens original MIT

challenge

02

xDido/chiron

Skill Claude CodeCodex

Generate idiom drills grounded in specific lines of a source file. Seeded patterns first, model eyeball fallback on no match. Grades user attempts /10 and writes outcomes to /.chiron/profile.json.

2 4mo ago D 43 tokens original MIT

chiron

03

xDido/chiron

Skill Claude CodeCodex

Apply teach-first Socratic mentor treatment to a coding request. Questions before code, graduated hints via an L0-L4 ladder, idiom callouts. Defers to .agents/README.md when they conflict.

2 4mo ago D 47 tokens original MIT

debug

04

xDido/chiron

Skill Claude CodeCodex

Structured debugging with hypothesis testing. Observe, hypothesize, verify, fix, explain — teaches debugging methodology via a domain-adapted hint ladder. Defers to .agents/README.md.

2 4mo ago D 40 tokens original MIT

explain

05

xDido/chiron

Skill Claude CodeCodex

Compare 2-3 approaches to a coding or design decision with trade-offs and a recommendation. Teach-first framing — surfaces decision complexity rather than picking for you. For "which way should I..." questions (complements /chiron which handles "how do I..." questions). Defers to .agents/README.md.

2 4mo ago D 67 tokens original MIT

hint

06

xDido/chiron

Skill Claude CodeCodex

Advance one rung on the chiron hint ladder. Re-reads the most recent assistant turn, identifies its hint rung, and emits the next rung. Stateless — no session memory required.

2 4mo ago D 39 tokens original MIT

level

07

xDido/chiron

Skill Claude CodeCodex

Set or show chiron's voice level (gentle, default, or strict). Zero-arg invocation prints the full config snapshot — voice level plus drill sizing and teaching dials — doubling as a health check. Persists to /.chiron/config.json across sessions.

2 4mo ago D 55 tokens original MIT

postmortem

08

xDido/chiron

Skill Claude CodeCodex

Session-end review of recent chiron activity. Scores across 5 axes (design thinking, code quality, idioms, testing, engineering maturity) and names one concrete thing to practice next time. Read-only in v0.3.0 — does not persist scores.

2 4mo ago D 58 tokens original MIT

refactor

09

xDido/chiron

Skill Claude CodeCodex

Guided refactoring with named patterns. Identifies code smells, names the refactoring, and guides the transformation via a domain-adapted hint ladder. Defers to .agents/README.md.

2 4mo ago D 43 tokens original MIT

teach-chiron

10

xDido/chiron

Skill Claude CodeCodex

One-time comprehensive project scan. Reads every important file in the codebase and writes .chiron-context.md — the persistent context file that all other chiron skills reference instead of re-scanning.

2 4mo ago A 43 tokens original MIT

tour

11

xDido/chiron

Skill Claude CodeCodex

Structured "before each task" preamble for a coding topic. Presents read-this-first doc pointers, key concepts, and common junior mistakes. From chiron's session preamble pattern — gives you the mental model before you start writing code. For topic overviews, NOT tutorials.

2 4mo ago D 57 tokens original MIT