create-skill

Document and scaffold new skills with a standard SKILL.md structure.

3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/BuilderIO/builder-agent-native-starter --skill create-skill-builderio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/BuilderIO/builder-agent-native-starter/tree/main/.agents/skills/create-skill
Command: npx skills add https://github.com/BuilderIO/builder-agent-native-starter --skill create-skill-builderio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide describes how to document, structure, and scaffold new skills for an agent-native app so teams can share patterns and maintain consistency across skills.

Core Features & Use Cases

  • Establishes a standard SKILL.md frontmatter and folder structure for new skills.
  • Defines recommended sections (interview prompts, templates, and file layout) to accelerate skill creation.
  • Helps decide when to create a new skill versus extending an existing one.

Quick Start

Create a new directory under .agents/skills with a SKILL.md frontmatter and a minimal body that documents the pattern you want to standardize.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold reusable agent skills for an agent-native app?

To scaffold reusable agent skills, create a new directory under .agents/skills with a SKILL.md file containing frontmatter and a minimal body documenting the pattern to standardize across projects.

What is the recommended folder structure for agent-native skill design?

The recommended folder structure for agent-native skill design requires a SKILL.md at the skill root, with optional supporting directories like scripts/, references/, or assets/ for extended context.

When should I create a new skill versus extending an existing one?

Create a new skill to establish a distinct pattern or workflow, whereas extending an existing one suits adding minor templates or documentation without fragmenting the agent-native app architecture.

Do I need specific dependencies to document and scaffold agent-native workflows?

No dependencies are required to document and scaffold agent-native workflows; the process relies solely on creating a SKILL.md file and organizing optional directories for scripts and references.

How does standardizing skill patterns help developers building UI-guides and generators?

Standardizing skill patterns helps developers building UI-guides and generators by establishing a consistent SKILL.md frontmatter and folder layout, accelerating skill creation and enabling reuse across teams.