agent-skill-creation

Create standardized Agent Skills with frontmatter-driven SKILL.md files.

1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/aj47/agent-skills --skill agent-skill-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skill-creation
Source: https://github.com/aj47/agent-skills/tree/main/agent-skill-creation
Command: npx skills add https://github.com/aj47/agent-skills --skill agent-skill-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standardized blueprint and guidelines for creating new Agent Skills, enabling teams to structure, document, and share skill implementations with consistent frontmatter and workflow content.

Core Features & Use Cases

  • Enforces a frontmatter-driven SKILL.md with required fields (name, description)
  • Guides planning, scaffolding, and validation of skill content and supporting files
  • Supports modular design with optional references, scripts, and templates to scale skill libraries

Quick Start

Create a new skill folder, add a SKILL.md with frontmatter referencing name and description, then populate the Overview, Workflows, and Examples sections.

Frequently Asked Questions about agent-skill-creation

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

FAQPage Schema
How do I create a standardized SKILL.md file for new agent skills?

To create standardized agent skills, add a SKILL.md file at your project root containing frontmatter with required name and description fields, then populate the Overview, Workflows, and Examples sections to ensure safe execution and discovery.

What is a frontmatter-driven SKILL.md and why is it needed?

A frontmatter-driven SKILL.md is a standardized blueprint file enforcing required name and description metadata for agent skills, enabling teams to structure, document, and share implementations consistently for safe execution and discovery.

What sections are required when documenting agent skill workflows?

Documenting agent skill workflows requires structuring your SKILL.md with three description sections: Overview, Workflows, and Examples, ensuring skill content and supporting files are properly scaffolded and validated for deployment.

Can I use optional resources directories when scaffolding agent skills?

Yes, you can include optional resources directories when scaffolding agent skills to support modular design, allowing you to add references, scripts, and templates that help scale your team's skill libraries.

What is the best way to structure documentation for team skill development?

The best way to structure skill development documentation is enforcing a frontmatter-driven SKILL.md at the root with required fields, guiding planning, scaffolding, and validation of content through a standardized three-section format.