skills-creator

Generate SKILL.md files with frontmatter and structured directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cadamsdev/web-component-devtools --skill skills-creator-cadamsdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-creator
Source: https://github.com/cadamsdev/web-component-devtools/tree/main/.opencode/skills/skills-creator
Command: npx skills add https://github.com/cadamsdev/web-component-devtools --skill skills-creator-cadamsdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create, validate, and manage Agent Skills that conform to the agentskills.io specification, ensuring consistent metadata and structured guidance for AI agents.

Core Features & Use Cases

  • Skill scaffolding: generate a canonical SKILL.md with required frontmatter and recommended structure (scripts/, references/, assets/).
  • Validation guidance: rules for name and description, and how to run validation against skills-ref.
  • Progressive disclosure design: enable agents to load only essential discovery data at startup, with full instructions loaded on activation.
  • Use Case: Teams creating new engineering skills, updating existing ones, or validating skills for deployment in agent workflows.

Quick Start

To create a new skill, describe the desired skill to your AI assistant, confirm the name and description, then follow the guided steps to structure the Skill with SKILL.md and optional directories.

Frequently Asked Questions about skills-creator

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

FAQPage Schema
How do I create an AI agent skill with valid YAML frontmatter?

To create an AI agent skill with valid YAML frontmatter, use skill scaffolding to generate a canonical SKILL.md file containing required name and description fields aligned with the agentskills.io specification.

What is progressive disclosure design in agent skills?

Progressive disclosure design in agent skills enables AI agents to load only essential discovery metadata at startup, deferring full instruction loading until skill activation to optimize performance and context window usage.

How do I validate agent skills for deployment in AI workflows?

You validate agent skills for deployment by applying validation rules against the skills-ref specification, checking required frontmatter fields like name and description, and ensuring structured organization of directories.

Can I use existing skill directories when updating agent skills?

Yes, you can use existing reference directories when updating agent skills, as the scaffolding supports optional metadata and structured folders like scripts, references, and assets to maintain organization.

What is the best way to structure metadata for AI agents?

The best way to structure metadata for AI agents is using a canonical SKILL.md file with required frontmatter fields, recommended directory structures, and validation aligned to the agentskills.io specification.

Do I need the agentskills.io specification to scaffold a new skill?

Yes, aligning with the agentskills.io specification is required to scaffold a new skill, as it ensures consistent metadata, validates frontmatter fields, and enables structured guidance for AI agents.