write-a-skill

Create new agent skills with structured templates and bundled resources.

160|16|Updated Dec 4, 2024
One-click install
npx skills add https://github.com/MaggieAppleton/maggieappleton.com-V3 --skill write-a-skill-maggieappleton
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: write-a-skill
Source: https://github.com/MaggieAppleton/maggieappleton.com-V3/tree/main/.claude/skills/planning-and-product/write-a-skill
Command: npx skills add https://github.com/MaggieAppleton/maggieappleton.com-V3 --skill write-a-skill-maggieappleton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and documenting new agent skills with a consistent structure and bundled resources can be confusing and error-prone. This skill provides templates and guidance to standardize frontmatter, file layout, and references.

Core Features & Use Cases

  • Provides a standardized SKILL.md template with required frontmatter (name and description) and a clear structure for skill directories.
  • Guides how to add optional references, examples, and scripts to support deterministic tasks.
  • Supports a repeatable workflow for drafting, reviewing, and deploying new skills.

Quick Start

Draft a new skill by creating SKILL.md with the required frontmatter and a minimal structure.

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 a new AI skill with the correct frontmatter?β–Ό

To structure a new AI skill, create a SKILL.md file with required frontmatter containing name and description fields, then follow a standardized directory layout for your skill components.

What is the required frontmatter for documenting agent skills?β–Ό

The required frontmatter for documenting agent skills includes only the name and description fields in the SKILL.md file, ensuring consistent metadata across all created skills.

How do I add optional references and scripts to a skill template?β–Ό

You can add optional references, examples, and scripts to a skill template by placing them in the recommended file structure alongside SKILL.md, supporting deterministic tasks within the skill workflow.

What's the best way to scaffold a new skill for consistent automation workflows?β–Ό

The best way to scaffold a new skill for automation workflows is using standardized templates that provide a repeatable process for drafting, reviewing, and deploying skills with bundled resources.

Can I use this skill creation template without any dependencies?β–Ό

Yes, you can use this skill creation template without dependencies, as it requires no external components and provides all necessary structural guidance internally for building new agent skills.

Why does my skill documentation need a standardized file structure?β–Ό

Your skill documentation needs a standardized file structure because creating and documenting new agent skills without consistent layout and frontmatter leads to confusion and errors in automation workflows.