coding-cli-management

Execute AI coding CLI tools in worker workspaces via configuration.

5.3k|652|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/alibaba/hiclaw --skill coding-cli-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-cli-management
Source: https://github.com/alibaba/hiclaw/tree/main/manager/agent/skills-alpha/coding-cli-management
Command: npx skills add https://github.com/alibaba/hiclaw --skill coding-cli-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of AI coding CLI tools (Claude Code, Gemini CLI, qodercli) on behalf of Workers, streamlining the coding process within a collaborative environment.

Core Features & Use Cases

  • Automated Code Execution: Allows the Manager Agent to run specified AI coding CLIs in a Worker's workspace.
  • Prompt Delegation: Workers send coding requests with prompts, and the Manager executes them using the configured CLI.
  • Use Case: A Worker needs to refactor a Python function. They send a coding-request: with the prompt and workspace details. The Manager uses the claude CLI to perform the refactoring and returns the result.

Quick Start

Use the coding-cli-management skill to execute the claude CLI with the provided prompt in the specified workspace.

Frequently Asked Questions about coding-cli-management

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

FAQPage Schema
How do I automate AI coding CLI execution across multiple agent workspaces?

Automating AI coding CLI execution involves a Manager Agent running tools like Claude Code and Gemini CLI within designated Worker workspaces. It processes coding requests and returns results to the requesting Workers.

What is the process for delegating code refactoring prompts to an AI assistant?

Delegating code refactoring prompts requires a Worker to send a coding request with the prompt and workspace details. The Manager Agent then executes the specified AI coding CLI to perform the refactoring and returns the output.

Do I need a configuration file to run AI coding CLIs through a Manager Agent?

Yes, executing AI coding CLIs requires configuration via coding-cli-config.json. This setup enables the system to detect, execute, and handle errors for the specified coding tools within the workspace.

Can I use Claude Code and Gemini CLI interchangeably for automated coding tasks?

Yes, Claude Code, Gemini CLI, and qodercli are all supported for automated coding tasks. The Manager Agent can execute any of these tools based on the specific coding request received from the Worker.

How does the Manager Agent handle errors when executing coding CLI tools?

Error handling for coding CLI tools is managed through dedicated scripts. These scripts detect the CLI environment, execute the coding operations, and capture any errors during the process.