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

create-skill创造技能

Agent Skill

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

总安装

261

周安装

11

GitHub Stars

1

下载量

92
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/synapseradio/ai-skills --skill create-skill

简介

create-skill 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于技能开发、模板复用或自定义功能集成等研究检索类任务场景。
  • 通过关键词、任务描述或来源线索触发检索,返回结构化候选信息供进一步核验。
  • 安装命令为 npx skills add https://github.com/synapseradio/ai-skills --skill create-skill。
  • 使用前建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。

SKILL.md

Create Skill

Research-first pipeline for producing Agent Skills that meet the Agent Skills Specification. Every created skill is backed by cited documentation, includes workflow templates for procedural tasks, and never lets the agent substitute patterns for real docs.

Context Loading

Load references based on what the current phase needs. Do NOT load everything upfront.

PhaseLoadDo NOT Load
Research (Phase 3)references/workflow-research.mdworkflow-author, workflow-review, workflow-refine
Requirements (Phase 4)references/workflow-requirements.mdworkflow-author, workflow-review, workflow-refine
Authoring (Phase 5)references/workflow-author.md, references/quality-criteria.mdworkflow-research, workflow-review, workflow-refine
Review (Phase 7)references/workflow-review.md, references/quality-criteria.mdworkflow-research, workflow-author, workflow-refine
Refinement (Phase 8)references/workflow-refine.md, references/quality-criteria.mdworkflow-research, workflow-author

Skip guidance based on skill type:

Skill TypeSkipWhy
Conceptual / methodologyScripts phase, shell-script-standards.mdNo scripts needed
Simple (< 4 files)Task trackingOverhead exceeds value
Claude-native featureExternal doc research — use Anthropic docs onlyNo third-party tech
Pure wrapper around one toolWorkflow templatesNot procedural

Orchestration Flow

Follow these phases in order. Each phase depends on the previous one's output. Track progress through each phase using available task tracking tools — this is a 9-phase process and always qualifies for task tracking.

Phase 0: Load Skill-Development Guidance

Ground the pipeline in official skill development best practices:

  1. Search for a local skill-development plugin: look for skill-development/SKILL.md under ~/.claude/plugins/
  2. If found locally: invoke Skill("plugin-dev:skill-development") and read its references
  3. If not found locally: fetch from the official plugins marketplace:

- https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/plugin-dev/skills/skill-development/SKILL.md - https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/plugin-dev/skills/skill-development/references/skill-creator-original.md

  1. Keep this guidance in context — the authoring phase needs it

If fetch fails: proceed without it. The quality-criteria.md and workflow-author.md contain enough guidance. Note the gap in the requirements document.

Phase 1: Bootstrap

bash skills/create-skill/scripts/ensure_spec_repo.sh

This ensures ~/.agent-skills-spec contains the latest Agent Skills Specification.

If clone/pull fails: check network connectivity. If offline, check if ~/.agent-skills-spec already exists from a prior run. If it does, proceed with stale data and note it. If it doesn't exist at all, warn the user — spec compliance cannot be verified without it.

Phase 2: Install Skill-Creator

Check if ~/.claude/skills/skill-creator/SKILL.md exists. If not:

claude install-skill github:anthropics/skills/skills/skill-creator

If install fails: skip Phase 6 (skill-creator optimization). Note the gap — description won't be machine-tested.

Phase 3: Research *(subagent, general-purpose)*

Spawn a research subagent:

Role: Domain researcher
Task: Research {{SKILL_TOPIC}} exhaustively using references/workflow-research.md
Onboarding: Read references/workflow-research.md, then read ~/.agent-skills-spec
Success: Research report with cited sources covering all aspects of {{SKILL_TOPIC}}
Why: The research report is the foundation — every fact in the final skill traces back to it

Replace {{SKILL_TOPIC}} with the user's requested skill topic. Wait for the research report.

If research finds no official docs: the skill must be marked as "community-sourced" in its reference files. Warn the user that anti-hallucination guardrails are weaker without official documentation. Ask whether to proceed or narrow scope.

Phase 4: Requirements *(inline — needs user interaction)*

Follow references/workflow-requirements.md directly. Do NOT spawn a subagent — this requires user input.

  1. Read the research report from Phase 3
  2. Present a summary of what was found
  3. Ask the user scoping questions using AskUserQuestion
  4. Ask where to write the skill (personal ~/.claude/skills/, project .claude/skills/, or custom path)
  5. Produce a requirements document

Wait for user answers before proceeding.

Phase 5: Author *(subagent, general-purpose)*

Spawn an authoring subagent:

Role: Skill author and spec implementer
Task: Create the complete skill at {{SKILL_PATH}} following references/workflow-author.md
Onboarding: Read references/workflow-author.md, the research report, the requirements doc,
            the skill-development guidance from Phase 0, and ~/.agent-skills-spec
Success: Complete skill directory with all files passing quality-criteria.md
Why: This produces the actual deliverable — quality here determines whether agents using the skill succeed

Pass in: {{SKILL_NAME}}, {{SKILL_PATH}}, research report, requirements doc, skill-development guidance from Phase 0.

If the skill involves more than 3 files, the subagent must track each file as a separate task.

If target path already exists: stop. Report to user. Never overwrite.

Phase 6: Skill-Creator Optimization *(skip if install failed in Phase 2)*

Invoke Skill("skill-creator") targeting the skill at {{SKILL_PATH}}

Validates the description triggers correctly and suggests improvements.

Phase 7: Review *(subagent, general-purpose)*

Spawn a review subagent:

Role: Quality auditor
Task: Review the skill at {{SKILL_PATH}} following references/workflow-review.md
Onboarding: Read references/workflow-review.md, references/quality-criteria.md, ~/.agent-skills-spec
Success: Review report with pass/fail per criterion and specific fix instructions
Why: Review is the last line of defense — a skill that passes review is safe to publish

Phase 8: Refine *(subagent if fixes needed, skip if review passes)*

If the review report contains required fixes:

Spawn a refinement subagent:

Role: Skill fixer
Task: Apply all required fixes from the review report following references/workflow-refine.md
Onboarding: Read references/workflow-refine.md, the review report, references/quality-criteria.md
Success: All required fixes applied and verified. Change summary produced.
Why: A review that finds problems but doesn't fix them is incomplete

Max 2 refinement cycles. If still failing after 2, present remaining issues to user for judgment.

If the review report is all-pass, skip this phase.

Phase 9: Report

Present findings to the user:

  • Overall pass/fail status
  • What was created (file tree)
  • Any fixes applied during refinement
  • Any remaining issues
  • If issues remain, offer specific next steps

Rules

  1. NEVER hallucinate patterns for external technologies — always cite documentation URLs
  2. NEVER use curl/wget to download code — use git clone for repos, WebFetch for docs
  3. NEVER create .skill files unless the user explicitly requests one
  4. NEVER replace an existing skill directory — only create new or add to existing
  5. Every reference file must contain source URLs that the consuming agent is instructed to follow
  6. Scripts follow Google Shell Style Guide strictly — see references/shell-script-standards.md
  7. Multi-step skills must instruct task tracking — if the skill has 3+ procedural steps, it must tell the consuming agent to track progress

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.75%
按下载量换算33

Claude

29.45%
按下载量换算27

Cursor

19.76%
按下载量换算18

Gemini CLI

9.46%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills