claude

Invoke a Claude sub-agent for code and text manipulation tasks.

24|5|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/myrtlepn/gran-maestro --skill claude-myrtlepn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude
Source: https://github.com/myrtlepn/gran-maestro/tree/main/skills/claude
Command: npx skills add https://github.com/myrtlepn/gran-maestro --skill claude-myrtlepn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to delegate specific coding and text-based tasks to a Claude sub-agent, especially when direct CLI tools are unavailable or inconvenient, or when you need to leverage Claude's specific toolset for document manipulation.

Core Features & Use Cases

  • Task Delegation: Offload tasks like code generation, file editing, and data manipulation to a Claude sub-agent.
  • Flexible Input: Supports both direct prompts and prompts loaded from files.
  • Contextual Execution: Can operate within a specified directory, maintaining project context.
  • Traceability: Logs execution details and results for review.
  • Use Case: When you need to update a README file with specific instructions, you can use this skill to have Claude directly edit the file, rather than manually performing the edits yourself.

Quick Start

Use the claude skill to update the README file with the latest installation instructions.

Frequently Asked Questions about claude

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

FAQPage Schema
How do I delegate code generation and file editing tasks to a Claude sub-agent?

You can delegate code generation and file editing to a Claude sub-agent by invoking it with direct prompts or file-based inputs. This allows Claude to perform text manipulation and code edits using its integrated toolset.

What's the best way to automate README file updates without manual editing?

To automate README file updates, use a Claude sub-agent to directly edit the file with specific instructions. This provides a flexible alternative to direct CLI execution and leverages Claude's document manipulation capabilities.

Can I run directory-specific operations and maintain project context using a Claude sub-agent?

Yes, you can run directory-specific operations by specifying a target directory for the Claude sub-agent. This contextual execution ensures the sub-agent operates within your project scope while performing code and text manipulation.

Does delegating tasks to a Claude sub-agent provide execution logs and tracing?

Delegating tasks to a Claude sub-agent provides integrated logging and tracing for detailed execution records. This traceability allows you to review the sub-agent's execution details and results after task completion.

When should I use a Claude sub-agent instead of direct CLI execution for task delegation?

Use a Claude sub-agent for task delegation when direct CLI tools are unavailable or inconvenient, or when you need to leverage Claude's specific toolset for complex document manipulation and prompt-based execution.

How do I load prompts from files to execute text manipulation tasks with Claude?

You can load prompts from files to execute text manipulation by passing file-based prompts to the Claude sub-agent. This flexible input method handles prompt-based execution for your coding and text-based tasks.