create-skill

Create or revise agent skills with structured SKILL.md frontmatter.

8|1|Updated Mar 9, 2019
One-click install
npx skills add https://github.com/wangl-cc/dotfiles --skill create-skill-wangl-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/wangl-cc/dotfiles/tree/main/home/dot_agents/skills/create-skill
Command: npx skills add https://github.com/wangl-cc/dotfiles --skill create-skill-wangl-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or revise an agent skill to handle a specific workflow by providing a clear frontmatter and a structured layout.

Core Features & Use Cases

  • Provides a compact, frontmatter-driven skeleton for a new or revised skill.
  • Guides what to include in SKILL.md (name, description, triggers, boundaries, outputs) and when to add optional assets like scripts, references, or examples.
  • Helps ensure consistent naming, placement, and documentation across skills.

Quick Start

Describe the intended skill's purpose, triggers, and boundaries to generate a complete SKILL.md skeleton ready for review.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create an agent skill for a specific workflow?

An agent skill requires a SKILL.md file with frontmatter containing the name and description, a concise purpose statement, and optional asset directories for scripts, references, or examples only when needed.

What should I include in SKILL.md documentation for a new agent skill?

SKILL.md documentation should include frontmatter with the skill name and description, clear triggers, boundaries, expected outputs, and optional asset directories for scripts or references only when needed.

How do I structure frontmatter for an agent skill template?

Frontmatter for an agent skill template must include the skill name and description, followed by a concise purpose section to ensure consistent naming and documentation across the project or global skill store.

Can I refine triggers and boundaries for an existing agent skill?

Yes, you can revise an existing agent skill by refining its triggers and boundaries, updating the SKILL.md structure, and adding optional asset directories like scripts or examples only when needed.

When should I add optional asset directories to my agent skill?

Optional asset directories for scripts, references, or examples should only be included when the specific workflow requires them, keeping the agent skill self-contained and focused on its core purpose.