codeagent

Orchestrate multi-backend AI code tasks with pluggable backends and file references.

2.7k|308|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/cexll/myclaude --skill codeagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codeagent
Source: https://github.com/cexll/myclaude/tree/main/skills/codeagent
Command: npx skills add https://github.com/cexll/myclaude --skill codeagent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a pluggable, multi-backend wrapper for AI-assisted code tasks. It enables backends such as Codex, Claude, and Gemini to be selected per task, supports file references using @ syntax, and returns structured outputs to streamline automated coding workflows.

Core Features & Use Cases

  • Backend pluggability: Use Codex, Claude, or Gemini for code analysis, generation, and refactoring.
  • File references: Refer to project files using the @ syntax to drive tasks across multiple files.
  • Parallel execution: Run tasks concurrently across backends and workdirectories for speed.
  • Security controls: Manage permissions and safety checks per backend.

Quick Start

Use a simple task to validate integration: codeagent-wrapper "analyze @src/utils" [working_dir]

Frequently Asked Questions about codeagent

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

FAQPage Schema
How do I run code analysis and refactoring tasks across multiple AI backends?

Multi-backend code task orchestration lets you select different AI backends—Codex, Claude, or Gemini—per task to analyze, refactor, or generate code. Use codeagent-wrapper with your chosen backend and file references using @ syntax to execute tasks across your codebase efficiently.

Can I reference multiple files in a single code task without manual file copying?

Yes, file references using @ syntax let you drive code analysis and generation across multiple project files in a single task. This eliminates manual file handling and keeps your workflow streamlined when working with large codebases.

What's the best way to run code generation tasks in parallel across different backends?

Parallel execution orchestration lets you run code generation and analysis tasks concurrently across multiple backends and working directories. This reduces task completion time while maintaining security controls and per-task backend selection for optimal results.

Do I need to reconfigure my backend for each code task, or can I switch per task?

Per-task backend switching means you can override your default backend for individual tasks without reconfiguring your entire setup. This flexibility lets you select the most suitable backend—Codex, Claude, or Gemini—based on each task's requirements.

How do I ensure security and manage permissions when using multiple AI backends for code tasks?

Security controls are built into the multi-backend wrapper, allowing you to manage permissions and safety checks per backend. Combined with environment-variable configurability, this ensures secure execution across all your code analysis and generation workflows.

Can I get structured output from automated code tasks to integrate into my CI/CD pipeline?

Yes, structured output formats from codeagent-wrapper enable seamless integration with automation pipelines. The standardized results from code analysis, generation, and refactoring tasks work directly with downstream CI/CD systems and reporting tools.