Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计通过

skill-maker技能制造者

Agent Skill

skill-maker 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

699

周安装

28

GitHub Stars

3

下载量

226
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alpoxdev/hypercore --skill skill-maker

简介

skill-maker 用于创建或重构高质量技能模块,提升触发准确性与资源组织。

  • 适用于新技能开发或现有技能优化,强调意图识别与元数据设计。
  • 指导合理划分 SKILL.md、scripts、references 等资源位置。
  • 安装前需理解技能解剖结构与渐进披露原则。
  • 注意输出为完整技能文件夹,非单一文件修改。

SKILL.md

@rules/skill-anatomy.md @rules/trigger-design.md @rules/progressive-disclosure.md @rules/resource-placement.md @rules/validation-and-iteration.md @rules/anti-patterns.md

Skill Maker

Create and refactor skills as first-class products, not just markdown files.
  • Build new skills that trigger reliably from user intent and metadata.
  • Refactor existing skills to improve scope clarity, resource placement, and validation.
  • Teach the right split between SKILL.md, references/, scripts/, assets/, and optional UI metadata.

<routing_rule>

Use skill-maker when the output is a skill folder or a refactor of an existing skill.

Use docs-maker instead when the output is a general document, runbook, spec, or prompt artifact without a skill structure.

Do not use skill-maker when:

  • the user wants general documentation rather than a skill
  • the output is only a prompt, plan, or spec without a skill structure
  • docs-maker is sufficient because the task is about generic structured documentation

</routing_rule>

<activation_examples>

Positive requests:

  • "Create a Codex skill for reviewing SQL migrations."
  • "Refactor this browser QA skill so the trigger and validation stop misfiring."
  • "Standardize this skill folder so SKILL.md, rules, and references are split correctly."
  • "브라우저 QA용 Codex 스킬을 새로 만들어줘." (Korean)

Negative requests:

  • "Rewrite this runbook for readability."
  • "Summarize these OpenAI docs."
  • "이 일반 온보딩 문서를 읽기 쉽게만 정리해줘." (Korean)

Boundary request:

  • "Create a guide for writing skills." Use skill-maker only if the output should become a reusable skill folder; otherwise use docs-maker.

</activation_examples>

<trigger_conditions>

SituationMode
A new skill needs to be createdcreate
An existing skill is too long, weakly scoped, or hard to triggerrefactor
A skill needs better description or trigger wordingrefactor
A skill needs better references/, scripts/, or assets/ placementcreate/refactor
A team wants one consistent skill-authoring shapecreate/refactor

</trigger_conditions>

<supported_targets>

  • New skill folders
  • Existing skill refactors
  • SKILL.md metadata and body
  • Skill rule packs
  • Skill references, scripts, and assets placement
  • Skill validation checklists and forward-test plans

</supported_targets>

<skill_architecture>

Use this layering model by default:

  • Core skill: durable instructions for what the skill does and when to use it
  • Rules: reusable policy and workflow details
  • References: detailed information loaded only when needed
  • Scripts/assets: deterministic execution helpers or output resources

Do not overload the core SKILL.md with information that belongs in rules or references.

</skill_architecture>

<reference_routing>

Read official references when:

  • provider-sensitive skill guidance affects the core rule
  • trigger behavior or evaluation guidance depends on vendor docs
  • maintenance or drift handling requires current vendor policy

Read the local skill-creator summary when:

  • deciding how much detail belongs in the core skill
  • deciding whether to add scripts or bundled resources
  • deciding whether a support file is optional, recommended, or unnecessary

</reference_routing>

<support_file_read_order>

Read in this order:

  1. The core SKILL.md to decide whether this is create or refactor mode and what output the skill owns.
  2. rules/trigger-design.md, rules/skill-anatomy.md, rules/progressive-disclosure.md, and rules/resource-placement.md when changing trigger wording, anatomy, or file split.
  3. rules/validation-and-iteration.md and rules/anti-patterns.md before declaring the skill done.
  4. references/local/skill-creator.md when deciding how much detail belongs in the core or whether scripts/assets are justified.
  5. Official references only when provider-sensitive guidance materially changes the rule.

</support_file_read_order>

<mandatory_reasoning>

Mandatory Sequential Thinking

  • Always use sequential-thinking before major skill creation or refactor work.
  • In create mode: design the trigger, anatomy, resource split, and validation strategy first.
  • In refactor mode: identify weak triggering, mixed concerns, poor resource placement, and missing validation before editing.
  • Do not write or refactor a skill until the structure plan is clear.

</mandatory_reasoning>

<design_defaults>

Apply these defaults to every major skill edit:

  • Optimize first for triggerability, then readability.
  • Keep the core skill lean and push detail downward.
  • Prefer concrete examples of user utterances over abstract claims about when the skill is useful.
  • Treat validation as part of the skill, not an afterthought.
  • Keep provider-sensitive guidance in references, not in the core skill.

</design_defaults>

create mode

  • Start from the smallest viable skill shape.
  • Add only the rules, references, scripts, and examples that materially improve the skill.
  • Include enough validation to prove the skill would trigger and operate correctly.

refactor mode

  • Preserve the skill's intended job unless the current scope is clearly wrong.
  • Improve trigger wording, anatomy, and resource placement before adding more content.
  • Remove duplication, vague guidance, and unused resources.

<default_outputs>

Default output shapes:

  • create mode: new skill folder + lean core SKILL.md + only the needed rules/references/scripts/assets + trigger examples + validation checklist
  • refactor mode: updated skill + simpler resource split + explicit simplification summary + validation notes + maintainer handoff cues

</default_outputs>

PhaseTaskOutput
0Confirm the target scope and whether this is a skill, not just a documentScope decision
1Read the target skill and the directly linked support files needed for the chosen modeBaseline
2Build the structure plan with sequential-thinkingSection/resource plan
3Write or refactor the core SKILL.mdUpdated core skill
4Place supporting detail into rules, references, scripts, or assetsSupporting files
5Run trigger, anatomy, and validation readback checksReview notes
6Finalize with explicit validation and remaining risksFinalized skill

Phase 3 authoring rules

  • Make the description specific about both capability and trigger conditions.
  • Keep the first screen of SKILL.md enough to explain the skill's job and boundary.
  • Use one term per concept across the skill.
  • Prefer examples of real user requests that should trigger the skill.
  • Put skill-specific structure rules into rules/, not into a swollen core body.
  • Keep the core skill durable across provider and model churn.
CategoryAvoid
TriggeringGeneric descriptions that could match many unrelated requests
StructureHuge SKILL.md bodies that duplicate references
ResourcesDeeply nested references or unused scripts/assets
ValidationDeclaring a skill complete without trigger and usage checks
DriftTime-sensitive provider details in canonical core instructions
CategoryRequired
TriggerabilitySpecific name and description that reflect real user wording
AnatomyClear split between SKILL.md, rules, references, scripts, and assets
ActionabilityConcrete workflow steps and validation checks
ExamplesTrigger examples and folder-shape examples
MaintainabilityProgressive disclosure and low-duplication design
ValidationTrigger tests, resource-placement checks, and forward-test guidance

<structure_blueprint>

Use this layout unless a better skill-specific structure is required:

  1. Purpose
  2. Trigger conditions
  3. Supported targets
  4. Skill architecture
  5. Workflow
  6. Examples
  7. Validation checklist
  8. References when provider-sensitive guidance exists

</structure_blueprint>

<usage_examples>

Example: create a new skill

  • Define what job the skill owns.
  • Write the trigger description from realistic user requests.
  • Decide what stays in SKILL.md and what moves to rules/ or references/.
  • Add scripts only if deterministic execution is better than prose.
  • Add validation for trigger quality and real-use coverage.

Example: refactor an overgrown skill

  • Read the current SKILL.md, rules, and references.
  • Mark duplicated content and misplaced detail.
  • Rewrite the description so it triggers on the right requests.
  • Split long detail into references or scripts.
  • Re-read the skill as if you were a new maintainer and a trigger model.

</usage_examples>

CheckRule
Trigger qualitydescription states what the skill does and when to use it
Scope clarityThe skill boundary is obvious in the first screen
Resource placementCore body, rules, references, scripts, and assets each hold the right content
DensityRepetition is removed and the core body stays lean
ExamplesTrigger examples match likely user requests
Operator cuesThe next file to read and the next place to put detail are obvious
SafetyTime-sensitive or provider-sensitive guidance is isolated into references
ValidationThe skill includes realistic checks, not only prose review

Completion checklist:

  • Mode decided (create or refactor)
  • Sequential-thinking plan created first
  • Trigger wording reviewed (rules/trigger-design.md)
  • Skill anatomy reviewed (rules/skill-anatomy.md)
  • Progressive disclosure reviewed (rules/progressive-disclosure.md)
  • Resource placement reviewed (rules/resource-placement.md)
  • Validation and forward-test checks reviewed (rules/validation-and-iteration.md)
  • Anti-pattern checks reviewed (rules/anti-patterns.md)
  • Core skill remains lean and coherent
  • Support-file read order is explicit enough
  • Validation checks completed

Must-pass thresholds:

  • At least 3 positive trigger examples
  • At least 2 negative trigger examples
  • At least 1 boundary trigger example
  • No reference chain deeper than one level from SKILL.md
  • Core SKILL.md body stays under roughly 300 lines unless explicitly justified
  • No duplicated definitions across core and references

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.64%
按下载量换算76

Claude

31.41%
按下载量换算71

Cursor

18.01%
按下载量换算41

Gemini CLI

10.75%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills