create-skill

Create SKILL.md files with YAML frontmatter and concise instructions.

1|Updated Aug 11, 2023
One-click install
npx skills add https://github.com/robcrock/blog --skill create-skill-robcrock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/robcrock/blog/tree/main/skills/create-skill
Command: npx skills add https://github.com/robcrock/blog --skill create-skill-robcrock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps authors create clear, discoverable Agent Skills for this repository by enforcing SKILL.md structure, frontmatter metadata, and concise operational guidance so skills are easy to find and apply.

Core Features & Use Cases

  • Frontmatter and metadata guidance: Defines required name and description conventions and discovery-trigger guidance.
  • Authoring patterns and templates: Recommends file layout, progressive disclosure, and output format templates to keep SKILL.md concise and actionable.
  • Verification checklist: Provides steps to validate SKILL.md length, naming, trigger terms, and references for reviewers and contributors.
  • Use Cases: Author a new skill, review or standardize existing skills, and onboard contributors to the skill-format.

Quick Start

Create a new skill directory under skills/, add SKILL.md with name and description frontmatter, write concise instructions, and include reference files if needed.

Frequently Asked Questions about create-skill

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

FAQPage Schema
What is SKILL.md metadata and why do I need it for agent skills?

SKILL.md metadata uses YAML frontmatter to define an agent skill's name and description, enabling clear discovery and consistent application within a codebase's skills/ directory.

How do I create an agent skill and structure its SKILL.md file?

Create a skill directory under skills/, add a SKILL.md file with YAML frontmatter, write concise operational instructions, and include supporting reference files if needed.

What's the best way to standardize existing agent skills for better discovery?

Review existing skills against a verification checklist validating SKILL.md length, naming conventions, trigger terms, and reference links to ensure they are concise and actionable.

Does an agent skill require complex dependencies to function properly?

No, agent skills can be authored without dependencies, relying solely on well-structured SKILL.md metadata and concise operational guidance for discoverability and execution.

Can I use templates to rapidly author multiple agent skills consistently?

Yes, utilizing recommended authoring patterns and templates helps maintain a concise file layout and progressive disclosure, ensuring multiple agent skills remain consistent and actionable.

When should I avoid putting detailed instructions directly in SKILL.md?

Avoid overloading SKILL.md with lengthy details by using progressive disclosure, keeping the file concise and instead linking to supporting reference files or examples.