create-agent-skills

Define standardized SKILL.md frontmatter and directory layouts for Claude Code skills.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/KingInYellows/yellow-plugins --skill create-agent-skills-kinginyellows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/KingInYellows/yellow-plugins/tree/main/plugins/yellow-core/skills/create-agent-skills
Command: npx skills add https://github.com/KingInYellows/yellow-plugins --skill create-agent-skills-kinginyellows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers create Claude Code skills and agents by providing a structured approach to authoring SKILL.md files, frontmatter, and consistent tooling scaffolds.

Core Features & Use Cases

  • Guidance on structuring SKILL.md files including required frontmatter fields and a safe, repeatable directory layout.
  • Templates and examples for agent workflows, skills, and slash commands to accelerate plugin development.
  • Best practices for testing, auditing, and maintaining skills and agents to ensure reliability and discoverability.

Quick Start

Create a new skill by creating a directory .claude/skills/my-skill with SKILL.md and the recommended frontmatter.

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I structure a Claude Code SKILL.md file for agent workflows?

To structure a Claude Code SKILL.md file, include required frontmatter fields, clearly define WHAT and WHEN sections, and add usage guidelines. This standardized skeleton ensures safe, repeatable agent workflows with consistent directory layouts.

What is the recommended directory layout for creating Claude Code skills?

The recommended directory layout for Claude Code skills involves creating a .claude/skills/my-skill directory containing a SKILL.md file. This consistent directory scaffold enforces discoverability and safe usage across agent workflows.

Do I need specific frontmatter fields to build agent workflows with Claude Code?

Yes, building agent workflows with Claude Code requires specific frontmatter fields in your SKILL.md file. Enforcing this frontmatter validates skills through automated checks, ensuring robust plugin development and clear discoverability.

How do I validate and test Claude Code skills after authoring the SKILL.md?

To validate Claude Code skills, apply frontmatter checks, run test invocations, and perform safety audits. These testing and auditing best practices ensure your authored skills maintain reliability and safe usage.

Can I use templates to accelerate Claude Code plugin development for agent workflows?

Yes, you can use templates and examples for agent workflows, skills, and slash commands to accelerate Claude Code plugin development. These templates provide a structured approach to authoring SKILL.md files and tooling scaffolds.

What should I include in the usage section when authoring Claude Code skills?

When authoring Claude Code skills, the usage section should include clear instructions on how to invoke the skill. Combining this with WHAT and WHEN sections ensures your skill has clear scope and safe, repeatable execution.