Source profileQuality 88/100

sheikh-mohammad/agent-factory-claude-skills/.claude/skills/skill-creator-pro/SKILL.md

skill-creator-pro

Creates production-grade, reusable skills that extend Claude's capabilities. This skill should be used when users want to create a new skill, improve an existing skill, or build domain-specific intelligence. Gathers context from codebase, conversation, and authentic sources before creating adaptable skills.

Source repository stars
6
Declared platforms
0
Static risk flags
0
Last source update
2026-08-04
Source checked
2026-08-04

Decision brief

What it does—and where it fits

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

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/sheikh-mohammad/agent-factory-claude-skills --skill ".claude/skills/skill-creator-pro"
    Safe inspection promptEditorial

    Inspect the Agent Skill "skill-creator-pro" from https://github.com/sheikh-mohammad/agent-factory-claude-skills/blob/5cab6ab6538c41b243f09d7c7be97b5422c87740/.claude/skills/skill-creator-pro/SKILL.md at commit 5cab6ab6538c41b243f09d7c7be97b5422c87740. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Phase 1: Automatic Discovery (No User Input)

      Proactively research the domain before asking anything:

      Proactively research the domain before asking anything:Sources priority: Official docs → Library docs (Context7) → GitHub → Community → WebSearch
    2. 02

      Phase 2: Knowledge Sufficiency Check

      Before asking user anything, verify internally:

      Before asking user anything, verify internally:
    3. 03

      Phase 3: User Requirements (NOT Domain Knowledge)

      Only ask about user's SPECIFIC context:

      Only ask about user's SPECIFIC context:The skill contains domain expertise. User provides requirements.
    4. 04

      Before Implementation

      Gather context to ensure successful implementation:

      Gather context to ensure successful implementation:Ensure all required context is gathered before implementing. Only ask user for THEIR specific requirements (domain expertise is in this skill).
    5. 05

      Skill Creation Process

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

      Metadata: Ask skill type + domain (Questions 1-2)Discovery: Research domain automatically (Phase 1-2 above)Requirements: Ask user's specific needs (Questions 3-6)

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score88/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars6SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    sheikh-mohammad/agent-factory-claude-skills
    Skill path
    .claude/skills/skill-creator-pro/SKILL.md
    Commit
    5cab6ab6538c41b243f09d7c7be97b5422c87740
    License
    Not declared
    Collected
    2026-08-04
    Default branch
    main
    View the original 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

    • Test skills in production environments
    • Deploy or distribute skills
    • Handle skill versioning/updates after creation
    • Create requirement-specific skills (always create reusable intelligence)

    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/)

    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

    Reference Files

    FileWhen to Read
    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