skill-writer

Create and validate Claude Code Skill definitions with proper frontmatter and structure.

79|33|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/thiagofinch/mega-brain --skill skill-writer-thiagofinch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/thiagofinch/mega-brain/tree/main/.claude/skills/skill-writer
Command: npx skills add https://github.com/thiagofinch/mega-brain --skill skill-writer-thiagofinch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users through creating well-structured Agent Skills for Claude Code, ensuring SKILL.md frontmatter is valid and instruction content is actionable.

Core Features & Use Cases

  • Provides a standardized template for SKILL.md with required frontmatter fields (name, description) and optional sections (references, examples, scripts).
  • Helps teams and individuals structure Skill directories, validate naming, and organize supporting files for scalable Skill design.
  • Useful whenever starting a new Skill, updating an existing one, or auditing Skill structure to ensure consistency.

Quick Start

Provide a guided process to initialize a new Skill structure and generate a compliant SKILL.md frontmatter.

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 Claude Code Skill with valid SKILL.md frontmatter?

To create a Claude Code Skill, you need a SKILL.md file with required frontmatter fields like name and description, plus optional sections for references, examples, and scripts to ensure actionable instructions.

What is the required structure for a SKILL.md file in Claude Code?

A SKILL.md file requires frontmatter with name and description fields. You can also add optional sections for references, examples, and scripts to provide supporting documentation and organize supporting files.

How do I validate and audit existing Agent Skills for consistent documentation?

You can audit existing Agent Skills by checking their SKILL.md files for valid frontmatter, correct naming conventions, and consistent structure across project directories to ensure scalable Skill design.

What's the best way to organize Skill directories and supporting files for Claude Code?

Organize Skill directories by standardizing the SKILL.md template structure, validating naming conventions, and properly structuring optional supporting files like scripts and examples for scalable design.

When do I need to update a SKILL.md file for an existing Agent Skill?

You should update a SKILL.md file when modifying an existing Agent Skill's instructions, adding new optional components, or auditing Skill organization to maintain valid frontmatter and consistent documentation.

Do I need any dependencies to start writing Agent Skills for Claude Code?

No dependencies are required to start writing Agent Skills. You only need to follow the standardized SKILL.md template structure with required frontmatter and optional sections for examples or scripts.