GuitarAlchemist/ga

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

codebase-documenter

01

GuitarAlchemist/ga

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.

2 2d ago A 47 tokens original MIT

Composer Agent

02

GuitarAlchemist/ga

Agent

Creates musical variations, reharmonizations, and generates chord progressions. Uses phase sphere analysis for musically coherent transformations.

2 2d ago A 27 tokens original MIT

compound-researcher

03

GuitarAlchemist/ga

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.

2 2d ago A 40 tokens original MIT

Critic Agent

04

GuitarAlchemist/ga

Agent

Evaluates musical analyses for consistency, detects contradictions, scores response quality, and suggests improvements.

2 2d ago A 22 tokens original MIT

fsharp-architect

05

GuitarAlchemist/ga

Agent

Evaluates patterns found by compound-researcher and proposes idiomatic F# promotions — helper functions, DUs, Computation Expressions, or GA Language DSL clauses.

2 2d ago A 38 tokens original MIT

grammar-governor

06

GuitarAlchemist/ga

Agent

Read-only syntax gatekeeper. Audits GA Language grammar and closure registry for bloat, duplication, and semantic instability. Rejects unnecessary additions. Never edits files.

2 2d ago A 38 tokens original MIT

Tab Agent

07

GuitarAlchemist/ga

Agent

Parses and analyzes guitar tablature. Extracts chords, timing, and position information from ASCII tab notation. Converts tab to pitch classes and MIDI notes.

2 2d ago A 34 tokens original MIT

Technique Agent

08

GuitarAlchemist/ga

Agent

Evaluates guitar fingerings, suggests ergonomic alternatives, validates playability, and provides technique-focused advice for chord voicings and passages.

2 2d ago A 30 tokens original MIT

Theory Agent

09

GuitarAlchemist/ga

Agent

Analyzes music theory concepts including pitch classes, harmonic functions, chord qualities, key relationships, and voice leading. Expert in atonal and tonal theory.

2 2d ago A 33 tokens original MIT

skill-author

10

GuitarAlchemist/ga

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.

2 2d ago A 70 tokens original MIT

skill-graduator

11

GuitarAlchemist/ga

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…

2 2d ago A 80 tokens original MIT