skill-creator

Create standardized Claude skill scaffolds with YAML frontmatter and directory structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/marcoapereirav-arch/nvision-saas-factory --skill skill-creator-marcoapereirav-arch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/marcoapereirav-arch/nvision-saas-factory/tree/main/saas-factory/.claude/skills/skill-creator
Command: npx skills add https://github.com/marcoapereirav-arch/nvision-saas-factory --skill skill-creator-marcoapereirav-arch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill Creator standardizes and streamlines the process of adding new skills to the Claude ecosystem, providing a guided scaffold and validation to ensure consistency and safety.

Core Features & Use Cases

  • Provides a ready-to-use folder structure with scripts/, references/, and assets/ for rapid skill development.
  • Generates a compliant SKILL.md frontmatter (name, description, license) and enforces naming conventions for predictable discovery.
  • Includes helper scripts for initialization, validation, and packaging to accelerate production-gradeSkill deployment.

Quick Start

Initialize a new skill scaffold using the provided initializer script.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new skill with standardized folders and YAML frontmatter?

To scaffold a new skill, this tool automates the creation of a standardized folder structure with scripts, references, and assets directories, while generating a compliant SKILL.md file containing YAML frontmatter for name, description, and license.

What is the best way to standardize skill creation for Claude across different teams?

Standardizing skill creation for Claude is achieved by enforcing consistent naming conventions, generating compliant YAML frontmatter, and providing a ready-to-use scaffold with helper scripts for initialization, validation, and packaging to ensure production-grade deployment.

Does skill scaffolding require PyYAML to generate the frontmatter?

Yes, skill scaffolding requires the PyYAML dependency to parse, generate, and validate the required YAML frontmatter that defines the skill's name, description, and license within the SKILL.md file.

Can I use this scaffolding tool to validate and package skills for rapid prototyping?

Yes, you can use the included helper scripts to validate your skill's structure and package it for deployment, accelerating the workflow from rapid prototyping to production-grade skill release.

What directories are created when initializing a new skill scaffold?

When initializing a new skill scaffold, the tool creates three specific directories: scripts for executable logic, references for documentation, and assets for static files, alongside the SKILL.md configuration.

When do I need to use a skill scaffolding tool instead of manually creating files?

You need to use a skill scaffolding tool when onboarding new teams or designing domain-specific skills, as it prevents structural inconsistencies by automating validation, enforcing naming conventions, and standardizing the folder layout.