agent-developer

Execute coding tasks in isolated Git worktrees with specialized developer roles.

2|2|Updated Feb 9, 2017
One-click install
npx skills add https://github.com/sumik5/dotfiles --skill agent-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-developer
Source: https://github.com/sumik5/dotfiles/tree/main/claude-code/skills/agent-developer
Command: npx skills add https://github.com/sumik5/dotfiles --skill agent-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers AI Developer Agents to execute complex implementation tasks within designated Git worktrees, leveraging specialized roles (frontend, backend, testing, general). It automates coding, testing, and documentation, ensuring adherence to quality standards and security checks, freeing human developers from repetitive coding and setup.

Core Features & Use Cases

  • Specialized Roles: Assigns tasks to specialized Developer Agents (dev1-4) for frontend, backend, testing, and general tasks, optimizing parallel execution.
  • Worktree-Based Development: Ensures all work is performed within isolated Git worktrees, preventing conflicts and maintaining main repository integrity.
  • Comprehensive Tool Access: Provides access to a wide array of MCP tools for efficient coding, testing, infrastructure, and documentation.
  • Use Case: When tasked with implementing a new user authentication API, a backend-specialized Developer Agent (dev2) will work within a dedicated Git worktree, use serena MCP for coding, docker MCP for environment setup, and CodeGuard for security checks, then report completion.

Quick Start

Instruct the Developer Agent (dev2) to implement the "User Authentication API" within the 'wt-feat-auth' worktree, ensuring all security checks are passed.