Agent
End-of-cycle documentation agent. Reads the current codebase state and produces or updates .md snapshot files covering architecture, layer map, key service inventory, and open questions. Never proposes code changes — documentation only.
Agent
End-of-cycle documentation agent. Reads the current codebase state and produces or updates .md snapshot files covering architecture, layer map, key service inventory, and open questions. Never proposes code changes — documentation only.
Agent
Creates musical variations, reharmonizations, and generates chord progressions. Uses phase sphere analysis for musically coherent transformations.
Agent
Read-only pattern miner. Scans the codebase for repeated implementations that are candidates for abstraction into helpers, DUs, CEs, or DSL clauses. Never edits files.
Agent
Evaluates musical analyses for consistency, detects contradictions, scores response quality, and suggests improvements.
Agent
Evaluates patterns found by compound-researcher and proposes idiomatic F# promotions — helper functions, DUs, Computation Expressions, or GA Language DSL clauses.
Agent
Read-only syntax gatekeeper. Audits GA Language grammar and closure registry for bloat, duplication, and semantic instability. Rejects unnecessary additions. Never edits files.
Agent
Parses and analyzes guitar tablature. Extracts chords, timing, and position information from ASCII tab notation. Converts tab to pitch classes and MIDI notes.
Agent
Evaluates guitar fingerings, suggests ergonomic alternatives, validates playability, and provides technique-focused advice for chord voicings and passages.
Agent
Analyzes music theory concepts including pitch classes, harmonic functions, chord qualities, key relationships, and voice leading. Expert in atonal and tonal theory.
Agent Claude Code
Drafts a new GA chatbot SKILL.md file in skills-dev/ from a description of what the skill should do. Use when starting a new skill (catalog, computation, or hybrid) — produces the frontmatter + body stub the iteration loop runs against. Refuses to overwrite an existing draft or canonical skill of the same name.
Agent Claude Code
Promotes a stable SKILL.md draft from skills-dev/ to canonical skills/, validates it against SkillMdParserTests, commits, and opens a PR. Use when a draft has been iterated on enough that it should ship to production. Refuses to graduate a skill that fails the parser, has zero surviving triggers, or shadows a…