create-genre-skill-skeletons

Generate genre-specific SKILL.md skeletons and directories with naming and routing rules.

157|30|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/lornshrimp/novel-writeskills --skill create-genre-skill-skeletons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-genre-skill-skeletons
Source: https://github.com/lornshrimp/novel-writeskills/tree/main/.github/skills/create-genre-skill-skeletons
Command: npx skills add https://github.com/lornshrimp/novel-writeskills --skill create-genre-skill-skeletons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates repetitive manual work when initializing a genre directory's Skill packaging layer by generating standardized .github/skills/ subfolders and minimal SKILL.md skeletons, ensuring consistent naming, routing, and references placeholders.

Core Features & Use Cases

  • Bulk skeleton generation: Create a full or partial set of genre-specific Skill directories following the 题材名-能力名 naming rule.
  • Enforced routing rules: Insert explicit requirements that genre skills must load and use their corresponding common skills when those exist.
  • References scaffolding and audit outputs: Create references/ placeholders, record common-skill integration status (already exists / pending / composite), and produce a summary of created, existing, and skipped items.
  • Use Case: Quickly bootstrap a new genre folder by mapping existing common skills into genre wrapper skills and producing a checklist-ready skeleton for authors and maintainers.

Quick Start

Create a full set of genre Skill skeletons for the target genre and return a summary of created, existing, and skipped directories.

Frequently Asked Questions about create-genre-skill-skeletons

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

FAQPage Schema
How do I batch-create skill directory skeletons for a specific genre?

To batch-create skill directory skeletons, generate standardized genre-specific subfolders and minimal SKILL.md files following the genre-ability naming rule to initialize a packaging layer.

What is a genre skill skeleton and when do I need to generate one?

A genre skill skeleton is a standardized directory structure with a minimal SKILL.md file and references placeholders. You need to generate one when initializing a genre-specific skill packaging layer to eliminate repetitive manual work.

How do I enforce routing rules so genre skills load their corresponding common skills?

To enforce routing rules, insert explicit requirements into the SKILL.md skeletons during creation, specifying that genre skills must load and use their corresponding common skills when those exist.

Does this skeleton generation process validate naming conventions and frontmatter?

Yes, the skeleton generation process enforces naming convention validation and frontmatter validation, while also creating references placeholders and inserting routing rules for the genre-specific skills.

What is the best way to track created, existing, and skipped skill directories during scaffolding?

The best way to track scaffolding progress is to produce a summary report that audits and records the integration status of created, existing, and skipped entries along with common-skill integration data.

Can I map existing common skills into genre wrapper skills automatically?

Yes, you can map existing common skills into genre wrapper skills by generating genre-prefixed wrappers, creating references placeholders, and recording the common-skill integration status as already exists, pending, or composite.