skills-generate-skill-suite

Generate coordinated skill suites with router skills and consistent naming.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/RyoMurakami1983/skills_repository --skill skills-generate-skill-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-generate-skill-suite
Source: https://github.com/RyoMurakami1983/skills_repository/tree/main/skills/skills-generate-skill-suite
Command: npx skills add https://github.com/RyoMurakami1983/skills_repository --skill skills-generate-skill-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of multiple related skills as a coordinated suite, ensuring consistency in naming, cross-references, and structure, which is crucial for managing complex domains.

Core Features & Use Cases

  • Suite Generation: Creates a set of interconnected skills, including a router, for a specific domain.
  • Consistency Enforcement: Ensures uniform naming conventions, tag sets, and cross-references across all skills in a suite.
  • Migration Aid: Facilitates the transition from legacy multi-pattern skills to modern, single-workflow skill suites.
  • Use Case: When breaking down a large functionality like "user management" into smaller, manageable skills (e.g., user-create, user-update, user-delete, user-list), this skill generates all these individual skill skeletons and a central router skill to guide users.

Quick Start

Use this skill to generate a suite of skills for managing user profiles, including a router skill.

Frequently Asked Questions about skills-generate-skill-suite

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

FAQPage Schema
How do I generate a coordinated skill suite with a router and consistent naming?

To generate a coordinated skill suite, you define a suite plan specifying a context prefix, a router skill, and constituent workflow skills. The skill then automatically creates all individual skill skeletons and the central router, enforcing consistent naming and cross-references across the set.

What is the best way to split a large domain into multiple workflow skills?

Splitting a large domain into workflow skills requires defining a suite plan with a context prefix and target workflows. This approach generates a central router skill alongside individual, manageable workflow skills to guide users through complex domain operations.

Can I migrate legacy multi-pattern skills to modern single-workflow skill suites?

Yes, you can migrate legacy multi-pattern skills to modern single-workflow skill suites. This skill facilitates the transition by restructuring legacy patterns into coordinated suites with a router skill, uniform naming conventions, and structured cross-references.

Do I need a suite plan to create a router skill and its constituent workflow skills?

Yes, a suite plan is required to create a router skill and its constituent workflow skills. The plan must define the context prefix, the router skill, and the specific workflow skills to ensure consistent naming and cross-references during generation.

How does a router skill manage cross-references across a generated skill suite?

A router skill manages cross-references by acting as the central guide for the generated skill suite. It enforces consistent naming conventions and tag sets, ensuring all constituent workflow skills are interconnected and structured uniformly.