skill-writer

Generate registry-ready SKILL.md metadata with valid YAML frontmatter.

2|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/albertdobmeyer/opentrapp --skill skill-writer-albertdobmeyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/albertdobmeyer/opentrapp/tree/main/workloads/skills/skills/skill-writer
Command: npx skills add https://github.com/albertdobmeyer/opentrapp --skill skill-writer-albertdobmeyer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create high-quality SKILL.md files that agents can discover, load, and follow without ambiguity. It is useful when you need to turn a workflow, reference guide, or tool pattern into a valid skill with correct frontmatter and clear instructions.

Core Features & Use Cases

  • Drafts proper YAML frontmatter with the required name, description, and metadata fields.
  • Structures task-oriented sections so the agent can act on the skill immediately.
  • Helps review and improve descriptions, examples, and tips before publishing.
  • Use it when creating a skill from scratch, refactoring a messy draft, or checking a skill against registry expectations.
  • It also supports choosing the right section pattern for CLI references, workflow guides, and language or framework skills.

Quick Start

Ask the assistant to draft a new SKILL.md for your workflow, including valid frontmatter, a clear when-to-use section, and practical examples.

Frequently Asked Questions about skill-writer

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

FAQPage Schema
How do I write a SKILL.md file with valid YAML frontmatter for agent skills?

To write a SKILL.md file, you need valid YAML frontmatter with required name, description, and metadata fields. This skill generates registry-ready frontmatter and structures task-oriented instructions so agents can discover, load, and follow them without ambiguity.

What is the correct structure for agent skill metadata and markdown instructions?

Correct agent skill metadata combines valid YAML frontmatter for discovery and indexing with task-oriented markdown sections that agents can act on immediately. This includes clear when-to-use sections, practical examples, and safety review requirements for self-contained skill directories.

Can I use markdown and YAML to refactor a messy skill draft into a valid skill?

Yes, you can refactor messy drafts into valid skills by restructuring markdown content and validating YAML frontmatter. This skill reviews and improves descriptions, examples, and tips while ensuring the output meets registry expectations for component detection and safety review.

What's the best way to structure workflow guides and CLI references in skill markdown?

The best way to structure workflow guides and CLI references is by selecting the right section pattern for each type within your SKILL.md. This skill helps choose appropriate patterns for CLI references, workflow guides, and language or framework skills to ensure agent consumption.

Do I need specific frontmatter fields to pass skill registry validation and indexing?

Yes, you need specific frontmatter fields to pass registry validation. Required fields include name, description, and metadata that satisfy discovery, indexing, component detection, and safety review requirements for self-contained skill directories.