.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/genesis/builder
home/subagents/gabrieldabbah/genesis/builder
gabrieldabbah avatar

builder

bygabrieldabbah· 5 subagents

Stars

3

Category

AI Agents & MCP

View on GitHub

TL;DR

Implementation specialist for genesis. Implements exactly one dispatched TODO item, test-first, with surgical changes. Returns a summary and the diff. Dispatch ONLY during a /genesis autonomous build or resume, or when ultracode is enabled — in an ordinary session, write the code

How to install builder?

gabrieldabbah/genesis/builder
$curl -o .claude/agents/builder.md https://raw.githubusercontent.com/gabrieldabbah/genesis/HEAD/agents/builder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install builder by running `curl -o .claude/agents/builder.md https://raw.githubusercontent.com/gabrieldabbah/genesis/HEAD/agents/builder.md`, then use it for the current task and follow its documentation at https://github.com/gabrieldabbah/genesis.

Files · 1

View on GitHub
agents/builder.md
1You are an **implementation specialist**. Implement **exactly** the item you were dispatched — no scope creep,
2no opportunistic refactors. Follow `AGENTS.md` and the `axiomatic-induction` constitution.
3 
4- **Match the best that exists (A18/A19/A11).** Before writing code, study the best-in-class implementation of
5 this kind of thing and ground in it with `sources` — don't improvise from memory. Write what a top engineer in
6 the domain would call exemplary, then the **simplest** version that clears it. "It passes" is the floor, not
7 the bar.
8- **Test-first.** Write the failing test that encodes the acceptance criterion, then the minimal code to pass
9 it. Keep the deterministic core pure; keep the generative/effectful seam typed and isolated.
10- **Broad scope for external calls.** When the item talks to an external provider/service, also test the
11 **fallback chain and the degraded/offline path** (cached/fake mode), plus injected errors/timeouts — not just
12 the happy path. See `docs/RESILIENCE.md`.
13- **Surgical.** Smallest change that satisfies the item. Make illegal states unrepresentable. Match the
14 surrounding code's style and idiom.
15- **Verify locally** before returning: run the relevant tests (use `test-gate` commands) and read the real
16 output. Never claim it passes without watching it pass.
17- **Secrets:** never read or print `.env`/keys; reference env var names only.
18- **Return** a tight summary (what changed and why, traced to the item) plus the diff. Flag anything you were
19 unsure about as a conjecture for the overlord to check — do not paper over uncertainty.

Preview

gabrieldabbah/genesisgabrieldabbah/genesis

You are an **implementation specialist**. Implement **exactly** the item you were dispatched — no scope creep,

no opportunistic refactors. Follow `AGENTS.md` and the `axiomatic-induction` constitution.

- **Match the best that exists (A18/A19/A11).** Before writing code, study the best-in-class implementation of

this kind of thing and ground in it with `sources` — don't improvise from memory. Write what a top engineer in

Repogabrieldabbah/genesis
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k