claude-cli-agent

Dispatch persona-based analysis tasks to Claude CLI sub-agents.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill claude-cli-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-cli-agent
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/claude-cli/skills/claude-cli-agent
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill claude-cli-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Claude CLI sub-agent system for persona-based analysis. Use when piping large contexts to Anthropic models for security audits, architecture reviews, QA analysis, or any specialized analysis requiring a fresh model context.

Core Features & Use Cases

  • Orchestration through run_agent.py for cross-platform sub-agent execution
  • Persona registry and dedicated analysis personas to ensure isolated sub-agent behavior
  • Deterministic prompts with embedded persona and source material

Quick Start

Dispatch a persona-based analysis task to the Claude CLI sub-agent with a prepared input and target context.

Frequently Asked Questions about claude-cli-agent

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

FAQPage Schema
How do I run a security audit on a large codebase using Claude CLI?

Architecture reviews with Claude CLI sub-agents leverage a persona registry to isolate model contexts. This prevents context window overflow by dispatching specific architectural analysis tasks to dedicated agents, yielding focused deterministic results.

What is sub-agent routing for specialized analysis?

QA analysis through Claude CLI sub-agents works by piping large inputs to a dedicated analysis persona. The orchestrator applies deterministic prompts with embedded source material to execute isolated, fresh-context testing and review.

Can I use Claude CLI sub-agents for cross-platform persona analysis?

Yes, you can use Claude CLI sub-agents for cross-platform persona analysis. The orchestration system uses a cross-platform CLI pattern to ensure consistent, isolated sub-agent execution and deterministic results across different operating systems.

Do I need a specific orchestrator to manage Claude CLI sub-agents?

You need an orchestrator like run_agent.py to manage Claude CLI sub-agents. It coordinates the dispatching of tasks to isolated sub-agents, applying defined personas and deterministic prompts to handle large contexts effectively.

Why does my Claude CLI model context fail when analyzing large inputs?

Model context fails when analyzing large inputs due to context window limitations. Dispatching tasks to Claude CLI sub-agents solves this by providing a fresh model context for each specialized analysis, ensuring isolated processing.