write-a-skill

Create agent skills with standardized SKILL.md frontmatter and resource directories.

4|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Bailipa/EZTor_FULLBLOOD --skill write-a-skill-bailipa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-a-skill
Source: https://github.com/Bailipa/EZTor_FULLBLOOD/tree/main/.opencode/skills/mattpocock-productivity/write-a-skill
Command: npx skills add https://github.com/Bailipa/EZTor_FULLBLOOD --skill write-a-skill-bailipa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create well-structured agent skills by enforcing a standard SKILL.md frontmatter and organizing optional references, scripts, and assets into a predictable layout.

Core Features & Use Cases

  • Enforces a minimal SKILL.md frontmatter with name and description.
  • Encourages organized resource directories (scripts/, references/, assets/) for deterministic tasks, documentation, and assets.
  • Useful when building new skills for AI agents, ensuring consistency across teams and projects.

Quick Start

Create a new skill by adding SKILL.md with frontmatter and a concise body.

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 new AI agent skills with standardized documentation?

To structure new AI agent skills, create a SKILL.md file with standardized frontmatter containing the name and description, then organize optional scripts, references, and assets into predictable directories to ensure consistency.

What is a SKILL.md frontmatter and when do I need it for agent development?

A SKILL.md frontmatter is a standardized metadata block containing a name and description, needed when defining new skills for AI agents to enforce consistent naming and predictable resource directory layouts across teams.

How to create an agent skill directory with scripts and references?

Create an agent skill directory by adding a SKILL.md file with required frontmatter, then add optional scripts/, references/, and assets/ directories for deterministic scripts, documentation, and bundled resources.

What's the best way to organize deterministic scripts and references for AI agents?

The best way to organize deterministic scripts and references is using a standardized directory layout, placing scripts in scripts/, documentation in references/, and other resources in assets/ alongside a SKILL.md frontmatter file.

Do I need mandatory scripts and assets directories to define a new agent skill?

No, scripts and assets directories are optional. Defining a new agent skill only requires a SKILL.md file with frontmatter containing the name and description, while resource directories are permitted but not mandatory.

Why does my team need standardized guidelines for building AI agent skills?

Standardized guidelines are needed to ensure consistent naming, descriptions, and resource organization across multiple teams and projects, preventing fragmentation when building new skills for AI agents.