skill-creator

Standardize agent skill creation with YAML frontmatter and SKILL.md templates.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Khoiwall/be_vidify --skill skill-creator-khoiwall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Khoiwall/be_vidify/tree/main/.opencode/skill/skill-creator
Command: npx skills add https://github.com/Khoiwall/be_vidify --skill skill-creator-khoiwall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured guide for designing and updating skills that extend an agent's capabilities, ensuring consistent frontmatter, workflow, and resource organization.

Core Features & Use Cases

  • Guidance on frontmatter validation
  • Templates for SKILL.md formatting
  • Best practices for bundling resources

Quick Start

Create a new skill by adding a properly formatted SKILL.md with frontmatter and a concise description, then add any optional resources as needed.

Frequently Asked Questions about skill-creator

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

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

To create an AI agent skill, you add a SKILL.md file with properly formatted YAML frontmatter containing required name and description fields, then bundle any optional resources as needed.

What is the required directory structure for an AI agent skill?

The required directory structure for an AI agent skill centers on a SKILL.md file, which enforces YAML frontmatter validation and organizes bundled resources like workflows, tools, and references.

How do I validate YAML frontmatter when updating agent skills?

You validate YAML frontmatter when updating agent skills by ensuring the required name and description fields are present, following the standardized templates and validation checks provided for SKILL.md formatting.

Do I need YAML frontmatter to extend an agent's workflow with new tools?

Yes, you need YAML frontmatter to extend an agent's workflow with new tools, as it enforces consistent skill organization by requiring name and description fields before adding optional resources.

What's the best way to standardize SKILL.md formatting for multiple AI agents?

The best way to standardize SKILL.md formatting for multiple AI agents is to enforce a YAML frontmatter template with required name and description fields, ensuring consistent resource organization across all skill units.

What are the limitations of using YAML frontmatter for AI agent skills?

Limitations of using YAML frontmatter for AI agent skills include strict validation checks requiring name and description fields, which must be properly formatted before any optional workflows or tools can be bundled.