skill-writer

Community

Craft Claude Skills with clear frontmatter.

AuthorDami-Randle
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you create well-structured Agent Skills for Claude Code that follow the official frontmatter requirements and discovery rules. It ensures every Skill has a precise scope, explicit frontmatter, and a readable Markdown body that Claude can load into context.

Core Features & Use Cases

  • Frontmatter validation: Enforces required fields like name and description in YAML frontmatter.
  • Structured content: Guides the body into sections (Instructions, Examples, Progressive Disclosure files).
  • Progressive disclosure templates: Supports optional files such as reference.md, examples.md, scripts/, and assets/ to load more detail on demand.
  • Validation and testing: Provides a template and checklist for validating Skill structure and discovery.

Quick Start

Create a new Skill directory named after the Skill (e.g., my-skill/), add SKILL.md with the required frontmatter, then flesh out the Instructions, Examples, and optional supporting files. Use the Skill Writer to help ensure your Skill meets the discovery and structure standards.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skill-writer
Download link: https://github.com/Dami-Randle/logidocs-certify/archive/main.zip#skill-writer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository