cli-crew

Delegate tasks to Gemini-CLI and Codex-CLI via a JSON handover protocol.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Gyanano/agent-skills --skill cli-crew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-crew
Source: https://github.com/Gyanano/agent-skills/tree/main/cli-crew
Command: npx skills add https://github.com/Gyanano/agent-skills --skill cli-crew

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates complex workflows by intelligently delegating tasks to specialized command-line agents (Gemini-CLI and Codex-CLI), streamlining development and design processes.

Core Features & Use Cases

  • Multi-Agent Orchestration: Acts as a Project Manager, breaking down tasks and routing them to the most suitable agent.
  • Structured Handover: Uses a JSON protocol for clear task definition and data exchange between agents.
  • Use Case: When building a new UI component, you can ask Claude to delegate the visual design to Gemini-CLI and the underlying logic implementation to Codex-CLI, with Claude assembling the final result.

Quick Start

Use the cli-crew skill to create a responsive navbar component for a dashboard app, delegating UI design to Gemini and logic to Codex.

Frequently Asked Questions about cli-crew

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

FAQPage Schema
How do I orchestrate multiple CLI agents for code generation and debugging?

Multi-agent orchestration delegates tasks to specialized CLI agents like Gemini-CLI and Codex-CLI using a structured JSON handover protocol. It manages task decomposition, agent dispatch, and output integration to streamline complex workflows.

Can I delegate UI design and logic implementation to different agents simultaneously?

Yes, you can delegate UI design to Gemini-CLI and logic implementation to Codex-CLI. The skill acts as a project manager, routing tasks to suitable agents and assembling the final result.

What is the JSON handover protocol for multi-agent workflows?

The JSON handover protocol structures task definition and data exchange between CLI agents. It standardizes payload generation, agent dispatch, output review, and result integration to ensure clear communication.

How do I use Claude to coordinate a responsive navbar component across external agents?

Ask Claude to break down the navbar component task, generate payloads, and dispatch them to Gemini-CLI for visual design and Codex-CLI for logic, then assemble the returned outputs into the final component.

Do I need external command-line agents installed to use this skill?

Yes, this skill orchestrates external command-line agents like Gemini-CLI and Codex-CLI. You must have the target agents available in your environment for task delegation and execution to function properly.