skill-creator

Generate SKILL.md scaffolds with standard frontmatter and directory layouts.

7|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/fratilanico/apex-os-bad-boy --skill skill-creator-fratilanico
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/fratilanico/apex-os-bad-boy/tree/main/skill-creator
Command: npx skills add https://github.com/fratilanico/apex-os-bad-boy --skill skill-creator-fratilanico

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Aimed at teams who want to design, standardize, and package modular AI skills that extend Claude with domain-specific workflows, avoiding vendor lock-in.

Core Features & Use Cases

  • Template-driven SKILL.md scaffolds for new or updated skills.
  • Standard directory layout (SKILL.md, scripts/, references/, assets/) and a repeatable packaging process.
  • Progressive disclosure and bundled resources to support scalable knowledge sharing.

Quick Start

Run the init_skill.py tool to generate a new skill scaffold, then customize SKILL.md and optional resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package Claude skills with standard frontmatter and modular resources?

To package Claude skills, you create a folder named after the skill containing a SKILL.md file with YAML frontmatter including name and description, plus optional scripts/, references/, and assets/ directories for bundled resources.

What is the standard directory layout for designing modular AI skills?

The standard directory layout for modular AI skills consists of a root folder containing SKILL.md, along with optional scripts/, references/, and assets/ subdirectories to support progressive disclosure and on-demand resource loading.

How do I scaffold a new SKILL.md file using a template-driven approach?

You scaffold a new SKILL.md file by running the init_skill.py tool, which generates a template-driven directory structure that you can then customize with domain-specific workflows and optional bundled resources.

Can I use skill-packaging workflows to standardize AI automation patterns for a team?

Yes, skill-packaging workflows are designed for teams to standardize repeatable AI automation patterns, applying consistent frontmatter and modular resource structures to avoid vendor lock-in and enable scalable knowledge sharing.

Does skill-design work with on-demand resource loading for large references and scripts?

Skill-design supports progressive disclosure, allowing large references, scripts, and assets to be bundled in their respective directories and loaded on demand rather than all at once.

What are the limitations of using template-driven scaffolds for skill packaging?

Template-driven skill packaging requires strict adherence to the folder naming convention and YAML frontmatter structure in SKILL.md; deviating from this standard layout will prevent the skill from being properly validated or loaded.