Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

meta-skill-creator元技能创建者

Agent Skill

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

总安装

1,129

周安装

34

GitHub Stars

10

下载量

280
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

meta-skill-creator 提供技能创建的关键规则与目录结构指导,支持参考文献与脚本管理。

  • 它适合在 Codex、Claude、Cursor、Gemini CLI 中需要标准化技能开发时使用。
  • 通过 npx skills add https://github.com/oakoss/agent-skills --skill meta-skill-creator 安装,需确认权限与维护状态。
  • 使用前建议核实是否会触发文件生成或外部写入,确保操作安全。
  • 可结合原始 README 了解目录规范与资产组织方式。

SKILL.md

Meta Skill Creator

Overview

Agent Skills are portable folders of instructions, scripts, and resources that agents discover and load on demand. They follow the Agent Skills open standard and work across 27+ compatible agents including Claude Code, Cursor, Gemini CLI, OpenAI Codex, VS Code, GitHub Copilot, Windsurf, Goose, and Roo Code. This skill covers the complete workflow for creating, structuring, and validating skills.

Quick Reference

ConceptSummaryKey Rule
Directory structureskill-name/SKILL.md plus optional references/, scripts/, assets/SKILL.md is the only required file
Frontmatter (required)YAML block with name and descriptionname must match directory, max 64 chars
Frontmatter (optional)license, compatibility, metadata, allowed-toolsDefined by open standard, portable across agents
Agent-specific fieldsmodel, context, agent, hooks, user-invocableClaude Code extensions, not portable
Description triggersInclude "Use when..." or "Use for..." phrasesKeyword-rich, third-person voice
Progressive disclosureMetadata -> Instructions -> Resources (three tiers)SKILL.md loaded in full; references on demand
SKILL.md sizeTarget 100-150 lines, max 500No code examples in SKILL.md
SKILL.md sectionsOverview, Quick Reference, Common Mistakes, Delegation, ReferencesAll five sections required
Reference filesreferences/[topic].md with frontmatterMax 500 lines each, self-contained
Reference frontmattertitle, description, tags fieldsRequired for all reference files
Scriptsscripts/ directory, executable codeAgents run scripts, not read source
Name formatLowercase letters, numbers, hyphensNo --, no leading/trailing -, min 4 chars
Excluded filenamesREADME.md, metadata.json, _* filesNot installed by distribution CLI
Validationskills-ref validate or project-specific validatorsAlways validate before distributing

Skill Creation Workflow

  1. Create directory at the appropriate location with a SKILL.md
  2. Write frontmatter with name (matching directory) and trigger-rich description
  3. Write required sections: Overview, Quick Reference, Common Mistakes, Delegation, References
  4. Extract code examples into references/ files (no code in SKILL.md)
  5. Validate with your project validator or skills-ref validate

Common Mistakes

MistakeCorrect Pattern
Missing "Use when" or "Use for" triggerInclude trigger phrases in description for agent discovery
Code examples in SKILL.mdMove all code to references/ files
SKILL.md over 500 linesSplit detailed content into reference files
Reference files cross-referencingKeep references self-contained, one level deep from SKILL.md
Name does not match directoryname field must exactly match parent directory name
Name contains uppercase or spacesUse only lowercase letters, numbers, and hyphens
Vague description without keywordsPack triggers with synonyms, abbreviations, library names
Code blocks without language specifierAlways specify language on fenced code blocks
Supporting files not linked in SKILL.mdAgents discover files through explicit links in SKILL.md
Using excluded filenamesAvoid README.md, metadata.json, files starting with _
Blank line before frontmatter--- must be on line 1, no preceding blank lines
Description in first-person voiceUse third-person: "Extracts text", not "I help you"
Deeply nested reference chainsKeep one level deep: SKILL.md links to references directly
Missing required SKILL.md sectionsInclude all five: Overview, Quick Ref, Mistakes, Delegation, Refs
Reference file missing frontmatterEvery reference needs title, description, and tags

Skill Locations

Skills can be installed at different scopes depending on visibility needs:

LocationPathScope
Personal~/.claude/skills/You, all projects
Project.claude/skills/Anyone in repository
DistributedVia skills CLIPlugin users

Delegation

  • Specification questions: Refer to the Agent Skills open standard
  • Pattern discovery: Use Explore agent to analyze existing skills for structure examples
  • Validation: Run project validator or skills-ref validate before committing

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.05%
按下载量换算107

Claude

30.82%
按下载量换算86

Cursor

18.75%
按下载量换算53

Gemini CLI

9.34%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills