create-skill

Create reusable Skill Unit blueprints with SKILL.md frontmatter and optional resources.

7.5k|1.4k|Updated Dec 8, 2024
One-click install
npx skills add https://github.com/tailcallhq/forgecode --skill create-skill-tailcallhq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/tailcallhq/forgecode/tree/main/crates/forge_repo/src/skills/create-skill
Command: npx skills add https://github.com/tailcallhq/forgecode --skill create-skill-tailcallhq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Unit provides a standardized blueprint for building self-contained Skills. It solves the problem of inconsistent skill structure by outlining the required SKILL.md frontmatter, the body instructions, and optional bundles (scripts, references, assets) that enable deterministic behavior and reusability.

Core Features & Use Cases

  • Defines a canonical SKILL.md with mandatory name and description frontmatter and a Markdown body for operational guidance.
  • Supports optional bundles (scripts, references, assets) that can be loaded on demand to keep context lean.
  • Serves as a template for creating or updating skills across projects, ensuring consistency and reusability.

Quick Start

Create a new Skill Unit scaffold in your project with a SKILL.md frontmatter and optional resources, then customize it to fit your use case.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a reusable skill blueprint with consistent frontmatter and markdown?

To create a reusable skill blueprint, you define a SKILL.md file with mandatory name and description in the YAML frontmatter, followed by a Markdown body for operational guidance to ensure consistent packaging.

What is the best way to scaffold a self-contained skill unit for automation?

The best way to scaffold a self-contained skill unit is to use a structured workflow that generates a canonical SKILL.md alongside optional bundles like scripts, references, and assets, keeping context lean.

Do I need YAML frontmatter when building a skill template?

Yes, YAML frontmatter is required when building a skill template. The blueprint enforces mandatory name and description fields within the frontmatter to standardize the skill metadata.

Can I include optional scripts and references when creating skill scaffolding?

Yes, you can include optional scripts and references when creating skill scaffolding. The blueprint supports on-demand bundles for assets, scripts, and references to enable deterministic behavior while keeping context lean.

Why does my skill unit structure lack consistency across different projects?

Your skill unit structure lacks consistency because it misses a standardized blueprint. Defining a canonical SKILL.md with mandatory frontmatter and structured bundles solves this by ensuring reusability across projects.