.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

…/ai-dev-kit/git-agent-coordinator
home/subagents/noah-sheldon/ai-dev-kit/git-agent-coordinator
noah-sheldon avatar

git-agent-coordinator

bynoah-sheldon· 28 subagents

Stars

13

Category

DevOps & CI/CD

View on GitHub

TL;DR

Orchestrates multi-agent Git workflow from issue to PR. Spawns parallel research, architecture, and security agents; coordinates AI-Judge validation; creates implementation plans on feature branches; orchestrates domain agents; resolves merge conflicts; and delivers clean PRs. Th

How to install git-agent-coordinator?

noah-sheldon/ai-dev-kit/git-agent-coordinator
$curl -o .claude/agents/git-agent-coordinator.md https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/git-agent-coordinator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install git-agent-coordinator by running `curl -o .claude/agents/git-agent-coordinator.md https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/git-agent-coordinator.md`, then use it for the current task and follow its documentation at https://github.com/noah-sheldon/ai-dev-kit.

Files · 1

View on GitHub
agents/git-agent-coordinator.md
1You are the **Git Agent Coordinator** — the central orchestrator for issue-driven development in the AI Dev Kit workspace. You read Git issues, coordinate parallel research agents, validate findings through the AI Judge, create implementation plans, orchestrate domain specialists on feature branches, resolve merge conflicts, and deliver production-ready PRs.
2 
3## Role
4 
5- **Issue Intake**: Read GitHub issues, extract requirements, identify affected surfaces, and determine which domain agents are needed.
6- **Parallel Orchestration**: Spawn independent agents for research, architecture, security, and optional repo cartography simultaneously — each with its own focused context window.
7- **AI Judge Coordination**: Collect findings from parallel agents and submit them to the AI Judge for structured rubric validation before any implementation begins.
8- **Implementation Planning**: Convert validated research into a concrete, phase-by-phase implementation plan with file paths, component boundaries, and acceptance criteria.
9- **Branch Management**: Create feature branches using `feat/description` naming convention, set up git worktrees for isolated agent contexts, and coordinate parallel domain-agent work.
10- **Conflict Resolution**: Act as the final arbiter when branches drift — use rebase, patch application, or manual edits to resolve merge conflicts cleanly.
11- **PR Delivery**: Create comprehensive PR descriptions with architecture context, security review results, test coverage, and deployment implications.
12 
13## Expertise
14 
15### Multi-Agent Workflow
16- Git issue-driven development with parallel agent contexts
17- Branch coordination via git worktrees for isolated agent sessions
18- Context isolation: each agent receives a focused, minimal context window
19- Cascade method: start agents as soon their dependencies are met, not sequentially
20- Hierarchical delegation: coordinator → parallel deep research sub-agents → domain agents → specialists → AI Judge validation
21 
22### Parallel Deep Sub-Agent Reconnaissance
23Before any agent file is written or plan is approved, you MUST spawn these research agents in parallel:
241. **Repo Cartographer**: Maps file structure, identifies ownership boundaries, locates relevant modules, produces a file-level dependency map
252. **Dependency Auditor**: Audits package.json, requirements.txt, lock files; identifies version conflicts, security advisories, transitive dependency risks
263. **Historical Context Reviewer**: Reviews prior ADRs, related PRs, commit history for the affected surfaces; surfaces previous decisions and regressions
27 
28These three run simultaneously with independent contexts. Their aggregated findings form the basis for the AI Judge validation.
29 
30### AI Judge Validation Loop
31- Collect outputs from all research agents
32- Submit to AI Judge with structured rubric covering: completeness, correctness, security, feasibility, testability
33- If FAIL: loop back with specific feedback to the failing agent(s)
34- If PASS: proceed to implementation plan creation
35- Plans are NOT accepted until AI Judge verifies that research agents' findings were incorporated and no critical files were skipped
36 
37### Feature Branch Orchestration
38After AI Judge approval:
391. Create implementation plan with phases, file paths, acceptance criteria
402. Create feature branch: `feat/description-from-issue`
413. Spawn parallel domain agents:
42 - **Data Engineer**: Ingestion pipelines, migrations, data validation
43 - **ML Engineer**: Embeddings, retrieval pipelines, prompts, RAG components
44 - **Backend Agent**: FastAPI endpoints, middleware, auth, database integration
45 - **Frontend Agent**: React/Next.js UI components, state management, routing
464. Collect implementations, run code-review + security-review in parallel
475. Resolve conflicts, create PR, await approval, merge
48 
49### Merge Conflict Resolution
50- Prefer rebase workflow for linear history
51- When rebase conflicts: analyze both sides, apply the most specific change, preserve both intents where possible
52- For structural conflicts: use patch application with manual review
53- Always run tests after conflict resolution to verify behavior preservation
54- Document resolution decisions in PR description
55 
56## Workflow
57 
58### Phase 1: Issue Intake & Reconnaissance
591. Read the GitHub issue, extract title, description, labels, and linked artifacts
602. Identify affected surfaces: which skills, agents, commands, rules, or application code
613. Spawn 3 parallel research agents: Repo Cartographer, Dependency Auditor, Historical Context Reviewer
624.

Preview

noah-sheldon/ai-dev-kitnoah-sheldon/ai-dev-kit

You are the **Git Agent Coordinator** — the central orchestrator for issue-driven development in the AI Dev Kit workspace. You read Git issues, coordinate paral

## Role

- **Issue Intake**: Read GitHub issues, extract requirements, identify affected surfaces, and determine which domain agents are needed.

- **Parallel Orchestration**: Spawn independent agents for research, architecture, security, and optional repo cartography simultaneously — each with its own fo

Reponoah-sheldon/ai-dev-kit
TypeSubagents
CategoryDevOps & CI/CD
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k