claude-code

Delegate coding tasks to Claude Code from the Xerxes terminal.

27|2|Updated Jan 15, 2024
One-click install
npx skills add https://github.com/erfanzar/Xerxes-Agents --skill claude-code-erfanzar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/erfanzar/Xerxes-Agents/tree/main/src/python/xerxes/skills/claude-code
Command: npx skills add https://github.com/erfanzar/Xerxes-Agents --skill claude-code-erfanzar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coding tasks by delegating to Claude Code to read files, write code, run shell commands, spawn subagents, and manage git workflows from the Xerxes terminal.

Core Features & Use Cases

  • Autonomous coding: Claude Code can read source files, generate or modify code, run shell commands, and orchestrate subagents to complete complex tasks.
  • Multi-mode operation: Use a one-shot print mode for quick tasks or an interactive PTY session (tmux) for multi-turn coding sessions, reviews, and refactoring.
  • Git & workflow automation: Create PR-ready changes, manage branches, and coordinate with other tools in automated pipelines.

Quick Start

Start an autonomous coding session by passing a task to Claude Code through Xerxes and retrieve the resulting changes.

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I automate code refactoring across a local monorepo?

You can automate code refactoring by delegating tasks to Claude Code, which reads source files, generates code modifications, and runs shell commands. It orchestrates subagents to handle complex multi-file changes across your monorepo.

Does autonomous coding work with existing git workflows and branch management?

Autonomous coding integrates with git workflows by creating PR-ready changes, managing branches, and coordinating with other tools in automated pipelines. It reads and modifies code directly from your local terminal environment.

Can I run an interactive coding session for multi-turn code reviews?

You can run an interactive coding session for multi-turn code reviews using a tmux-based PTY session. This mode supports iterative experiments, ongoing development, and continuous refactoring within your local projects.

What is the best way to execute a one-shot code generation task?

The best way to execute a one-shot code generation task is using print mode, which handles single quick tasks. You pass a task to the coding agent through the terminal and retrieve the resulting changes directly.

Do I need Claude Code installed and authenticated to use this coding agent?

You need Claude Code installed and authenticated to use this coding agent. It operates from the terminal, requiring proper setup to read files, write code, and execute shell commands for software engineering tasks.

When should I avoid using an autonomous coding agent for software engineering?

You should avoid using an autonomous coding agent when tasks require manual oversight outside local environments, or when dependencies lack terminal access. It is designed for local projects and monorepos, limiting its scope for non-local operations.