custom-nested-skill

Validate nested skill definitions by reading SKILL.md frontmatter across multi-level directories.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill custom-nested-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom-nested-skill
Source: https://github.com/yxc023/agent-config-studio/tree/main/test/opencode-config-global/.opencode/skills/custom-group/custom-nested-skill
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill custom-nested-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables reliable discovery and validation of nested skill definitions by scanning their SKILL.md frontmatter across multi-level directories.

Core Features & Use Cases

  • Reads and validates required metadata (name, description) from SKILL.md.
  • Detects and lists nested skill paths to ensure consistent structure and activation readiness.
  • Helps maintain a scalable skills repository by exposing multi-level organization patterns.

Quick Start

Run a validation pass over your skills tree to verify metadata and nested structure.

Frequently Asked Questions about custom-nested-skill

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

FAQPage Schema
How do I validate SKILL.md frontmatter metadata across nested directories?

To validate SKILL.md frontmatter, scan multi-level directories to ensure each nested skill has required name and description metadata. This process checks for mandatory fields and detects optional resources in scripts, references, and assets directories.

What is a nested skill directory structure and when do I need validation for it?

A nested skill directory structure organizes skills across multiple levels. You need validation when maintaining a scalable skills repository to ensure consistent structure, required metadata presence, and activation readiness for each skill.

Can I check if a skill has a working entry point for activation?

Yes, you can check for a working entry point by validating the skill's SKILL.md frontmatter. This confirms the presence of mandatory name and description fields required for activation and detects optional resource directories.

How do I detect optional resources like scripts and assets in a skills tree?

Detect optional resources by scanning the skills tree for scripts, references, and assets directories. The validation process identifies these optional paths alongside checking required metadata in the SKILL.md frontmatter.

What are the limitations of validating nested skills across multi-level directories?

Limitations include focusing solely on SKILL.md frontmatter validation for name and description fields. It detects optional resource directories but does not execute or validate the actual contents of scripts, references, or assets.

What's the best way to maintain a scalable skills repository with multi-level organization?

The best way to maintain a scalable skills repository is running validation passes over the skills tree. This verifies SKILL.md metadata consistency and exposes multi-level organization patterns to ensure activation readiness across nested directories.