coding-agent

Delegate coding tasks to AI agents via background processes.

10|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/wixette/clawnotes --skill coding-agent-wixette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/wixette/clawnotes/tree/main/openclaw-snapshots/20260312/skills/coding-agent
Command: npx skills add https://github.com/wixette/clawnotes --skill coding-agent-wixette

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

  • Task Delegation: Offload coding, PR reviews, and refactoring to AI agents like Codex, Claude Code, or Pi.
  • Background Execution: Run coding tasks non-interactively in the background for long-running operations.
  • Use Case: You need to refactor a large codebase. Instead of manually editing, you can delegate the entire refactoring task to an AI agent, specifying the target directory and desired outcome.

Quick Start

Use the coding-agent skill to have Codex refactor the authentication module in your project.

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 background execution?

You can delegate coding tasks to AI agents by running them non-interactively in the background. This allows you to offload long-running operations like building features or refactoring large codebases without manual intervention.

Can I use this to review pull requests in temporary directories?

Yes, you can delegate pull request reviews to AI agents. The agents operate in temporary directories to evaluate code changes, allowing you to automate the PR review process without affecting your main workspace.

Does it support refactoring large codebases with Claude Code or Codex?

Yes, it supports refactoring large codebases using AI agents like Claude Code or Codex. You specify the target directory and desired outcome, and the agent handles the iterative coding and file exploration required for the refactoring.

Do I need specific configurations to run AI agents in PTY mode?

Yes, running AI agents in PTY mode or bypassing permissions requires specific agent configurations. These settings are necessary to enable non-interactive background execution for your delegated coding tasks.

What is the best way to automate repetitive coding and refactoring tasks?

The best way to automate repetitive coding and refactoring is delegating them to specialized AI agents for background execution. This frees developers from time-consuming manual edits by letting agents handle the iterative coding process.