create-skill

Automates scaffolding of Skill Units with enforced folder and frontmatter conventions.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/camilopiedra92/YNAB-Clone --skill create-skill-camilopiedra92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/camilopiedra92/YNAB-Clone/tree/main/.agent/skills/create-skill
Command: npx skills add https://github.com/camilopiedra92/YNAB-Clone --skill create-skill-camilopiedra92

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized process for scaffolding new Skill Units by enforcing folder structure and frontmatter conventions, reducing setup time and ensuring consistency across skills.

Core Features & Use Cases

  • Enforces the required SKILL.md frontmatter and directory skeleton for new skills.
  • Guides the creation of optional examples, scripts, and resources to support the skill.
  • Useful when documenting repeating patterns or extending the agent's capabilities with standardized templates.

Quick Start

Create a new Skill Unit from the template and fill in the frontmatter, then add optional examples, scripts, and resources as needed.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold new Antigravity skills with consistent folder structure and frontmatter?

You can scaffold new Antigravity skills by automating the creation of a standardized folder structure and enforcing SKILL.md frontmatter conventions. This process generates a consistent directory skeleton with required metadata, reducing manual setup time and ensuring uniform project organization across skill units.

What is the minimum frontmatter required to generate a skill unit template?

The minimum frontmatter required to generate a skill unit template includes only the name and description fields within the SKILL.md file. This minimal input initializes the standardized directory skeleton, which can then be extended by adding optional examples, scripts, and resources as needed.

How do I add optional examples and scripts when creating skill units?

Adding optional examples and scripts when creating skill units involves extending the generated folder structure after the initial scaffolding. You populate the standardized directory skeleton with supporting resources, which guides the agent's capabilities and documents repeating automation patterns effectively.

Does scaffolding skill templates require any existing dependencies or components?

Scaffolding skill templates requires no existing dependencies or components. The process operates independently to enforce folder structure and frontmatter conventions, needing only the base SKILL.md metadata to generate the standardized directory skeleton for repeatable automation patterns.

When should I use an automated skill template generator for project structure?

You should use an automated skill template generator when documenting repeating patterns or extending agent capabilities with standardized templates. It ensures consistent project structure and frontmatter conventions across multiple skill units, significantly reducing manual setup time and configuration errors.