meta-skill

Create, validate, and package AI agent skills with SKILL.md metadata.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/p-iknow/fullstack-forge --skill meta-skill-p-iknow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-skill
Source: https://github.com/p-iknow/fullstack-forge/tree/main/.claude/skills/meta-skill
Command: npx skills add https://github.com/p-iknow/fullstack-forge --skill meta-skill-p-iknow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provide a concise, standards-aligned workflow and tooling for creating, validating, and packaging AI agent skills so authors avoid common pitfalls (invalid frontmatter, unresolved TODOs, excessive context bloat) and ensure reproducible, discoverable skills.

Core Features & Use Cases

  • Skill bootstrapping: generates a templated skill layout and starter SKILL.md to accelerate new skill creation.
  • Validation and audit: checks YAML frontmatter, SKILL.md presence, TODO placeholders, XML bracket misuse, and references linking.
  • Packaging and distribution: bundles validated skills into a .skill archive for deployment.
  • Use Case: initialize a new skill directory, iterate on SKILL.md guidance, run validation to surface issues, and package the finalized skill for sharing.

Quick Start

Run the validate script against a skill folder to check frontmatter, unresolved TODOs, and reference links.

Frequently Asked Questions about meta-skill

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

FAQPage Schema
How do I validate AI agent skill metadata and frontmatter?

You can validate AI agent skill metadata by running a validation script against the skill folder to check YAML frontmatter, SKILL.md presence, unresolved TODO placeholders, and XML bracket misuse.

How do I create a new AI agent skill from a template?

You create a new AI agent skill by running an initialization script that generates a templated skill directory layout and a starter SKILL.md file to accelerate skill creation.

What is the best way to package skills for distribution?

The best way to package skills for distribution is to bundle validated skill directories into a .skill archive after running validation checks to ensure frontmatter and reference integrity.

Does skill validation check for unresolved TODOs and XML brackets?

Yes, skill validation checks for unresolved TODOs and XML bracket misuse. The validation script detects these issues along with verifying YAML frontmatter keys, constraints, and reference links.

What are common frontmatter pitfalls when creating skills?

Common frontmatter pitfalls when creating skills include invalid YAML frontmatter, missing required keys, and violating frontmatter constraints. The validation workflow detects these issues along with unresolved TODOs and XML misuse.