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

skill-creator-pro技能创建器专业版

Agent Skill

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

总安装

1,117

周安装

48

GitHub Stars

158

下载量

392
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/panaversity/agentfactory --skill skill-creator-pro

简介

skill-creator-pro 用于查找、检索和筛选相关信息,支持多宿主环境快速定位候选结果。

  • 适合在关键词搜索、任务场景匹配或来源线索梳理时使用。
  • 可结合原始 README 和安装命令进一步验证具体用法。
  • 使用前应确认权限范围、维护状态及是否涉及联网或文件操作。
  • 建议核对来源仓库状态,避免推荐未经安全评估的第三方能力包。

SKILL.md

Skill Creator Pro

Create production-grade skills that extend Claude's capabilities.

How This Skill Works

User: "Create a skill for X"
       ↓
Claude Code uses this meta-skill as guidance
       ↓
Follow Domain Discovery → Ask user clarifying questions → Create skill
       ↓
Generated skill with embedded domain expertise

This skill provides guidance and structure for creating skills. Claude Code:

  1. Uses this skill's framework to discover domain knowledge
  2. Asks user for clarifications about THEIR specific requirements
  3. Decides how to structure the generated skill based on domain needs

What This Skill Does

  • Guides creation of new skills from scratch
  • Helps improve existing skills to production quality
  • Provides patterns for 5 skill types (Builder, Guide, Automation, Analyzer, Validator)
  • Ensures skills encode procedural knowledge + domain expertise

What This Skill Does NOT Do

  • Handle skill versioning/updates after creation
  • Create requirement-specific skills (always create reusable intelligence)
  • Deploy skills to production (but DOES require local testing before delivery)

Domain Discovery Framework

Key Principle: Users want domain expertise IN the skill. They may not BE domain experts.

Phase 1: Automatic Discovery (No User Input)

Proactively research the domain before asking anything:

DiscoverHowExample: "Kafka integration"
Core conceptsOfficial docs, Context7Producers, consumers, topics, partitions
Standards/complianceSearch "[domain] standards"Kafka security, exactly-once semantics
Best practicesSearch "[domain] best practices 2025"Partitioning strategies, consumer groups
Anti-patternsSearch "[domain] common mistakes"Too many partitions, no monitoring
SecuritySearch "[domain] security"SASL, SSL, ACLs, encryption
EcosystemSearch "[domain] ecosystem tools"Confluent, Schema Registry, Connect

Sources priority: Official docs → Library docs (Context7) → GitHub → Community → WebSearch

Phase 2: Knowledge Sufficiency Check

Before asking user anything, verify internally:

- [ ] Core concepts understood?
- [ ] Best practices identified?
- [ ] Anti-patterns known?
- [ ] Security considerations covered?
- [ ] Official sources found?

If ANY gap → Research more (don't ask user for domain knowledge)
Only if CANNOT discover (proprietary/internal) → Ask user

Phase 3: User Requirements (NOT Domain Knowledge)

Only ask about user's SPECIFIC context:

AskDon't Ask
"What's YOUR use case?""What is Kafka?"
"What's YOUR tech stack?""What options exist?"
"Any existing resources?""How does it work?"
"Specific constraints?""What are best practices?"

The skill contains domain expertise. User provides requirements.


Required Clarifications

Ask about SKILL METADATA and USER REQUIREMENTS (not domain knowledge):

Skill Metadata

1. Skill Type - "What type of skill?"

TypePurposeExample
BuilderCreate artifactsWidgets, code, documents
GuideProvide instructionsHow-to, tutorials
AutomationExecute workflowsFile processing, deployments
AnalyzerExtract insightsCode review, data analysis
ValidatorEnforce qualityCompliance checks, scoring

2. Domain - "What domain or technology?"

User Requirements (After Domain Discovery)

3. Use Case - "What's YOUR specific use case?"

  • Not "what can it do" but "what do YOU need"

4. Tech Stack - "What's YOUR environment?"

  • Languages, frameworks, existing infrastructure

5. Existing Resources - "Any scripts, templates, configs to include?"

6. Constraints - "Any specific requirements or limitations?"

  • Performance, security, compliance specific to user's context

Note

  • Questions 1-2: Ask immediately
  • Domain Discovery: Research automatically after knowing domain
  • Questions 3-6: Ask after discovery, informed by domain knowledge
  • Question pacing: Avoid asking too many questions in a single message. Start with most important, follow up as needed.

Core Principles

Reusable Intelligence, Not Requirement-Specific

Skills must handle VARIATIONS, not single requirements:

❌ Bad: "Create bar chart with sales data using Recharts"
✅ Good: "Create visualizations - adaptable to data shape, chart type, library"

❌ Bad: "Deploy to AWS EKS with Helm"
✅ Good: "Deploy applications - adaptable to platform, orchestration, environment"

Identify what VARIES vs what's CONSTANT in the domain. See references/reusability-patterns.md.

Concise is Key

Context window is a public good (~1,500+ tokens per skill activation). Challenge each piece:

  • "Does Claude really need this explanation?"
  • "Does this paragraph justify its token cost?"

Prefer concise examples over verbose explanations.

Appropriate Freedom

Match specificity to task fragility:

Freedom LevelWhen to UseExample
HighMultiple approaches valid"Choose your preferred style"
MediumPreferred pattern existsPseudocode with parameters
LowOperations are fragileExact scripts, few parameters

Progressive Disclosure

Three-level loading system:

  1. Metadata (~100 tokens) - Always in context (description ≤1024 chars)
  2. SKILL.md body (<500 lines) - When skill triggers
  3. References (unlimited) - Loaded as needed by Claude

Anatomy of a Skill

Generated skills are zero-shot domain experts with embedded knowledge.

skill-name/
├── SKILL.md (required)
│   ├── YAML frontmatter (name, description, allowed-tools?, model?)
│   └── Procedural knowledge (workflows, steps, decision trees)
└── Bundled Resources
    ├── references/   - Domain expertise (structure based on domain needs)
    ├── scripts/      - Executable code (tested, reliable)
    └── assets/       - Templates, boilerplate, images

SKILL.md Requirements

ComponentRequirement
Line count<500 lines (extract to references/)
FrontmatterSee references/skill-patterns.md for complete spec
nameLowercase, numbers, hyphens; ≤64 chars; match directory
description[What] + [When]; ≤1024 chars; third-person style
Description style"This skill should be used when..." (not "Use when...")
FormImperative ("Do X" not "You should X")
ScopeWhat it does AND does not do

What Goes in references/

Embed domain knowledge gathered during discovery:

Gathered KnowledgePurpose in Skill
Library/API documentationEnable correct implementation
Best practicesGuide quality decisions
Code examplesProvide reference patterns
Anti-patternsPrevent common mistakes
Domain-specific detailsSupport edge cases

Structure references/ based on what the domain needs.

Large files: If references >10k words, include grep search patterns in SKILL.md for efficient discovery.

When to Generate scripts/

Generate scripts when domain requires deterministic, executable procedures:

Domain NeedExample Scripts
Setup/installationInstall dependencies, initialize project
ProcessingTransform data, process files
ValidationCheck compliance, verify output
DeploymentDeploy services, configure infrastructure

Decision: If procedure is complex, error-prone, or needs to be exactly repeatable → create script. Otherwise → document in SKILL.md or references/.

When to Generate assets/

Generate assets when domain requires exact templates or boilerplate:

Domain NeedExample Assets
Starting templatesHTML boilerplate, component scaffolds
Configuration filesConfig templates, schema definitions
Code boilerplateBase classes, starter code

What NOT to Include

  • README.md (SKILL.md IS the readme)
  • CHANGELOG.md
  • LICENSE (inherited from repo)
  • Duplicate information

What Generated Skill Does at Runtime

User invokes skill → Gather context from:
  1. Codebase (if existing project)
  2. Conversation (user's requirements)
  3. Own references/ (embedded domain expertise)
  4. User-specific guidelines
→ Ensure all information gathered → Implement ZERO-SHOT

Include in Generated Skills

Every generated skill should include:

## Before Implementation

Gather context to ensure successful implementation:

| Source | Gather |
|--------|--------|
| **Codebase** | Existing structure, patterns, conventions to integrate with |
| **Conversation** | User's specific requirements, constraints, preferences |
| **Skill References** | Domain patterns from `references/` (library docs, best practices, examples) |
| **User Guidelines** | Project-specific conventions, team standards |

Ensure all required context is gathered before implementing.
Only ask user for THEIR specific requirements (domain expertise is in this skill).

Type-Aware Creation

After determining skill type, follow type-specific patterns:

TypeKey SectionsReference
BuilderClarifications → Output Spec → Standards → Checklistskill-patterns.md#builder
GuideWorkflow → Examples → Official Docsskill-patterns.md#guide
AutomationScripts → Dependencies → Error Handlingskill-patterns.md#automation
AnalyzerScope → Criteria → Output Formatskill-patterns.md#analyzer
ValidatorCriteria → Scoring → Thresholds → Remediationskill-patterns.md#validator

Skill Creation Process

Metadata → Discovery → Requirements → Analyze → Embed → Structure → Implement → Validate

See references/creation-workflow.md for detailed steps.

Quick Steps

  1. Metadata: Ask skill type + domain (Questions 1-2)
  2. Discovery: Research domain automatically (Phase 1-2 above)
  3. Requirements: Ask user's specific needs (Questions 3-6)
  4. Analyze: Identify procedural (HOW) + domain (WHAT) knowledge
  5. Embed: Put gathered domain expertise into references/
  6. Structure: Initialize skill directory
  7. Implement: Write SKILL.md + resources following type patterns
  8. Validate: Run scripts/package_skill.py and test

SKILL.md Template

---
name: skill-name                    # lowercase, hyphens, ≤64 chars
description: |                      # ≤1024 chars
  [What] Capability statement.
  [When] Use when users ask to <triggers>.
allowed-tools: Read, Grep, Glob     # optional: restrict tools
---

See references/skill-patterns.md for complete frontmatter spec and body patterns.


Output Checklist

Before delivering a skill, verify:

Domain Discovery Complete

  • Core concepts discovered and understood
  • Best practices identified from authentic sources
  • Anti-patterns documented
  • Security considerations covered
  • Official documentation linked
  • User was NOT asked for domain knowledge

Frontmatter

  • name: lowercase, hyphens, ≤64 chars, matches directory
  • description: [What]+[When], ≤1024 chars, clear triggers
  • allowed-tools: Set if restricted access needed

Structure

  • SKILL.md <500 lines
  • Progressive disclosure (details in references/)

Design Principles (see references/design-principles.md)

  • Modular (one skill = one responsibility)
  • Clear (explicit > clever)
  • Simple (minimal complexity)
  • Transparent (inspectable, debuggable)

Knowledge Coverage

  • Procedural (HOW): Workflows, decision trees, error handling
  • Domain (WHAT): Concepts, best practices, anti-patterns

Zero-Shot Implementation (in generated skill)

  • Includes "Before Implementation" section
  • Gathers runtime context (codebase, conversation, user guidelines)
  • Domain expertise embedded in references/ (structured per domain needs)
  • Only asks user for THEIR requirements (not domain knowledge)

Reusability

  • Handles variations (not requirement-specific)
  • Clarifications capture variable elements (user's context)
  • Constants encoded (domain patterns, best practices)

Type-Specific (see references/skill-patterns.md)

  • Builder: Clarifications, output spec, standards, checklist
  • Guide: Workflow, examples, official docs
  • Automation: Scripts, dependencies, error handling
  • Analyzer: Scope, criteria, output format
  • Validator: Criteria, scoring, thresholds, remediation

Battle Testing (REQUIRED)

  • Deployment tested: make test or equivalent passes
  • Versions verified: Latest tool versions, no deprecated APIs
  • Real scenario tested: Skill answers domain questions, not just deploys tools
  • Assets executed: Every file in assets/ was actually run
  • No over-engineering: Uses native tools (Helm, kubectl), not Python wrappers

See references/validation-checklist.md for detailed validation process.


Reference Files

FileWhen to Read
references/design-principles.mdUnix philosophy applied to skill design (foundational)
references/creation-workflow.mdDetailed step-by-step creation process
references/skill-patterns.mdFrontmatter spec, type-specific patterns, assets guidance
references/reusability-patterns.mdProcedural+domain knowledge, varies vs constant
references/quality-patterns.mdClarifications, enforcement, checklists
references/technical-patterns.mdError handling, security, dependencies
references/workflows.mdSequential and conditional workflow patterns
references/output-patterns.mdTemplate and example patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.16%
按下载量换算146

Claude

29.86%
按下载量换算117

Cursor

18.75%
按下载量换算74

Gemini CLI

9.82%
按下载量换算38

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills