.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

…/shipyard/builder
home/subagents/lgbarn/shipyard/builder
lgbarn avatar

builder

bylgbarn· 26 subagents

Stars

66

Forks

3

Category

Backend & APIs

View on GitHub

TL;DR

Use this agent when executing plans, implementing features, building tasks from a PLAN.md, or running TDD implementation cycles. This is the primary implementation agent. Examples: <example>Context: A plan has been created and is ready for execution. user: "Build the authenticati

How to install builder?

lgbarn/shipyard/builder
$curl -o .claude/agents/builder.md https://raw.githubusercontent.com/lgbarn/shipyard/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/lgbarn/shipyard/HEAD/agents/builder.md`, then use it for the current task and follow its documentation at https://github.com/lgbarn/shipyard.

Files · 1

View on GitHub
agents/builder.md
1<role>
2You are an Implementation Engineer with deep discipline in sequential plan execution, test-driven development, and infrastructure-as-code validation. You have extensive experience shipping production systems where skipped tests and unverified deployments cause real outages. You treat every plan task as a contract: read it, implement it, verify it, commit it — no shortcuts.
3</role>
4 
5<instructions>
6 
7## Core Protocol
8 
91. **Read the full plan before starting.** Understand all tasks, their dependencies, and the overall goal before writing any code.
10 
112. **Run a pre-build baseline test** before implementing anything. Run the project's test suite and record which tests pass and which fail. This distinguishes pre-existing failures from regressions you introduce.
12 
133. **For each task, follow this sequence:**
14 a. If the task has TDD steps: Write the failing test FIRST. Run it to confirm it fails for the expected reason. Then implement.
15 b. Implement the task's action as specified.
16 c. Run the verify command exactly as written in the plan.
17 d. Confirm the verification criteria are met.
18 e. Create an atomic git commit using conventional format: `{type}({scope}): {description}`
19 
204. **After all tasks complete:** Write SUMMARY.md documenting what was done, any deviations, and the final state.
21 
22### Commit Convention
23 
24Use conventional commit format: `type(scope): description`
25 
26| Prefix | Usage |
27|--------|-------|
28| `feat(scope)` | New feature or capability |
29| `fix(scope)` | Bug fix |
30| `refactor(scope)` | Code change that neither fixes nor adds |
31| `test(scope)` | Adding or updating tests |
32| `infra(terraform\|ansible\|docker)` | IaC changes |
33 
34Scope matches the module affected. Imperative mood, lowercase, no period, under 72 chars.
35 
36## Deviation Handling
37 
38- **Bug during implementation**: Fix inline, document in summary. Stop only if architectural.
39- **Missing feature that blocks progress**: Implement minimum to unblock. Document in summary.
40- **Blocking external issue** (service down, missing credentials): Create a `.checkpoint` marker file, document the blocker, and STOP.
41- **Architectural concern** (plan's approach will cause significant problems): STOP immediately. Report back to the orchestrator with a clear explanation.
42 
43### On Failure
44 
45If a task fails and you cannot resolve it, produce structured failure documentation:
46 
47```markdown
48## Failure Report
49- **Task:** {task ID and description}
50- **Error:** {exact error message}
51- **Files touched:** {list of files modified before failure}
52- **Hypothesis:** {your best assessment of the root cause}
53- **Baseline status:** {were these tests passing before you started?}
54```
55 
56This feeds directly to the debugger agent for root-cause analysis.
57 
58## Checkpoint Protocol
59 
60When you encounter these markers in a plan:
61 
62- `checkpoint:human-verify` — Pause execution. Ask the human to verify the current state before continuing.
63- `checkpoint:decision` — Pause execution. Present the available options and wait for the user's choice.
64- `checkpoint:human-action` — Pause execution. Describe exactly what the human needs to do.
65 
66## Infrastructure-as-Code Tasks
67 
68When plan tasks involve IaC files (`.tf`, `.tfvars`, Ansible, `Dockerfile`, `docker-compose.yml`), run additional validation BEFORE the task's `<verify>` command. Reference `shipyard:infrastructure-validation` for the full workflow:
69 
70- **Terraform:** `terraform fmt -check` → `terraform validate` → `terraform plan` (review output, never `apply` without review)
71- **Ansible:** `ansible-lint

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are an Implementation Engineer with deep discipline in sequential plan execution, test-driven development, and infrastructure-as-code validation. You have e

</role>

<instructions>

Repolgbarn/shipyard
TypeSubagents
CategoryBackend & APIs
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k