·meta-skill-creator
</>

meta-skill-creator

Create agent skills following the Agent Skills open standard. Use when building new skills for Claude Code, Cursor, Gemini CLI, or other agents. Use for skill structure, SKILL.md authoring, frontmatter configuration, progressive disclosure, reference files, validation, and distribution.

13Installs·2Trend·@oakoss

Installation

$npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator

How to Install meta-skill-creator

Quickly install meta-skill-creator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: oakoss/agent-skills.

SKILL.md

View raw

Agent Skills are portable folders of instructions, scripts, and resources that agents discover and load on demand. They follow the Agent Skills open standard and work across 27+ compatible agents including Claude Code, Cursor, Gemini CLI, OpenAI Codex, VS Code, GitHub Copilot, Windsurf, Goose, and Roo Code. This skill covers the complete workflow for creating, structuring, and validating skills.

| Directory structure | skill-name/SKILL.md plus optional references/, scripts/, assets/ | SKILL.md is the only required file | | Frontmatter (required) | YAML block with name and description | name must match directory, max 64 chars |

| Frontmatter (optional) | license, compatibility, metadata, allowed-tools | Defined by open standard, portable across agents | | Agent-specific fields | model, context, agent, hooks, user-invocable | Claude Code extensions, not portable | | Description triggers | Include "Use when..." or "Use for..." phrases | Keyword-rich, third-person voice |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from oakoss/agent-skills

Quick answers

What is meta-skill-creator?

Create agent skills following the Agent Skills open standard. Use when building new skills for Claude Code, Cursor, Gemini CLI, or other agents. Use for skill structure, SKILL.md authoring, frontmatter configuration, progressive disclosure, reference files, validation, and distribution. Source: oakoss/agent-skills.

How do I install meta-skill-creator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/oakoss/agent-skills