nested-skill

Aggregate nested SKILL.md files into a unified skill entry with frontmatter and Markdown bodies.

4|2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/nick-orton/vybz --skill nested-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nested-skill
Source: https://github.com/nick-orton/vybz/tree/main/tests/fixtures/skills_v2/nested-skill
Command: npx skills add https://github.com/nick-orton/vybz --skill nested-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill aggregates nested content from SKILL.md and related files to produce a cohesive, discoverable skill entry, enabling modular composition of skills.

Core Features & Use Cases

  • Aggregates top-level and nested content for unified instructions.
  • Supports hierarchical skill composition across files and directories.
  • Useful for building modular skill catalogs and re-usable instruction sets.

Quick Start

Aggregate all nested content within this skill directory to produce a unified entry.

Frequently Asked Questions about nested-skill

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

FAQPage Schema
How do I aggregate nested markdown content into a single discoverable entry?▼

To aggregate nested markdown content, this skill extracts frontmatter and concatenates Markdown bodies from nested files across root and subdirectories to form a unified, discoverable skill entry.

What is the best way to organize modular skills across multiple directories for reuse?▼

Organizing modular skills across multiple directories is best handled by aggregating nested content hierarchically, consolidating fragmented files into a single cohesive instruction set for easier reuse and replication.

How does frontmatter extraction work when consolidating nested skill files?▼

Frontmatter extraction during nested skill consolidation works by pulling metadata from hierarchical files and concatenating their Markdown bodies, producing a unified skill description that eliminates content fragmentation.

Do I need any external dependencies to concatenate Markdown bodies from subdirectories?▼

No external dependencies are required to concatenate Markdown bodies from subdirectories; the skill operates independently to specify extraction and aggregation of nested files into a final skill description.

When should I use content aggregation for hierarchical skill composition?▼

You should use content aggregation for hierarchical skill composition when building modular skill catalogs and reusable instruction sets, ensuring nested content is unified and discoverable without fragmentation.

Can I combine root and subdirectory files into one cohesive guide without losing structural hierarchy?▼

Yes, you can combine root and subdirectory files into one cohesive guide; the skill aggregates nested content while preserving hierarchical skill composition across files and directories for unified instructions.