Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计通过

command-creator命令创建者

Agent Skill

command-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

247

周安装

10

GitHub Stars

10

下载量

78
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:command-creator(命令创建者)
来源仓库:https://github.com/gohypergiant/agent-skills
仓库路径:skills/command-creator
安装命令:
npx skills add https://github.com/gohypergiant/agent-skills --skill command-creator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/gohypergiant/agent-skills --skill command-creator

简介

command-creator 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Command Creator

Overview

This skill guides the creation of Claude Code commands through a structured workflow that ensures proper skill integration, argument definition, and command specification. Commands can leverage existing skills or operate standalone.

Target Audience: This skill is designed for agents creating Claude Code command specifications. It provides procedural knowledge for gathering requirements, discovering relevant skills, and generating well-structured command definitions that other agents will execute.

Command Creation Workflow

Follow these steps sequentially to create a well-defined Claude Code command:

Step 1: Understand Command Purpose

Ask the user what the command should do. Gather specific details about:

  • The task or operation the command will perform
  • Expected inputs and outputs
  • Any special requirements or constraints

Example questions:

  • "What should this command do?"
  • "Can you describe a typical use case for this command?"
  • "What would trigger the use of this command?"

Step 2: Identify Skill Dependencies

Ask if the command relates to existing skills:

  • "Is this command based on any existing skills?"
  • "Does this command use specific file formats, workflows, or domain knowledge?"

If the user mentions skills, note them. If not, proceed to Step 3.

Step 3: Discover Relevant Skills

Check available skills to identify potentially relevant ones the user may have missed:

view .claude/skills    # Current project skills (if available)
view ~/.claude/skills  # Global skills (if available)

Look for skills related to:

  • File types the command will process (docx, pdf, xlsx, pptx)
  • Domain expertise (frontend-design, product-self-knowledge)
  • Workflows or patterns (skill-creator, mcp-builder)

Present relevant skills to the user:

  • "I found these skills that might be relevant: [list]. Should any of these be included?"
  • Be concise; only mention skills with clear relevance

Step 4: Verify Command Specification

If the command is not skill-based or after skill selection is complete, verify the command specification:

  • Summarize what the command will do
  • Confirm the workflow or operation sequence
  • Verify any constraints or requirements

Ask for confirmation:

  • "To confirm, the command will [summary]. Is this correct?"
  • "Are there any other requirements I should know about?"

Step 5: Define Command Arguments

Determine the command arguments through discussion:

  • "What arguments should this command accept?"
  • "Are any arguments required vs optional?"
  • "What are the valid values or types for each argument?"

For each argument, specify:

  • Name and type
  • Required vs optional status
  • Default value (if optional)
  • Description of purpose
  • Valid values or validation rules

Step 6: Generate Command Specification

Create the command specification as a single Markdown file with YAML front matter.

For detailed format specification, patterns, and examples, see:

  • references/command-patterns.md - Complete format guide, argument types, validation patterns, and multiple command pattern examples
  • references/optimize-images-example.md - Production-ready example with full workflow, error handling, and statistics
  • ../../commands/audit/js-ts-docs.md - Real production command for reference

Best Practices

Command Naming:

  • Use lowercase with hyphens: audit-performance, create-component
  • Be descriptive but concise
  • Avoid generic names like process or handle

Argument Design:

  • Minimize required arguments
  • Provide sensible defaults for optional arguments
  • Use clear, unambiguous argument names
  • Validate argument values when possible

Skill Integration:

  • Reference skills by name in the skills array
  • Include skill names in command description when relevant
  • Ensure referenced skills actually exist in /mnt/skills/

Documentation:

  • Provide at least 2 usage examples
  • Document argument constraints clearly
  • Include implementation notes for complex commands

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.86%
按下载量换算21

windsurf

20.44%
按下载量换算16

OpenCode

19.37%
按下载量换算15

trae

13.82%
按下载量换算11

Codex

7.07%
按下载量换算6

github-copilot

3.72%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills