delegate-climpt-agent

Spawn sub-agents to execute Climpt commands via the Claude Agent SDK.

Updated Jul 7, 2025
One-click install
npx skills add https://github.com/tettuan/climpt --skill delegate-climpt-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate-climpt-agent
Source: https://github.com/tettuan/climpt/tree/main/climpt-plugins/plugins/climpt-agent/skills/delegate-climpt-agent
Command: npx skills add https://github.com/tettuan/climpt --skill delegate-climpt-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @anthropic-ai/claude-agent-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill orchestrates delegation of Climpt commands by spawning independent sub-agents via the Claude Agent SDK. It analyzes a user's request, builds a search query and intent, then resolves options with an LLM before executing a selected Climpt command in a dedicated sub-agent.

Core Features & Use Cases

  • Spawns independent sub-agents to execute Climpt commands when a request matches a Climpt action.
  • Builds a structured query and detailed intent to guide option resolution.
  • Handles option resolution through an LLM-based design and logs results for traceability.
  • Creates a named sub-agent for each task to isolate prompts and execution.
  • Provides robust error handling and summary generation for post-task review.

Quick Start

Trigger delegation by asking Climpt to perform a task that requires multiple steps, and let this Skill spawn a sub-agent to search, resolve options, and run the command.