write-a-skill

Create standardized agent skills with SKILL.md frontmatter and directory structure.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/paialex/ai-skills-bank --skill write-a-skill-paialex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-a-skill
Source: https://github.com/paialex/ai-skills-bank/tree/main/mattpocock_skills/productivity/write-a-skill
Command: npx skills add https://github.com/paialex/ai-skills-bank --skill write-a-skill-paialex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams create, document, and standardize new AI agent skills with a clear structure and reusable resources, reducing setup time and ambiguity.

Core Features & Use Cases

  • Standardized skill templates: SKILL.md frontmatter, recommended directory structure, and optional REFERENCE.md, EXAMPLES.md, and scripts for deterministic tasks.
  • Guided workflow: step-by-step process from requirements capture to drafting and review, ensuring consistency.
  • Reusable resources: bundled references, examples, and helper scripts to accelerate skill creation for multiple use cases.
  • Use case: When starting a new AI skill, this skill provides a proven blueprint for organization and documentation.

Quick Start

Draft a new skill directory named your-skill, create SKILL.md with a proper frontmatter and a brief description, and add optional REFERENCE.md, EXAMPLES.md, or scripts as needed.

Frequently Asked Questions about write-a-skill

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

FAQPage Schema
How do I structure and document a new AI skill?

To structure and document a new AI skill, create a SKILL.md file with frontmatter specifying the name and description, then add optional REFERENCE.md, EXAMPLES.md, and scripts directories to organize resources and deterministic tasks.

What is the recommended folder layout for agent skill creation?

The recommended folder layout for agent skill creation includes a root SKILL.md file with frontmatter, alongside optional REFERENCE.md for detailed context, EXAMPLES.md for use cases, and a scripts directory for helper code.

Do I need frontmatter in SKILL.md to document agent skills?

Yes, frontmatter in SKILL.md is required to document agent skills, as it must explicitly define the skill name and description to ensure consistent layout and proper agent recognition across projects.

How does a guided workflow help teams standardize AI skills?

A guided workflow helps standardize AI skills by providing a step-by-step process from requirements capture to drafting and review, ensuring consistent layout, reducing setup time, and eliminating documentation ambiguity.

When should I add REFERENCE.md or EXAMPLES.md to my skill directory?

You should add REFERENCE.md or EXAMPLES.md to your skill directory when your agent requires additional context or use case demonstrations, bundling reusable resources to accelerate skill creation and clarify complex tasks.

What is the best way to create consistent templates for multiple AI skills?

The best way to create consistent templates for multiple AI skills is using a standardized blueprint with SKILL.md frontmatter and a clear folder structure, applying reusable resources like helper scripts to accelerate setup.