metaskill-authoring

Author Claude Code skills and structure SKILL.md content.

4|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/gigaverse-app/skillet --skill metaskill-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metaskill-authoring
Source: https://github.com/gigaverse-app/skillet/tree/main/metaskill/skills/metaskill-authoring
Command: npx skills add https://github.com/gigaverse-app/skillet --skill metaskill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Writing and organizing Claude Code skills is complex; this guide helps you author accurate SKILL.md files, structure skill directories, and maintain consistent templates.

Core Features & Use Cases

  • Create new skills with clear SKILL.md frontmatter and body.
  • Organize skills into logical directories and templates to enable quick discovery.
  • Generate references and structure guidelines to support future skill authors.

Quick Start

Write a new skill by creating a folder named after the skill and adding an SKILL.md at the root, following the guidelines in this document.

Frequently Asked Questions about metaskill-authoring

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

FAQPage Schema
How do I structure a SKILL.md file for Claude Code?

To structure a SKILL.md file for Claude Code, create a folder named after your skill and add an SKILL.md file at the root with clear frontmatter and body content to enable quick discovery and consistent execution.

What is the best way to organize Claude Code skill directories?

The best way to organize Claude Code skill directories is to group skills into logical folders named after the specific skill, placing the SKILL.md file at the root level to maintain consistent templates and enable accurate future discovery.

When do I need to create a new Claude Code skill?

You need to create a new Claude Code skill when you want to automate a specific workflow or encapsulate custom instructions, which involves authoring a dedicated SKILL.md file and structuring its directory for Claude to access.

Can I use a template to author Claude Code skill content?

Yes, you can use templates to author Claude Code skill content. Generating references and following structure guidelines supports maintaining consistent SKILL.md frontmatter and body content across multiple new skills.

What should I include in SKILL.md frontmatter and body content?

SKILL.md frontmatter and body content should include clear metadata defining the skill's purpose, alongside structured instructions that guide Claude Code's behavior and enable accurate skill execution within your workflow.