create-agent-skill

Create Claude Code skills with YAML frontmatter and Markdown bodies.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill create-agent-skill-drhazemibclc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-agent-skill
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/create-agent-skill
Command: npx skills add https://github.com/drhazemibclc/plate --skill create-agent-skill-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured guidance for creating or editing Claude Code skills, ensuring consistent naming, documentation, and safe prompts.

Core Features & Use Cases

  • Structured frontmatter validation: ensures name and description exist and follow conventions.
  • Best-practice templates: provides example SKILL.md bodies and usage guidelines.
  • Safety and consistency safeguards: aligns prompts and allowed-tools to maintain safe, predictable behavior.

Quick Start

Draft a complete create-agent-skill definition with proper YAML frontmatter and a clear, instruction-ready body.

Frequently Asked Questions about create-agent-skill

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

FAQPage Schema
How do I create a Claude Code skill with valid YAML frontmatter?▼

To create a Claude Code skill, draft a Markdown body with structured YAML frontmatter containing a valid name and description, ensuring the content is instruction-ready and can be loaded into context safely.

What is the required structure for a Claude Code SKILL.md file?▼

A valid SKILL.md file requires clean Markdown body content paired with structured YAML frontmatter, specifically mandating a valid name and description field to ensure the skill is documented and reusable.

How do I validate AI skills for safe prompt engineering and consistent naming?▼

You validate AI skills by checking the YAML frontmatter against naming conventions, verifying descriptions exist, and applying safety safeguards to align prompts and allowed-tools for predictable behavior.

Do I need any external dependencies to write and edit Claude Code skills?▼

No external dependencies are required to write or edit Claude Code skills; you only need to draft a clean Markdown body with proper YAML frontmatter that can be loaded into the AI context.

What's the best way to document prompt engineering workflows for reusable AI skills?▼

The best way to document reusable AI skills is using best-practice templates that provide structured guidance, ensuring consistent documentation, frontmatter validation, and safe prompt alignment throughout the development workflow.