meta-skill-creator とは?
エージェント スキルのオープンスタンダードに従ってエージェント スキルを作成します。 Claude Code、Cursor、Gemini CLI、またはその他のエージェントの新しいスキルを構築するときに使用します。スキル構造、SKILL.md オーサリング、フロントマター構成、プログレッシブ開示、参照ファイル、検証、配布に使用します。 ソース: oakoss/agent-skills。
エージェント スキルのオープンスタンダードに従ってエージェント スキルを作成します。 Claude Code、Cursor、Gemini CLI、またはその他のエージェントの新しいスキルを構築するときに使用します。スキル構造、SKILL.md オーサリング、フロントマター構成、プログレッシブ開示、参照ファイル、検証、配布に使用します。
コマンドラインで meta-skill-creator AI スキルを開発環境にすばやくインストール
ソース: oakoss/agent-skills。
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 |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creatorエージェント スキルのオープンスタンダードに従ってエージェント スキルを作成します。 Claude Code、Cursor、Gemini CLI、またはその他のエージェントの新しいスキルを構築するときに使用します。スキル構造、SKILL.md オーサリング、フロントマター構成、プログレッシブ開示、参照ファイル、検証、配布に使用します。 ソース: oakoss/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/oakoss/agent-skills