metaskill-grouping

Group related skills into a plugin with sub-skills and SKILL.md files.

4|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/gigaverse-app/skillet --skill metaskill-grouping
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: metaskill-grouping
Source: https://github.com/gigaverse-app/skillet/tree/main/metaskill/skills/metaskill-grouping
Command: npx skills add https://github.com/gigaverse-app/skillet --skill metaskill-grouping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organize related skills into a cohesive plugin by applying the skill-grouping pattern, enabling modular packaging, clear boundaries, and scalable maintenance for multi-skill topics.

Core Features & Use Cases

  • Groups related skills into a single plugin with multiple entry points, increasing trigger opportunities and discoverability.
  • Provides cross-references among sub-skills to teach and navigate between related skills.
  • Supports packaging, distribution, and independent activation of each sub-skill within the plugin framework.

Quick Start

Create a new plugin directory with a neutral noun prefix, split the topic into at least three -ing skills under skills/, and give each a SKILL.md with its own description.

Frequently Asked Questions about metaskill-grouping

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

FAQPage Schema
How do I package related skills into a single plugin with multiple entry points?โ–ผ

To package related skills into a plugin, create a directory with a neutral-noun prefix, add a skills/ folder, and define at least three sub-skills ending in -ing, each with its own SKILL.md file for distinct triggers.

What is the skill-grouping pattern used for in modular plugin organization?โ–ผ

The skill-grouping pattern organizes related skills into a cohesive plugin to enable modular packaging, establish clear boundaries, and provide scalable maintenance for topics with multiple sub-concerns.

When should I split a topic into separate sub-skills instead of keeping one file?โ–ผ

Split a topic into separate sub-skills when it has three or more sub-concerns and you want distinct entry points, cross-references among skills, and modular maintenance within a plugin.

How do I structure directories for a multi-skill plugin using cross-references?โ–ผ

Structure a multi-skill plugin by creating a skills/ directory containing sub-skills ending in -ing, each with an SKILL.md file, and add optional agents/, references/, or assets/ directories as needed for modular organization.

Does modular skill packaging support independent activation of each sub-skill?โ–ผ

Yes, modular skill packaging supports the independent activation of each sub-skill within the plugin framework, allowing separate distribution and execution while maintaining cross-references.

What naming convention is required for sub-skills in a skill-grouping plugin?โ–ผ

The naming convention requires the plugin directory to use a neutral-noun prefix, while each sub-skill directory inside the skills/ folder must end with the suffix -ing to maintain cohesive organization.