什么是 meta-command-creator?
使用 markdown 和 YAML frontmatter 为 Claude Code 创建自定义斜杠命令。在构建工作流程自动化、创建可重用提示或定义自定义/命令时使用。用于斜杠命令、参数处理、文件引用、bash 执行。 来源:oakoss/agent-skills。
使用 markdown 和 YAML frontmatter 为 Claude Code 创建自定义斜杠命令。在构建工作流程自动化、创建可重用提示或定义自定义/命令时使用。用于斜杠命令、参数处理、文件引用、bash 执行。
通过命令行快速安装 meta-command-creator AI 技能到你的开发环境
来源:oakoss/agent-skills。
Claude Code slash commands are markdown files with optional YAML frontmatter that create reusable /command workflows. Commands and skills are unified: .claude/commands/ files and .claude/skills/ directories both create slash commands. Skills are the recommended approach since they support additional features like supporting files, but single-file commands still work.
When to use: Repeatable prompts, team workflow standardization, guardrailed operations (deploy, commit), multi-phase tasks, dynamic context injection with bash output.
When NOT to use: Complex capabilities needing multiple files and scripts (use a full skill directory instead), one-off prompts, built-in commands that already exist (/compact, /help, /init).
使用 markdown 和 YAML frontmatter 为 Claude Code 创建自定义斜杠命令。在构建工作流程自动化、创建可重用提示或定义自定义/命令时使用。用于斜杠命令、参数处理、文件引用、bash 执行。 来源:oakoss/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/oakoss/agent-skills --skill meta-command-creator使用 markdown 和 YAML frontmatter 为 Claude Code 创建自定义斜杠命令。在构建工作流程自动化、创建可重用提示或定义自定义/命令时使用。用于斜杠命令、参数处理、文件引用、bash 执行。 来源:oakoss/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oakoss/agent-skills --skill meta-command-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oakoss/agent-skills