skill-creator

Generate standardized Claude Skill scaffolds with SKILL.md templates and starter resource directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/prof-ramos/BotSalinha --skill skill-creator-prof-ramos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/prof-ramos/BotSalinha/tree/main/.agent/skill-creator
Command: npx skills add https://github.com/prof-ramos/BotSalinha --skill skill-creator-prof-ramos

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured, repeatable approach to creating and updating Claude skills, including standardized frontmatter, templates, and starter resources so teams can rapidly bootstrap capabilities with consistent quality.

Core Features & Use Cases

  • Structured SKILL.md templates with required frontmatter and clear body guidance to accelerate skill creation.
  • Bundled resources scaffolding (scripts/, references/, assets/) to organize reusable tooling, documentation, and output artifacts.
  • Support for the Skill creation process (initialization, editing, packaging, iteration) with example resources to demonstrate best practices.

Quick Start

Run the skill initializer to scaffold a new skill directory.

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 Claude skill with the correct directory structure?

Scaffold a new Claude skill by running the skill initializer, which automatically generates a standardized SKILL.md template and creates starter directories for scripts, references, and assets to ensure a consistent packaging format.

What is included in a standardized SKILL.md template for skill creation?

A standardized SKILL.md template includes required frontmatter for metadata validation and clear body guidance to structure the skill's core task description, ensuring it passes basic frontline validation checks during packaging.

Can I use the skill initializer to bootstrap multiple skills with consistent quality?

Yes, the skill initializer provides a repeatable scaffolding approach that bootstraps multiple skills with consistent quality by standardizing the directory structure and frontmatter validation for every new skill created.

What's the best way to validate skill frontmatter before packaging?

Validate skill frontmatter before packaging by using the built-in validation mechanism, which checks the standardized SKILL.md template to ensure all required metadata fields conform to the skill creation process.

Do I need to manually create scripts and references folders when bootstrapping a skill?

No, you do not need to manually create folders; the scaffolding process automatically generates the scripts, references, and assets directories alongside the SKILL.md file to organize reusable tooling and documentation.

When should I not use an automated template for skill scaffolding?

Avoid using automated templates for skill scaffolding when your project requires a highly customized directory structure that deviates from the standardized scripts, references, and assets format or needs specialized frontmatter fields.