command-creator

仓库创建 2025年7月18日最近提交 6 小时前SkillHot 收录 20 天前
▸ 精选理由

帮助开发者快速规范化命令结构并减少格式错误。

这个 Skill 做什么

生成 Claude Code 自定义斜杠命令的模板与最佳实践说明。

帮你把工作流程包装成可复用的 Claude Code 斜杠命令,生成带有 YAML frontmatter 的 Markdown 模板和最佳实践,省去格式纠错。适合想新增/改造命令、把常用流程变成 /命令 或共享到项目时使用。特别会告诉你文件该放哪(比如项目级的 .claude/commands 或用户级位置)和必要的结构细节,让命令一开始就合规可复用。

▸ 展开 SKILL.md 英文原文

Create Claude Code custom slash commands with proper structure, frontmatter, and best practices. Use this skill whenever the user wants to create a new command, add a slash command, build a custom command, or mentions "create-command", "new command", "add command", or "make a command" for Claude Code. Also trigger when the user wants to turn a workflow into a reusable command.

Skill 开发管理命令生成前端信息Claude CodeClaude Code
1.6k
Stars
242
Forks
12
仓库内 Skill
+33
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/feiskyer/claude-code-settings/main/skills/command-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/feiskyer/claude-code-settings/main/skills/command-creator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Command Creator

Create Claude Code custom slash commands with proper structure and best practices.

## Understanding Commands

Claude Code commands are Markdown files with YAML frontmatter that define reusable workflows invoked via `/command-name`. They live in specific locations depending on scope:

- **Project-level**: `.claude/commands/` in the project root (shared via git)
- **User-level**: `~/.claude/commands/` (personal, available everywhere)
- **Categorized**: Nest under subdirectories for namespacing (e.g., `gh/review-pr.md` becomes `/gh:review-pr`)

## Process

### 1. Clarify Intent

Before writing anything, understand:
- What should the command do? (single clear purpose)
- Who u
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有