skill-creator

Scaffold new Claude skills with standardized templates and YAML frontmatter.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/rafaelramosdf/antigravity-agents --skill skill-creator-rafaelramosdf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rafaelramosdf/antigravity-agents/tree/main/agent-creator/.agent/skills/skill-creator
Command: npx skills add https://github.com/rafaelramosdf/antigravity-agents --skill skill-creator-rafaelramosdf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams design and scaffold new Claude skills by providing structured templates, YAML frontmatter conventions, and practical workflows to standardize skill creation and governance.

Core Features & Use Cases

  • Provides a reusable blueprint for SKILL.md frontmatter (name + description) and a Markdown body outlining usage.
  • Includes optional resources (scripts/, references/, assets/) to support tooling, documentation, and templates that can be loaded on demand.
  • Helps teams create or update skills to extend Claude with domain knowledge, workflows, or integrations.

Quick Start

Run the skill initializer to create a new skill folder, then edit SKILL.md and populate scripts/, references/, and assets/ as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Claude skill with standardized frontmatter?

To create a new Claude skill, you need to define standardized YAML frontmatter containing the skill name and description in a SKILL.md file, then use an initializer script to scaffold the folder structure and populate reusable resources.

What is the best way to package and validate AI skills for distribution?

The best way to package AI skills is to apply validation workflows that enforce frontmatter requirements and utilize governance templates, which produces distributable .skill artifacts ready for deployment across teams.

Do I need any specific dependencies to scaffold skill templates?

No external dependencies are required to scaffold skill templates. The skill creation process relies entirely on internal blueprints, standard Markdown body conventions, and optional resource directories like scripts and references.

How does the skill creator handle reusable resources like scripts and assets?

The skill creator handles reusable resources by providing optional directories such as scripts, references, and assets, which support tooling, documentation, and templates that can be loaded on demand within the skill structure.

Can I use this skill creation guide to standardize governance across different domains?

Yes, you can use this skill creation guide to standardize governance across different domains. It applies universally to help teams define naming conventions, structure, and reusable resources for consistent skill creation.

What are the limitations when updating an existing skill folder?

When updating an existing skill folder, limitations include strictly enforcing the required frontmatter fields like name and description, ensuring any added scripts, references, or assets align with the established governance templates.