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

skill-creator技能创建器

Agent Skill

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

总安装

939

周安装

38

GitHub Stars

133

下载量

295
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jdforsythe/forge --skill skill-creator

简介

用于查找、检索和筛选相关信息。skill-creator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合在关键词搜索或任务场景中快速定位候选结果。
  • 使用时需结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。
  • 注意是否会触发联网、命令执行或文件读写操作。

SKILL.md

Skill Creator

Research-enhanced skill creator that produces higher-quality skills than built-in defaults. Every design decision is grounded in how transformers process context.


Expert Vocabulary Payload

Prompt Engineering & Routing: expert vocabulary payload, dual-register description, vocabulary routing, embedding space routing, attention budget, distribution center, right altitude, retrieval anchor

Skill Architecture: progressive disclosure, context window management, U-shaped attention curve, YAML frontmatter, trigger surface, structural delineation, three-level loading (metadata / SKILL.md / references)

Behavioral Design: anti-pattern watchlist, detection signal, counter-example, imperative instruction, conditional branching, evaluation criteria

Quality & Testing: canonical example, few-shot learning, 15-year practitioner test, consultant-speak (banned), over-prompting, recency bias


Anti-Pattern Watchlist

These are anti-patterns in the skills this creator generates. Scan every generated SKILL.md against this list before delivery.

1. Generic Consultant-Speak in Vocabulary

Detection: Vocabulary payload contains terms like "best practices," "leverage," "synergy," "robust solution," "scalable framework," or "holistic approach." Apply the 15-year practitioner test: would a senior domain expert use this exact term with a peer? If not, it fails. Resolution: Replace every generic term with the precise domain term it vaguely gestures at. "Best practices for error handling" becomes "circuit breaker pattern (Nygard), exponential backoff, dead letter queue."

2. Over-Prompting

Detection: SKILL.md exceeds 500 lines. The same concept is stated 2-3 times in different words "for emphasis." Instructions contain hedging phrases ("you might want to consider," "it could be helpful to"). Resolution: State each instruction once, in imperative form. Remove hedging. Move heavy reference content to references/. Test with a minimal version first; add detail only where the model demonstrably fails.

3. Positive-Only Instructions

Detection: Zero "do NOT" or "avoid" guidance. No anti-pattern watchlist. The skill only describes what to do, never what not to do. Resolution: Add 5-10 domain-specific anti-patterns with named patterns, detection signals, and resolution steps. Without negative constraints, the model gravitates to the distribution center (the most generic, average output).

4. Single-Register Description

Detection: Description uses only formal terminology OR only casual language. Test: would the skill trigger if a user said "help me with [casual version of task]"? If not, the casual register is missing. Resolution: Rewrite description to include both expert terms (for routing to deep knowledge) and natural-language trigger scenarios (for reliable activation). Add explicit "even if they don't say [formal term]" phrases.

5. Edge-Case Stuffing

Detection: More than 15 specific edge-case rules. Long lists of "if X then Y" covering every scenario instead of demonstrating the pattern. Resolution: Replace with 2-3 diverse canonical examples that show the pattern. Include one hard case. Let the model generalize from examples rather than memorize rules. Research shows 2-3 examples often match the effectiveness of 9+.

6. Paragraph-Form Logic

Detection: Complex multi-step behavior described in prose paragraphs. No numbered steps, no IF/THEN conditions, no imperative verbs. Resolution: Refactor to imperative ordered steps with explicit conditions. "First check for anti-patterns, and if you find some you should probably address them" becomes "1. Scan input for anti-patterns. IF detected: apply Detect-Name-Explain-Resolve-Prevent. IF none: proceed to step 2."

7. Missing Examples

Detection: Zero input-to-output examples or BAD/GOOD pairs in the generated skill. The skill relies entirely on verbal instructions. Resolution: Add 2-3 diverse examples. Use BAD vs GOOD pairs for quality standards, input-to-output pairs for workflows. Place the most representative example last (recency bias gives it the strongest influence).


Behavioral Instructions

Phase 1: Capture Intent

  1. Identify what the skill should do, when it should trigger, and what output format is expected.
  2. Identify the target audience: who triggers this skill, and what do they typically say?
  3. IF the user's request is vague: ask 1-2 clarifying questions about domain, trigger scenarios, and expected output format. Do NOT proceed with a generic skill.

Phase 2: Research (Conditional)

  1. IF unfamiliar domain: research the domain before drafting.

- Use web search for domain terminology, frameworks, and named patterns. - Use codebase exploration if the skill is project-specific. - Identify 15-30 expert terms that pass the 15-year practitioner test. - Identify 5-10 domain anti-patterns with established names.

Phase 3: Draft SKILL.md

  1. Write YAML frontmatter with dual-register description (~100 words, pushy).

- Include both expert terminology AND natural-language trigger scenarios. - Include explicit exclusions ("Do NOT use for..."). - Be aggressive about triggering — current models undertrigger. Include synonyms, edge cases, and adjacent scenarios.

  1. Write Expert Vocabulary Payload (15-30 terms in 3-5 clusters).

- Place BEFORE behavioral instructions. WHY: vocabulary primes the routing signal before execution begins. - Organize in sub-domain clusters of 3-8 terms each. - Include originator attribution for named frameworks: "circuit breaker (Nygard)" not just "circuit breaker." - Apply the 15-year practitioner test to every term. Remove any that fail.

  1. Write Anti-Pattern Watchlist (5-10 named patterns).

- Place BEFORE behavioral instructions. WHY: the model checks for problems before proceeding with normal execution. - Each pattern needs: name + origin, detection signal, resolution step. - Use established names where they exist: "Bikeshedding (Parkinson)" not "spending too much time on details."

  1. Write Behavioral Instructions (imperative, ordered, conditional).

- Use imperative verbs: "Scan," "Classify," "Output," not "You should try to." - Number every step. Use IF/THEN for branching logic. - Include WHY for non-obvious steps. WHY: the model can generalize principles to edge cases, but dead rules only cover literal matches. - Start with an anti-pattern scan step.

  1. Write Output Format specification.

- Define required fields, structure, and templates. - Use structured formats (YAML, tables, numbered lists) over prose.

  1. Write 2-3 diverse Examples (BAD vs GOOD or input-to-output).

- Cover different cases including at least one hard case. - Place the most representative example LAST. WHY: recency bias gives the final example the strongest influence on output.

  1. Write "Questions This Skill Answers" section (8-15 natural-language queries).

- Place at the END of the file. WHY: retrieval anchors benefit from end-of-context attention (U-shaped curve). - Use the exact phrasing a user would type, including casual and imprecise versions. - These function as retrieval anchors, self-documentation, and test cases simultaneously.

Phase 4: Reference Files (Conditional)

  1. IF the skill requires heavy reference content (pattern libraries, extended examples, checklists, evaluation criteria):

- Create files in references/ directory. - Keep each reference file under 300 lines. - Include clear guidance in SKILL.md on WHEN to read each reference file.

  1. Keep SKILL.md under 500 lines total. IF over 500: move content to references/.

Phase 5: Library Metadata

  1. Include library metadata in YAML frontmatter: name, version, domain tags, and compatibility notes.

Phase 6: Validate and Package

  1. Scan the generated SKILL.md against the Anti-Pattern Watchlist above. Fix any violations.
  2. IF subagents are available: test against 2-3 realistic prompts that a real user would type (casual, imprecise, no formal vocabulary).
  3. Package the skill: validate structure, zip, and use present_files for installation.
  4. Save to library/skills/ and update index.json.
  5. Log creation to usage-log.jsonl.

Output Format

The primary output is a complete skill directory:

skill-name/
  SKILL.md              # Core instructions (<500 lines)
  references/           # Optional: heavy reference content
    [topic].md          # Each file <300 lines

SKILL.md internal structure (in this order):

  1. YAML frontmatter (name, description, metadata)
  2. Expert Vocabulary Payload
  3. Anti-Pattern Watchlist
  4. Behavioral Instructions
  5. Output Format
  6. Examples (BAD vs GOOD)
  7. Questions This Skill Answers

Examples

Example 1: BAD vs GOOD Description

BAD:

description: "Helps with code review."

Single-register. Not pushy. No expert terms. No trigger scenarios. No exclusions. This skill will almost never fire, and when it does, it will produce generic output.

GOOD:

description: |
  Performs structured code review using cyclomatic complexity analysis,
  connascence taxonomy, and conventional comments (Slaughter). Use when
  the user asks to review code, check a PR, look at their changes, or
  says "is this good?" about code -- even if they don't mention "review."
  Also triggers for diff review, merge request feedback, and pre-commit
  quality checks. Do NOT use for architecture decisions (use Decision
  Advisor) or writing new code (use Code Generator).

Dual-register. Pushy. Expert terms route to deep knowledge. Casual triggers ensure activation. Explicit exclusions prevent mis-triggers.

Example 2: BAD vs GOOD Vocabulary Payload

BAD:

## Domain Vocabulary
good code, clean code, readable, maintainable, well-tested

Generic terms that every blog post uses. Routes to introductory content. Fails the 15-year practitioner test: no senior engineer says "good code" to a peer.

GOOD:

## Domain Vocabulary
**Structural Analysis:** cyclomatic complexity (McCabe), cognitive
complexity (SonarSource), afferent/efferent coupling (Martin),
connascence (Page-Jones)

**Change Safety:** shotgun surgery (Fowler), feature envy, divergent
change, Liskov substitution violation

**Review Process:** conventional comments (Slaughter), ship/no-ship
framework, diff review vs design review, LGTM criteria

Precise terms organized in clusters. Named frameworks with originators. Routes to code review expertise, not generic advice. Every term passes the 15-year practitioner test.


Explicit Note on Packaging

This skill uses Anthropic's native .skill packaging mechanism (validate, zip, present_files) for delivery. It does NOT invoke the built-in skill creator. It replaces the built-in approach with research-backed principles from the Forge synthesis:

  • Vocabulary routing (embedding space activation via precise terminology)
  • U-shaped attention optimization (front-load vocabulary, back-load retrieval anchors)
  • Negative constraint steering (anti-patterns push past the distribution center)
  • Progressive disclosure (three-level context loading)
  • Few-shot superiority (examples beat verbose instructions)

See ./references/skill-principles.md for the condensed research and ./references/skill-template.md for an annotated gold-standard example.


Questions This Skill Answers

  • "Create a skill for [domain/task]"
  • "Build a skill that [does X]"
  • "I want Claude to always [behavior] when [trigger]"
  • "Make a reusable [domain] helper"
  • "How do I create a good skill?"
  • "Turn this workflow into a skill"
  • "I need a skill for [task]"
  • "Build me a custom [domain] assistant"
  • "Create a prompt template for [task]"
  • "Package this as a skill"
  • "What makes a skill effective?"
  • "My skill isn't triggering, how do I fix it?"
  • "How should I structure a SKILL.md?"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.75%
按下载量换算108

Claude

28.17%
按下载量换算83

Cursor

19.59%
按下载量换算58

Gemini CLI

9.41%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills