coding-agent

Delegate coding tasks to AI agents via background processes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/clsdavid/autocrab --skill coding-agent-clsdavid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/clsdavid/autocrab/tree/main/skills/coding-agent
Command: npx skills add https://github.com/clsdavid/autocrab --skill coding-agent-clsdavid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex coding tasks by delegating them to specialized AI agents, freeing up developers from repetitive or time-consuming coding, refactoring, and review processes.

Core Features & Use Cases

  • Automated Code Generation: Build new features or applications with AI assistance.
  • Code Review & Refactoring: Delegate the review of Pull Requests or the refactoring of large codebases.
  • Iterative Development: Use for coding tasks that require exploration and file manipulation.

Quick Start

Use the coding-agent skill to build a dark mode toggle for the current project.

Frequently Asked Questions about coding-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How can I delegate coding tasks to an AI agent for automated code generation?

You can delegate coding tasks to AI agents like Codex, Claude Code, or Pi via background processes to automate code generation for building new features. This approach supports iterative development with file exploration and manipulation.

What's the best way to automate refactoring a large codebase with an AI agent?

Automating codebase refactoring is handled by delegating the task to specialized AI agents like Codex or Claude Code. This allows developers to execute large-scale refactoring via background processes while using a focused workdir.

How do I use AI agents to review pull requests in an automated workflow?

AI agents review pull requests by delegating the task through background processes. Agents like Claude Code or Pi analyze the codebase using specific execution modes, enabling automated PR reviews without manual intervention.

Does delegating code generation to Claude Code require specific execution modes?

Yes, delegating code generation to Claude Code requires using the --print execution mode. Codex and Pi agents require PTY execution modes instead, ensuring the AI agent operates correctly within the background process environment.

Why should I use a focused workdir when delegating tasks to AI coding agents?

Using a focused workdir is necessary to ensure precise and controlled execution when AI coding agents explore and manipulate files. This careful use of the working directory prevents unintended modifications outside the target scope.