skill-group

Enumerate sub-skills from sub_skills folders and display their details.

1|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/fdshg693/ZENN --skill skill-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-group
Source: https://github.com/fdshg693/ZENN/tree/main/skills/skill-group
Command: npx skills add https://github.com/fdshg693/ZENN --skill skill-group

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of discovering and organizing multiple sub-skills by grouping them under a single entry point, reducing initial context needed for AI and speeding up skill discovery.

Core Features & Use Cases

  • Auto-detect and enumerate available sub-skills from sub_skills directories.
  • Display sub-skill names and descriptions, or detail a chosen skill with its path.
  • Supports dynamic navigation to identify and preview relevant sub-skills without loading all details up-front.
  • Use Case: Quickly survey what sub-skills exist, then fetch specific details as needed.

Quick Start

Run the skill and pass no arguments to list sub-skills, or pass a sub-skill name to view its description and path.

Frequently Asked Questions about skill-group

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

FAQPage Schema
How do I discover and list available sub-skills without loading all their context?

To discover sub-skills without loading full context, run the skill with no arguments. It recursively scans sub_skills directories to enumerate available sub-skills, displaying their names and descriptions to streamline AI prompt loading.

How do I view details for a specific sub-skill after grouping them?

To view details for a specific sub-skill after grouping, pass the sub-skill name as an argument to the skill. It parses YAML frontmatter using bash scripts to display the chosen sub-skill's description and file path.

What is the best way to group multiple AI skills under a single entry point?

The best way to group multiple AI skills under a single entry point is using a skill-grouping mechanism. It organizes sub-skills within sub_skills folders, reducing initial context overhead and speeding up AI discovery.

Do I need yq to parse YAML frontmatter for skill discovery?

Yes, you need yq to parse YAML frontmatter for skill discovery. The skill uses bash scripts with find, sed, and yq to extract metadata and output structured information about available sub-skills.

Can I dynamically navigate sub-skills without loading all their details up-front?

Yes, you can dynamically navigate sub-skills without loading all details up-front. The skill supports dynamic navigation by first enumerating sub-skill names and descriptions, then fetching specific details only when requested.