coding-agent

Delegate coding tasks to AI agents via background processes.

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

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 like Codex, Claude Code, or Pi, streamlining development workflows.

Core Features & Use Cases

  • Automated Code Generation & Refactoring: Build new features, refactor large codebases, or implement iterative coding with file exploration.
  • PR Reviews: Safely review pull requests in isolated temporary directories.
  • Background Execution: Run coding tasks in the background for long-running processes, with session monitoring and control.
  • Use Case: You need to refactor a large Python codebase. You can use this Skill to delegate the task to an AI agent, specifying a working directory and running it in the background for continuous progress.

Quick Start

Use the coding-agent skill to build a new feature for your project by running 'codex exec "Build a user authentication module"' in the '~/my-app' directory.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I automate refactoring a large codebase using an AI agent?

Automate refactoring a large codebase by delegating the task to an AI agent like Codex or Claude Code. The skill runs the process in the background, allowing continuous progress while exploring files and implementing iterative coding changes.

What is the best way to review pull requests in an isolated environment?

Review pull requests in an isolated environment by delegating the task to an AI agent. The skill executes the review safely within a temporary directory, preventing any impact on your main working directory while analyzing the code changes.

Can I build new features by delegating code generation to Claude Code?

Yes, you can build new features by delegating code generation to Claude Code. The skill automates this by running terminal commands like 'codex exec' in a specified working directory, handling the feature implementation process automatically.

Does delegating coding tasks to an AI agent require a specific terminal setup?

Delegating coding tasks to an AI agent requires a bash tool with pty:true support. This environment is necessary for running interactive terminal applications and managing the background processes that execute the coding tasks.

How do I monitor long-running background coding tasks delegated to an AI?

Monitor long-running background coding tasks through the skill's session monitoring and control features. These allow you to track the continuous progress of delegated tasks executed by AI agents in the background environment.