skill-writer

Create structured Agent Skills with required frontmatter and Markdown sections.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dami-Randle/logidocs-certify --skill skill-writer-dami-randle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/Dami-Randle/logidocs-certify/tree/main/.claude/skills/skill-writer
Command: npx skills add https://github.com/Dami-Randle/logidocs-certify --skill skill-writer-dami-randle

SYSTEM DOCUMENTATION & REQUIREMENTS

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.