Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

meta-command-creator元命令创建者

Agent Skill

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

总安装

682

周安装

29

GitHub Stars

10

下载量

239
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

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

简介

meta-command-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索梳理等研究检索类工作。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,注意是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Custom Slash Command Creator

Overview

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).

Quick Reference

FeatureSyntax / LocationKey Points
Project command.claude/commands/name.mdShows "(project)" in /help
Project skill.claude/skills/name/SKILL.mdRecommended over commands, supports extra files
Personal command~/.claude/commands/name.mdAvailable across all projects
Personal skill~/.claude/skills/name/SKILL.mdAvailable across all projects
Plugin command<plugin>/skills/name/SKILL.mdNamespaced as plugin-name:skill-name
Subdirectory commands.claude/commands/git/commit.mdShows "(project:git)" in /help
All arguments$ARGUMENTSEntire argument string
Positional arguments$0, $1, $2 or $ARGUMENTS[0]Zero-based index
Bash injection`!git status `Runs before prompt is sent, output replaces placeholder
File reference@src/file.tsInlines file contents into prompt
Extended thinkingInclude "ultrathink" in contentTriggers deeper reasoning mode
Session ID${CLAUDE_SESSION_ID}Current session identifier for logging
Frontmatter descriptiondescription: What it doesRequired for /help listing and Skill tool
Tool restrictionsallowed-tools: Read, Grep, GlobLimits tools without per-use approval
Manual-only invocationdisable-model-invocation: truePrevents Claude from auto-triggering
Hide from menuuser-invocable: falseBackground knowledge only Claude loads
Argument hintargument-hint: [issue-number]Shown in autocomplete
Model overridemodel: claude-sonnet-4-20250514Specific model for this command
Subagent executioncontext: forkRuns in isolated context
Subagent typeagent: ExploreBuilt-in or custom agent when context: fork

Priority Order

When commands share the same name across levels, higher-priority locations win:

  1. Enterprise (managed settings)
  2. Personal (~/.claude/)
  3. Project (.claude/)

Plugin commands use namespacing (plugin:name) so they never conflict. If a skill and a command share the same name, the skill takes precedence.

Common Mistakes

MistakeImpactCorrect Pattern
Adding name field in command filesIgnored for .md commandsName is inferred from filename
Missing description frontmatterInvisible in /help and Skill toolAlways include description
Using category or tags fieldsSilently ignoredUse subdirectories for organization
$ARGUMENTS without handling empty caseUnexpected behaviorCheck if empty and provide default
`!bash without allowed-tools`Commands fail to executeAdd allowed-tools: Bash(...) to frontmatter
Expecting project to override personalPersonal wins over projectPersonal commands take priority; rename to avoid conflicts
Using context: fork without a taskSubagent has no actionable workOnly fork skills with explicit step-by-step instructions
Overriding built-in command namesBuilt-ins cannot be overriddenUse different names (/my-help not /help)

Delegation

  • Command pattern discovery: Use Explore agent to find existing commands in .claude/commands/ or .claude/skills/
  • Complex workflow skills: For multi-file capabilities, create a full skill directory with SKILL.md and supporting files

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.68%
按下载量换算80

Claude

31.42%
按下载量换算75

Cursor

18.52%
按下载量换算44

Gemini CLI

9.65%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/oakoss/agent-skills --skill meta-command-creator 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills