Command Development
仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
覆盖命令结构与动态特性,便于构建交互式工作流。
这个 Skill 做什么
为 Claude Code 编写与管理可复用的 slash 命令和 frontmatter。
教你用 Markdown 写可复用的 slash 命令,并在 YAML frontmatter 里定义参数、交互和执行逻辑,让 Claude 在会话中直接运行这些命令。需要创建带动态参数、文件引用、交互提问或在命令里执行 bash 的场景就用。核心优势是把常用操作做成文档化的可执行工作流,便于重用和共享。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/.agents/skills/Command Development/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/.agents/skills/Command Development/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Command Development for Claude Code ## Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. **Key concepts:** - Markdown file format for commands - YAML frontmatter for configuration - Dynamic arguments and file references - Bash execution for context - Command organization and namespacing ## Command Basics ### What is a Slash Command? A slash command is a Markdown file containing a prompt that Claude executes when invoked. Commands provide: - **Reusability**: Define once, use repeatedly -
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有