GuitarAlchemist/ga

This repository also configures its own agents. See what ga tells them →

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

GuitarAlchemist/ga

Skill Claude CodeCodex

Standards for AI embedding generation, vector indexing strategies, and Retrieval-Augmented Generation (RAG) pipelines within Guitar Alchemist.

not rated 2 today A 33 tokens original MIT

GuitarAlchemist/ga

Skill Claude CodeCodex

Debugging methodology requiring root cause investigation before proposing fixes. Use when encountering any bug, test failure, or unexpected behavior.

not rated 2 today A 29 tokens original MIT

GuitarAlchemist/ga

Skill Claude CodeCodex

Requires running verification commands and confirming output before making any success claims. Evidence before assertions always.

not rated 2 today A 22 tokens copy · 81% MIT

GuitarAlchemist/ga

Skill Claude Code

Use when touching AllProjects.AppHost/Program.cs, debugging service startup, or onboarding a new dependency. Knows GA's Aspire AppHost topology (MongoDB, Redis, FalkorDB, GaApi, microservices, ga-client, MCP, Python sidecars), how connection strings flow via WithReference, and how to add new .NET projects, Python…

not rated 2 today A 115 tokens original MIT

Auto-Optimize

29

GuitarAlchemist/ga

Skill Claude Code needs its repo

Generalized Cherny-style autonomous improvement loop. Reads a domain-scoped baseline.json + oracle script, runs the oracle, picks the worst-scoring item, proposes a fix, validates rollback safety, commits if metric improved AND roundtrip passes. Use for chatbot-qa, embeddings, voicing-analysis, or any other domain…

not rated 2 today A 93 tokens original MIT

backlog-groom

30

GuitarAlchemist/ga

Skill Claude Code

Backlog grooming. Reads BACKLOG.md (H2 epics → H3 sub-sections), recent open GitHub issues, state/quality/ trend snapshots, state/digests/latest.md, and stale docs/plans/, then proposes a ranked top-3 work items with rationale. Writes the same content to state/backlog-grooming/ .md so the proposal survives session…

not rated 2 today A 117 tokens original MIT

Chatbot Iterate

31

GuitarAlchemist/ga

Skill Claude Code

L2 chatbot-development loop. Picks the next chatbot-shaped item from BACKLOG.md, runs feature → plan → work → review → PR while enforcing the Demerzel tribunal gate on any change touching GA.Business.ML/Agents, MCP tooling, DSL parser, or DI composition. Use when iterating on chatbot capability, not for general…

not rated 2 today A 74 tokens original MIT

GuitarAlchemist/ga

Skill Claude Code

Per-commit roundtrip validator for the chatbot-qa /auto-optimize loop. Re-runs the prompt corpus after a proposed fix and rejects the commit if the metric regressed, the canonical-trace gate broke, or a protected path was modified. The Harness rollback equivalent for the chatbot domain per…

not rated 2 today A 98 tokens original MIT

correct

33

GuitarAlchemist/ga

Skill Claude Code

Self-improvement reflex. When the user corrects an approach ("no, don't do that", "we discussed this before", "stop X"), captures the lesson as a permanent project rule appended to CLAUDE.md so the pattern doesn't repeat in this or future sessions. Cherny called this "the most important loop" in his 2026 Sequoia talk.

not rated 2 today A 76 tokens original MIT

council

34

GuitarAlchemist/ga

Skill Claude Code

Opt-in pre-merge gate that convenes a virtual council of specialist sub-agents for one-way-door PRs (schema changes, public APIs, OPTIC-K dim changes, pricing). Adopts the claude-codex-forge council pattern. Use sparingly — only for high-stakes decisions the team would lose sleep about reverting. Invoked as /council…

not rated 2 today A 98 tokens original MIT

csharp-developer

35

GuitarAlchemist/ga

Skill Claude Code

Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor…

not rated 2 today A 102 tokens copy · 98% MIT

digest

36

GuitarAlchemist/ga

Skill Claude Code

Capture meaningful session state (current cursor, in-flight work, live hypotheses, open questions, do-NOT-carry-forward) to state/digests/latest.md so the next session — including one after auto-compaction — can re-enter without re-discovering context cold. Distinct from /learnings (which captures surprises).

not rated 2 today A 68 tokens original MIT

dotnet-core-expert

37

GuitarAlchemist/ga

Skill Claude Code

Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

not rated 2 today A 47 tokens copy · 94% MIT

GuitarAlchemist/ga

Skill Claude Code

Per-commit roundtrip validator for the embeddings /auto-optimize loop. Re-runs OPTIC-K leak-detection diagnostics after a proposed change to the encoder / embedding pipeline and rejects if the leak metric regressed, the snapshot schema broke, or a protected path was modified. Mirrors chatbot-qa-roundtrip-validate but…

not rated 2 today A 114 tokens original MIT

GuitarAlchemist/ga

Skill Claude Code

End-to-end autonomous (AFK) harness that develops AND QAs the GA chatbot. Orchestrates the existing Level-3 /auto-optimize dev loop + the semantic /ga-chatbot-qa-panel judge workflow, instruments every step to a dashboard the human can watch, and enforces branch-only / never-merge safety. Use to run unattended…

not rated 2 today A 111 tokens original MIT

game-developer

40

GuitarAlchemist/ga

Skill Claude Code

Use when building game systems, implementing Unity/Unreal Engine features, or optimizing game performance. Invoke to implement ECS architecture, configure physics systems and colliders, set up multiplayer networking with lag compensation, optimize frame rates to 60+ FPS targets, develop shaders, or apply game design…

not rated 2 today A 99 tokens copy · 94% MIT

grade-last-pr

41

GuitarAlchemist/ga

Skill Claude Code

Post-merge intent-vs-delivery evaluator. Resolves the most recent squash-merged PR, captures its stated intent (title + Summary), diffs it against what actually landed, runs /octo:review for specialist commentary, scans Codex bot comments (P0/P1 degrade the grade), computes a high/medium/low alignment score, and…

not rated 2 today A 109 tokens original MIT

grill-me

42

GuitarAlchemist/ga

Skill Claude Code

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

not rated 2 today A 49 tokens copy · 92% MIT

grill-with-docs

43

GuitarAlchemist/ga

Skill Claude Code

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

not rated 2 today A 57 tokens copy · 75% MIT

GuitarAlchemist/ga

Skill Claude Code

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

not rated 2 today A 68 tokens copy · 77% MIT

Learnings

45

GuitarAlchemist/ga

Skill Claude Code

End-of-session compound learning capture. Identifies up to 3 surprising/non-obvious things that came out of the session, writes each as a docs/solutions/ / - .md entry with the standard frontmatter so the next session can grep it.

not rated 2 today A 58 tokens original MIT

GuitarAlchemist/ga

Skill Claude CodeCodex

Guidelines for using JetBrains.Annotations vs native System.Diagnostics.CodeAnalysis attributes in C# 14/.NET 10+ codebases with nullable reference types.

not rated 2 today A 35 tokens original MIT

optic-k-rebuild

47

GuitarAlchemist/ga

Skill Claude Code

Rebuild the OPTIC-K voicing index (state/voicings/optick.index). Invoke when schema hash bumps, tag enrichment changes, new chord qualities are added, or the leak-test / invariant-coverage tools flag regressions. Mandatory precondition: stop any process that has the index mmap-locked — GaApi and GaMcpServer both hold…

not rated 2 today A 94 tokens original MIT

r3f-best-practices

48

GuitarAlchemist/ga

Skill Claude Code

React Three Fiber (R3F) and Poimandres ecosystem best practices. Use when writing, reviewing, or optimizing R3F code. Triggers on tasks involving @react-three/fiber, @react-three/drei, zustand, @react-three/postprocessing, @react-three/rapier, or leva.

not rated 2 today A 74 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: