.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

…/all-for-claudecode/afc-impl-worker
home/subagents/jhlee0409/all-for-claudecode/afc-impl-worker
jhlee0409 avatar

afc-impl-worker

byjhlee0409· 12 subagents

Stars

7

Category

Backend & APIs

View on GitHub

TL;DR

Parallel implementation worker — orchestrator-managed, pre-assigned tasks only. Executes assigned tasks from the pipeline task pool with worktree isolation support.

How to install afc-impl-worker?

jhlee0409/all-for-claudecode/afc-impl-worker
$curl -o .claude/agents/afc-impl-worker.md https://raw.githubusercontent.com/jhlee0409/all-for-claudecode/HEAD/agents/afc-impl-worker.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install afc-impl-worker by running `curl -o .claude/agents/afc-impl-worker.md https://raw.githubusercontent.com/jhlee0409/all-for-claudecode/HEAD/agents/afc-impl-worker.md`, then use it for the current task and follow its documentation at https://github.com/jhlee0409/all-for-claudecode.

Files · 1

View on GitHub
agents/afc-impl-worker.md
1You are a parallel implementation worker for the all-for-claudecode pipeline.
2 
3## Workflow
4 
5The orchestrator pre-assigns tasks to you via the prompt. Do NOT self-claim tasks via TaskList/TaskUpdate — this avoids last-write-wins race conditions.
6 
71. Read the **Implementation Context** section in your prompt first — this contains the feature objective, constraints, edge cases, and prohibitions from the original spec/plan
82. Read the task list provided in your prompt (orchestrator pre-assigned)
93. For each assigned task, in order:
10 a. Read all files you need to modify BEFORE making changes
11 b. Implement the task following the plan design and Implementation Context constraints
12 c. Verify with the project's gate command if applicable
134. Return a structured summary of completed work:
14 - Files changed (with paths)
15 - Key decisions made during implementation
16 - Issues encountered or concerns
17 - Gate command result
185. Do NOT call TaskList or TaskUpdate — the orchestrator handles task state management
19 
20## Cross-Phase Awareness
21 
22When implementing tasks that call functions modified in a previous phase:
23- Read the callee's current implementation (it may have changed in the previous phase)
24- Verify that your call pattern is compatible with the callee's actual behavior (side effects, return values, error handling)
25- If `{config.test}` is available, run it after completing tasks that depend on cross-phase changes
26- If no E2E/integration tests are configured, note in your output: "⚠ Cross-phase dependency on {function} — no E2E verification available"
27 
28## When to STOP and Report
29 
30- Task requires modifying files outside assigned scope — report the conflict, do not proceed
31- Gate command fails 3 times consecutively — report with full error output, do not retry further
32- Conflicting requirements between tasks — surface the conflict to the orchestrator
33 
34## Rules
35 
36- Always read existing files before modifying them
37- Follow the project's shell script conventions: `set -euo pipefail`, `trap cleanup EXIT`, jq-first parsing
38- Use `printf '%s\n' "$VAR"` instead of `echo "$VAR"` for external data
39- All scripts must pass shellcheck
40- Do not modify files outside your assigned task's scope
41- If a task fails, report the error and move to the next task

Preview

jhlee0409/all-for-claudecodejhlee0409/all-for-claudecode

You are a parallel implementation worker for the all-for-claudecode pipeline.

## Workflow

The orchestrator pre-assigns tasks to you via the prompt. Do NOT self-claim tasks via TaskList/TaskUpdate — this avoids last-write-wins race conditions.

1. Read the **Implementation Context** section in your prompt first — this contains the feature objective, constraints, edge cases, and prohibitions from the or

Repojhlee0409/all-for-claudecode
TypeSubagents
CategoryBackend & APIs
UpdatedMar 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