coding-cli

Delegate coding tasks to an AI CLI tool via MinIO-synchronized workspaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows a Worker Agent to delegate complex coding tasks to a Manager's AI CLI tool, preventing the Worker from needing to write code directly and ensuring consistency.

Core Features & Use Cases

  • Code Generation & Modification: Offload writing, modifying, refactoring, or bug fixing code to specialized AI CLI tools.
  • Workspace Management: Prepares and synchronizes code workspaces between the Worker and Manager via MinIO.
  • Prompt Engineering: Guides the creation of precise, effective prompts for AI code generation.
  • Use Case: A Worker Agent needs to implement a new API endpoint. Instead of writing the Go code itself, it prepares the workspace, crafts a detailed prompt specifying the function signature, database interactions, and error handling, and sends it to the Manager's Coding CLI.

Quick Start

Use the coding-cli skill to delegate a coding task by providing a detailed prompt and workspace path to the manager.

Frequently Asked Questions about coding-cli

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

FAQPage Schema
How do I delegate code generation tasks to an AI CLI agent?

To delegate code generation to an AI CLI agent, you craft a precise prompt specifying task details like function signatures and error handling, then pass it with the workspace path to the Manager Agent for execution.

What is agent delegation for coding operations and when is it needed?

Agent delegation for coding operations offloads writing, modifying, and bug fixing code to specialized AI tools. It is needed when preventing a Worker Agent from writing code directly to ensure consistency.

How do I prepare a workspace for AI code modification via a Manager Agent?

To prepare a workspace for AI code modification, you synchronize the code workspace between the Worker and Manager via MinIO, ensuring the specialized AI CLI tool can access and execute the delegated coding tasks.

Does prompt engineering affect AI CLI bug fixing results?

Prompt engineering directly affects AI CLI bug fixing results by guiding the creation of precise prompts. Detailed prompts specifying database interactions and function signatures ensure effective code generation.

Can I review code generated by the AI CLI before applying it?

You can review code generated by the AI CLI before applying it, because the skill ensures coding operations handled by specialized AI tools include human-in-the-loop review of the generated code.

What are the limitations of using agent delegation for code writing?

A limitation of using agent delegation for code writing is the strict requirement for precise prompt engineering and workspace synchronization via MinIO, which are mandatory for effective task execution.