coding-agent

Delegate coding, code review, and refactoring tasks to AI agents.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dbillionaer/wholesaile --skill coding-agent-dbillionaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/Dbillionaer/wholesaile/tree/main/skills/coding-agent
Command: npx skills add https://github.com/Dbillionaer/wholesaile --skill coding-agent-dbillionaer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to delegate complex coding tasks, code reviews, and refactoring to specialized AI agents, freeing up your development time.

Core Features & Use Cases

  • Task Delegation: Offload coding, PR reviews, and refactoring to AI agents like Codex, Claude Code, or Pi.
  • Background Processing: Run long-running coding tasks in the background for continuous development.
  • Use Case: You need to refactor a large module in your codebase. You can use this Skill to have an AI agent perform the refactoring in a background process, notifying you upon completion.

Quick Start

Use the coding-agent skill to refactor the authentication module in the current project directory.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I delegate coding tasks to AI agents for automated refactoring?

You can delegate coding tasks to AI agents by using the coding-agent skill to offload refactoring, code reviews, and development to specialized agents like Codex, Claude Code, or Pi.

Can I run long-running AI coding tasks in the background?

Yes, you can run long-running AI coding tasks in the background for continuous development, allowing the agents to perform refactoring or coding while notifying you upon completion.

Do I need bash tool support to use interactive AI coding agents?

Yes, interactive terminal sessions with AI coding agents require bash tool support with pty:true enabled to function properly.

What is the best way to handle parallel coding tasks across multiple issues?

The best way to handle parallel coding tasks across multiple issues is by using git worktrees, which allows multiple AI agents to work simultaneously on different problems.

Which AI agents can I use for automated code review?

You can use specialized AI agents such as Codex, Claude Code, or Pi to perform automated code reviews and refactoring tasks within your development workflow.