什么是 meta-skill-creator?
按照代理技能开放标准创建代理技能。在为 Claude Code、Cursor、Gemini CLI 或其他代理构建新技能时使用。用于技能结构、SKILL.md 创作、frontmatter 配置、渐进式披露、参考文件、验证和分发。 来源:oakoss/agent-skills。
按照代理技能开放标准创建代理技能。在为 Claude Code、Cursor、Gemini CLI 或其他代理构建新技能时使用。用于技能结构、SKILL.md 创作、frontmatter 配置、渐进式披露、参考文件、验证和分发。
通过命令行快速安装 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 创作、frontmatter 配置、渐进式披露、参考文件、验证和分发。 来源: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