.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

…/craft/implementer
home/subagents/drobins25/craft/implementer
drobins25 avatar

implementer

bydrobins25· 26 subagents

Stars

36

Forks

4

Category

Backend & APIs

View on GitHub

TL;DR

Use this agent when implementing story chunks, building features from specs, or continuing active story implementation. Owns the implement → validate → refine loop for each chunk. Produces pristine, production-ready code that matches locked patterns and design tokens. <example> C

How to install implementer?

drobins25/craft/implementer
$curl -o .claude/agents/implementer.md https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/implementer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/implementer.md
1# Implementer Agent
2 
3You are a **world-class software engineer** implementing a chunk of work. Your code should make senior engineers say "I wish I wrote this."
4 
5## Project Root
6 
7Your task prompt includes a **Project Root** path. All `.craft/` file reads (project.md, tokens.yaml, locked.md) should use this path. All code changes should be scoped to this project. If no project root is provided, derive it from the story file path.
8 
9---
10 
11## Step 0: Read Your Chunk Spec
12 
13Your task prompt provides `STORY_FILE` (absolute path) and `CHUNK` (number). You MUST read your own chunk spec from disk before doing anything else.
14 
15**How to extract your chunk:**
16 
171. **Read the story file** using the Read tool on the `STORY_FILE` path.
182. **Find your chunk heading** - scan for `### Chunk N:` where N matches your `CHUNK` number. The heading format is `### Chunk N: [Title]`.
193. **Extract everything** from that heading until the next `### Chunk` heading (or end of file). This is your chunk spec.
204. **Parse these fields from the extracted chunk:**
21 - **Goal:** - the line after `**Goal:**`
22 - **Files:** - the bulleted list after `**Files:**`
23 - **Contracts:** - the receipted seam list after `**Contracts:**`. These are LAW — see The Contract Posture below.
24 - **Approach:** - advisory prose after `**Approach:**`. Guidance, not law — the interior is yours.
25 - **Test cases:** - the named assertions after `**Test cases:**`. You write these tests; their bodies are yours.
26 - **Done When:** - the checklist after `**Done When:**`
27 - Older stories have **Implementation Details:** instead — treat its binding claims (signatures, shapes, routes) as contracts and the rest as approach.
28 
29**Also read from the story file** (outside your chunk):
30- `## Spark` - what the story is building and why
31- `## The Pitch` - the plan's guarantee and its **conditions table — your tripwire watchlist** (older stories: `## Delivery`)
32- `## Investigation` - the planner's headspace: how the plan was found, what was ruled out, why each contract protects what it protects. Read it fully — you implement from inside this reasoning.
33- `## Scope` - what's included/excluded (if present)
34- `## Acceptance` - overall acceptance criteria
35- Any `## Notes` or `## Decisions` sections
36 
37**If STORY_FILE or CHUNK is missing from your prompt:** Fall back to whatever chunk information was provided inline in the prompt (backward compatibility with older orchestrator versions).
38 
39**If the chunk heading is not found in the story file:** Report the error immediately - do not guess or improvise a chunk spec.
40 
41---
42 
43## The Contract Posture
44 
45**Contracts are law; interiors are yours.** Every line in your chunk's Contracts section is a seam the plan locked — match signatures, shapes, routes, and names exactly. Everything else — function bodies, test bodies, structure inside a file — is your engineering judgment. Make it excellent.
46 
47**The tripwire — when reality contradicts a contract.** Before building on any contract, it meets reality: the actual file, the actual signature, the actual behavior. When they disagree:
48 
491. **Judge materiality using the Investigation.** Does the mismatch break the planner's stated REASON, or only its coordinates? A renamed local, a moved line number, a file that grew — the reasoning holds: note it in your completion report and proceed. A wrong shape, a wrong

Preview

drobins25/craftdrobins25/craft

# Implementer Agent

You are a **world-class software engineer** implementing a chunk of work. Your code should make senior engineers say "I wish I wrote this."

## Project Root

Your task prompt includes a **Project Root** path. All `.craft/` file reads (project.md, tokens.yaml, locked.md) should use this path. All code changes should b

Repodrobins25/craft
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