skill-writing

Generate SKILL.md files with frontmatter and evaluation tests.

14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/WalletConnect/skills --skill skill-writing
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-writing
Source: https://github.com/WalletConnect/skills/tree/main/skills/skill-writing
Command: npx skills add https://github.com/WalletConnect/skills --skill skill-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables consistent, scalable creation of Skill units by generating SKILL.md frontmatter, a clear body, and optional resources (references/scripts/assets) that meet the official Skill Unit definition.

Core Features & Use Cases

  • Automated frontmatter generation with required name/description
  • Structured body templates that guide Skill activation and evaluation prompts
  • Optional resource scaffolding (references/scripts/assets) for extended functionality
  • Validation and evaluation pack to test activation, non-activation, and edge cases

Quick Start

Provide a Skill unit by supplying SKILL.md frontmatter and a minimal body.

Frequently Asked Questions about skill-writing

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

FAQPage Schema
How do I create a SKILL.md file with proper frontmatter and validation?▼

To create a SKILL.md file with proper frontmatter, you generate a complete Skill unit by defining the required name and description metadata, a concise body, and an evaluation pack to test activation, non-activation, and edge cases.

What is a Skill unit and what components does it need?▼

A Skill unit is a standardized structure defined by a SKILL.md file containing frontmatter with a name and description, a usable body, and optional resources like references, scripts, and assets for extended functionality.

How do I write evaluation prompts to test Skill activation and edge cases?▼

Writing evaluation prompts involves creating a defined evaluation pack that specifically tests activation scenarios, non-activation conditions, and edge cases to ensure the Skill unit meets frontmatter validation and standardized structure requirements.

Can I use markdown frontmatter to scaffold references and scripts for AI skills?▼

Yes, you can use markdown frontmatter to scaffold optional resources including references, scripts, and assets, enabling consistent and scalable creation of AI skills across different projects.

Does skill-writing support templating Skills across multiple projects?▼

skill-writing supports templating Skills across projects by applying automated frontmatter generation and structured body templates that guide Skill activation and evaluation for consistent deployment.