skills-meta

Generate meta prompts, agents, and skills with YAML frontmatter templates.

5|1|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/melodic-software/claude-code-plugins --skill skills-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-meta
Source: https://github.com/melodic-software/claude-code-plugins/tree/main/plugins/claude-ecosystem/skills/skills-meta
Command: npx skills add https://github.com/melodic-software/claude-code-plugins --skill skills-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Creating, managing, validating, and distributing high-quality Claude Code skills requires a deep understanding of skill architecture, best practices, and the official definition of a skill unit. This skill provides comprehensive guidance, streamlining the entire skill development lifecycle.

Core Features & Use Cases

  • Skill Creation Workflows: Guides users through the entire lifecycle of skill development, from initial creation using templates to testing, validation, and distribution.
  • Skill Architecture & Best Practices: Explains core concepts like YAML frontmatter requirements, progressive disclosure patterns, tool restriction (allowed-tools), and effective skill composition.
  • Quality Assurance & Auditing: Provides validation patterns, audit checklists, and naming conventions to ensure skills meet high standards for functionality, clarity, and maintainability.
  • Official Documentation Delegation: Teaches users how to efficiently query the official-docs skill for the most current and accurate information on skill implementation details.
  • Use Case: A developer wants to create a new skill to automate a complex data analysis task. This skill provides a template, guides them through defining the SKILL.md frontmatter, structuring optional scripts/ and references/, and ensures their new skill adheres to best practices for discoverability and maintainability.

Quick Start

Use the skills-meta skill to get a template for creating a new Claude Code skill.

Frequently Asked Questions about skills-meta

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

FAQPage Schema
How do I create a new Claude Code skill from scratch?

Creating a Claude Code skill requires defining YAML frontmatter in `SKILL.md`, structuring optional `scripts/` and `references/` directories, and following best practices for tool restrictions and progressive disclosure. Use the skills-meta skill to access templates that guide you through the complete lifecycle from initial setup to validation and distribution.

What are the best practices for skill validation and auditing?

Skill validation involves applying audit checklists, verifying YAML frontmatter compliance, confirming naming conventions, and ensuring functional clarity. The skills-meta skill provides standardized validation patterns and auditing workflows to ensure skills meet quality standards for discoverability and maintainability across teams.

Can I use templates to automate skill generation at scale?

Yes. The skills-meta skill enables build-the-system-that-builds-the-system patterns, generating meta prompts, meta agents, and meta skills to scale agentic ecosystem development. This approach uses minimal tooling (Read, Write, Glob, Grep) to produce repeatable, standardized skill outputs across projects and teams.

What skill architecture concepts should I understand before building?

Key concepts include YAML frontmatter requirements, progressive disclosure patterns, tool restrictions via `allowed-tools`, and effective skill composition. The skills-meta skill explains these core architectural principles and how they ensure skills are maintainable, discoverable, and aligned with official Claude Code standards.

How do I find the most current documentation on skill implementation details?

The skills-meta skill teaches efficient delegation to the `official-docs` skill, ensuring you access the most current and accurate information on skill implementation requirements. This approach keeps your skill development process aligned with official guidelines as they evolve.

What components should I include when distributing a skill?

Distributed skills typically include `scripts/`, `references/`, and `assets/` components alongside the `SKILL.md` frontmatter. The skills-meta skill guides you through structuring these components to ensure your skill is self-contained, well-documented, and ready for team or community distribution.