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

skill-builder技能构建

Agent Skill

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

总安装

192

周安装

8

GitHub Stars

2

下载量

64
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/bsamiee/parametric_forge --skill skill-builder

简介

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

  • 它主要用于研究检索场景,帮助创建和优化 Claude Code 技能。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

[H1][SKILL-BUILDER]

Dictum: *Structured authoring produces discoverable, maintainable skills.*

Create and refine Claude Code skills via structured workflows.

Tasks:

  1. Collect parameters — Scope: create | refine, Type: simple | standard | complex, Depth: base | extended | full
  2. Read frontmatter.md — Discovery metadata, trigger patterns
  3. Read structure.md — Folder layout gated by Type
  4. Read depth.md — LOC limits, nesting gated by Depth
  5. (complex) Read scripting.md — Automation standards
  6. Capture requirements — purpose, triggers, outputs
  7. Invoke skill-summarizer with skill style-standards — Extract voice, formatting, taxonomy
  8. Invoke deep-research — Domain research for skill topic
  9. Plan with 3 agents — file inventory, section structure, content framework
  10. Execute per Scope:

- (create) Author new artifacts; select template: - simple - DEFAULT - standard - complex - (refine) Compare input to existing frontmatter; see refine.md: - Input = existing → optimize (density, fixes, quality) - Input > existing → upgrade (expand structure or depth) - Input < existing → downsize (combine, refactor, remove low-relevance)

  1. Validate — Quality gate, LOC compliance, structure match

Dependencies:

  • deep-research — Domain research via parallel agents
  • skill-summarizer — Voice and formatting extraction (with skill style-standards)
  • report.md — Sub-agent output format

[REFERENCE]: index.md — Complete file listing


[1][FRONTMATTER]

Dictum: *Metadata enables discovery before loading.*

Frontmatter indexed at session start (~100 tokens). Description is ONLY field parsed for relevance—quality determines invocation accuracy.

Guidance:

  • Discovery — LLM reasoning matches description to user intent. No embeddings, no keyword matching.
  • Trigger Density — Include file types, operations, "Use when" clauses. Every word aids matching.
  • Voice — Third person, active, present tense. Prohibit: 'could', 'might', 'probably', 'should'.

Best-Practices:

  • Length — 1-2 sentences. Concise triggers outperform verbose explanations.
  • Classification — Include type and depth fields for refine workflow detection.

[2][STRUCTURE]

Dictum: *Type determines breadth—folder existence defines capability scope.*

Type gates folder creation. Structure defines WHAT exists; Depth constrains HOW MUCH content.

[INDEX][TYPE][FOLDERS]
[1]SimpleSKILL.md only
[2]Standard+index.md, references/, templates/
[3]Complex+scripts/

Guidance:

  • Naming — Skill folder matches frontmatter name exactly. Kebab-case throughout.
  • Index — Standard/Complex require index.md at root listing all reference files.
  • Upgrade Path — Start with simplest type satisfying requirements.

Best-Practices:

  • Directory Purpose — references/ for domain knowledge, templates/ for output scaffolds, scripts/ for automation.
  • File Limit — Max 7 files in references/ (including nested).

[3][DEPTH]

Dictum: *Depth determines comprehensiveness—hard caps prevent bloat.*

Depth enforces LOC limits and nesting rights. Each level adds +50 SKILL.md, +25 reference files (cumulative).

[INDEX][DEPTH][SKILL.MD][REF_FILE][NESTING]
[1]Base<300<150Flat only
[2]Extended<350<1751 subfolder
[3]Full<400<2001-3 subfolders

Guidance:

  • Nesting Gate — Subfolder requires 3+ related files OR distinct domain concern.
  • Content Scaling — Base: 1-2 items per Guidance/Best-Practices. Extended: 2-4. Full: comprehensive.
  • LOC Optimization — Density over deletion; see depth.md§LOC_OPTIMIZATION.
  • Content Separation — SKILL.md = WHY, references = HOW; see depth.md§CONTENT_SEPARATION.

Best-Practices:

  • Hard Caps — Exceeding limits requires refactoring, not justification.
  • No Brute-Force — Consolidate → restructure → densify → prune (in order).

[4][SCRIPTING]

Dictum: *Deterministic automation extends LLM capabilities.*

Complex type enables scripts/ folder for external tool orchestration, artifact generation, validation.

Guidance:

  • Justification — Script overhead demands explicit need: tool wrapping, exact reproducibility, schema enforcement.
  • Depth Scaling — Base/Extended: single script. Full: multiple when distinct concerns justify.

Best-Practices:

  • Type Selection — Standard suffices for most skills. Complex only when automation is core purpose.
  • Augmentation — Scripts support workflows; core logic remains in SKILL.md and references.

[5][TEMPLATES]

Dictum: *Templates enforce canonical structure.*

Templates define output scaffolds. Agent combines user input with template skeleton for consistent artifacts.

Guidance:

  • Purpose — Follow template exactly. No improvisation.
  • Composition — Input data + template skeleton = generated artifact.

Best-Practices:

  • Placeholder Syntax — Use ${variable-name} for insertion points.
  • Structure Match — Template complexity matches depth selection.

[6][VALIDATION]

Dictum: *Gates prevent incomplete artifacts.*

[VERIFY] Completion:

  • Parameters: Scope, Type, Depth collected and applied.
  • Research: deep-research completed fully before authoring.
  • Style: skill-summarizer constraints applied to output.
  • Workflow: Executed per Scope (create | refine).
  • Quality: LOC within limits, content separation enforced.

[REFERENCE] Operational checklist: →validation.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenCode

26.76%
按下载量换算17

Antigravity

23.21%
按下载量换算15

Claude Code

18.01%
按下载量换算12

Codex

13.34%
按下载量换算9

windsurf

8.61%
按下载量换算6

Gemini CLI

3.88%
按下载量换算2

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills