child-skill

Execute task definitions within a nested subdirectory.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Sanery1/FitClaw-old --skill child-skill-sanery1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: child-skill
Source: https://github.com/Sanery1/FitClaw-old/tree/main/packages/coding-agent/test/fixtures/skills/nested/child-skill
Command: npx skills add https://github.com/Sanery1/FitClaw-old --skill child-skill-sanery1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need for modular and organized task execution within a subdirectory structure.

Core Features & Use Cases

  • Nested Execution: Execute tasks defined within a subdirectory, maintaining clear organizational boundaries.
  • Modularity: Facilitates the separation of concerns by keeping related tasks together in a single skill.
  • Use Case: For complex projects with multiple components, this skill can be used to streamline the execution of specific tasks within a subdirectory, improving overall workflow efficiency.

Quick Start

To run a task from the nested skill, simply execute the command 'child-skill task-name'.

Frequently Asked Questions about child-skill

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

FAQPage Schema
How do I execute tasks within a subdirectory to improve project modularity?

Executing tasks within a subdirectory maintains clear organizational boundaries. This approach runs task definitions inside nested folders, ensuring focused execution and easier maintenance for logically grouped project components.

What is the best way to organize complex project workflows with nested tasks?

Organizing complex project workflows with nested tasks streamlines specific component execution. By grouping related tasks together in subdirectories, this method facilitates the separation of concerns and improves overall workflow efficiency.

Can I run a specific task from a nested subdirectory structure?

Yes, you can run a specific task from a nested subdirectory structure. Simply execute the command 'child-skill task-name' to trigger the targeted task definition located within that modular folder.

Does separating concerns into subdirectories help with project maintenance?

Separating concerns into subdirectories significantly helps with project maintenance. Keeping related tasks together in a single skill creates clear organizational boundaries, allowing for focused execution and easier updates.

When do I need to use nested task execution in my project?

You need nested task execution when managing complex projects with multiple components. It is designed for scenarios where tasks are logically grouped in subdirectories, requiring focused execution to streamline your workflow.