child-skill

Execute a nested skill unit packaged in a subdirectory with SKILL.md frontmatter.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/vh2224/forge-executor --skill child-skill-vh2224
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: child-skill
Source: https://github.com/vh2224/forge-executor/tree/main/packages/pi-coding-agent/test/fixtures/skills/nested/child-skill
Command: npx skills add https://github.com/vh2224/forge-executor --skill child-skill-vh2224

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you work with a nested subdirectory skill that encapsulates a focused capability in a reusable, self-contained package.

Core Features & Use Cases

  • Nested Skill Packaging: Keeps a specialized workflow isolated in its own directory for clean reuse.
  • Targeted Task Handling: Useful when a project needs a small, dedicated assistant for a specific sub-workflow.
  • Use Case: A parent workflow can invoke this skill when it needs a contained helper to perform one clearly scoped job without mixing concerns.

Quick Start

Ask the assistant to use this skill to handle the nested task in the child skill directory.

Frequently Asked Questions about child-skill

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

FAQPage Schema
How do I package a reusable workflow in a subdirectory?

Packaging a reusable workflow in a subdirectory involves encapsulating a focused capability in a self-contained directory. You must include a valid SKILL.md frontmatter entry with a name and description for proper discovery and activation.

What is a nested skill and when do I need one?

A nested skill is a specialized workflow isolated in its own subdirectory for clean reuse. You need one when a parent workflow requires a small, dedicated helper to perform a clearly scoped job without mixing concerns.

Do I need a SKILL.md file to activate a subdirectory skill?

Yes, a valid SKILL.md frontmatter entry with a name and description is required for discovery and activation of a subdirectory skill. This ensures the nested skill unit can be properly identified and invoked.

How do I handle a specific task in a child skill directory without mixing concerns?

To handle a specific task without mixing concerns, invoke the nested skill from the parent workflow to perform the clearly scoped job. Ask the assistant to use this skill to handle the nested task in the child skill directory.

Can an isolated subdirectory skill work with my parent workflow?

Yes, the isolated subdirectory skill works with parent workflows as a self-contained helper. The parent workflow can invoke this skill when it needs a contained helper to perform one clearly scoped operation.