skill-writer

Generate compliant SKILL.md frontmatter and scaffold Skill directories.

3|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/echoleesong/claude-skills-plugin --skill skill-writer-echoleesong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/echoleesong/claude-skills-plugin/tree/main/skills/skill-writer
Command: npx skills add https://github.com/echoleesong/claude-skills-plugin --skill skill-writer-echoleesong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Writer guides users through creating well-structured Agent Skills for Claude Code, helping ensure SKILL.md frontmatter and overall skill structure are compliant and easy to discover.

Core Features & Use Cases

  • Drafts clear SKILL.md frontmatter and structure for new Skills
  • Validates naming, description length, and optional tool access
  • Provides starter scaffolding and guidance for personal or project Skills

Quick Start

Tell Claude the Skill name and goal, and I'll generate a compliant SKILL.md, scaffold the directory, and outline a starter structure.

Frequently Asked Questions about skill-writer

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

FAQPage Schema
How do I create a SKILL.md file with the correct frontmatter structure?

To create a SKILL.md file with correct frontmatter, define the skill name, description, and metadata following naming rules and length validation to ensure compliance and discoverability within Claude Code.

What is the required frontmatter structure for Claude Code skills?

The required frontmatter structure for Claude Code skills includes specific naming conventions, validated description lengths, and optional component detection fields to support proper skill discovery and validation.

How do I scaffold a multi-file skill directory for Claude Code?

To scaffold a multi-file skill directory, generate the primary SKILL.md file and create supporting directories for references, scripts, and assets to maintain a compliant and organized skill structure.

Can I validate skill naming conventions and description length automatically?

Yes, you can validate skill naming conventions and description length automatically by enforcing specific rules during SKILL.md generation to ensure your skill meets compliance standards before deployment.

What is the best way to update existing SKILL.md frontmatter without breaking compliance?

The best way to update existing SKILL.md frontmatter without breaking compliance is to re-validate the naming rules and description length while applying optional component detection to maintain discovery support.

Do I need to manually create asset directories when generating a new skill structure?

No, you do not need to manually create asset directories when generating a new skill structure, because the scaffolding process automatically outlines and generates necessary multi-file directories including references and scripts.