BilBBBOBaggins
UserMaster of Ceremonies (emcee) — a harness-agnostic operating regimen for AI coding agents: roles, quality gates, and an adversarial review panel across Claude Code and Codex.
Categories
Indexed Skills (4)
code-quality
Code quality standards — SRP, a ban on God Objects, one-directional layers, a ban on TODO/commented-out code, naming, error handling, a security minimum, readability over "cleverness". Use when writing or reviewing code.
debugging
Method for debugging broken behavior — simultaneous log collection across every layer of the chain, finding the break, a ban on guessing, the three-attempt rule. Use when something isn't working, a test is failing, there's a stack trace, or you need to find the root cause of a bug.
memory
Project memory architecture across sessions — the runtime's native instruction-file hierarchy and cross-session memory, discipline (<200 lines/file, a thin index + lazy topic files, tiered loading for quality), a pre-compaction checkpoint, pointers to routines/loop. Use when you're organizing project knowledge/notes, setting up memory, or the context is growing.
spec-driven
Contract-first cycle (C+) for tasks with a HARD contract — parsers, computations, validators, transformations, protocols. The test is written BEFORE the code, by an independent author; tests undergo an adversarial review pass. Use when the task = a hard contract with unambiguous input/output. NOT for live product domains.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.