AI Agent Hub
Back to skills
Professional Skill Creator Pro with Onboarding icon

Professional Skill Creator Pro with Onboarding

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md and install @user_cae83fba/skill-creator-optimized-pro.

About this skill

Problem It Solves

A prompt can finish one task, but that is not enough to become a reusable, auditable Agent Skill. Skill Creator Optimized Pro targets that gap: it turns natural-language requirements, business workflows, rough drafts, or existing skill packages into a structured SKILL.md, optional references/ and scripts/, and release-ready materials. It keeps the trigger boundary, execution flow, and delivery contract checkable instead of leaving them as vague advice.

How It Works

The workflow starts with mode routing before generation or refactoring:
- Onboarding: for fuzzy requests, it runs a six-step intake, keeps each round short, and produces a minimal L1 or L2 package.
- Standard creation and optimization: it diagnoses requirements, designs structure, edits the skill body, validates the result, and packages the final deliverable. For existing packages, it reads current files first, lists defects, then changes and re-verifies.
- Quality gates: it checks YAML front matter, description boundaries, local references, name and version consistency, temporary files, and zip layout, with optional checks via validate-skill.py, score-skill.py, and pack-skill.py.
- Depth control: when PRDs, case libraries, or research notes are provided, it expects source mapping, playbooks, phrasebooks, or example assets, and separates structural compliance from professional completeness.

Boundary

Use it when converting SOPs, methodologies, prompt patterns, or team standards into distributable skills, or before listing review. It is not needed for one-off prompt rewrites, ordinary writing, or tasks without reuse intent. Unknown or high-risk skills should be audited first rather than generated into a runnable package.

Use Cases

  • Creating a first skill with fuzzy requirements, using guided intake to collect goals, triggers, and boundaries before generating a minimal package.
  • Refining an existing SKILL.md with unstable triggering by reviewing description, adding usage boundaries and negative examples, then running static checks.
  • Turning SOPs, PRDs, and case assets into distributable skill packages by building source maps, playbooks, and PRD implementation audits.
  • Pre-release review of YAML, local references, version consistency, temporary files, and zip structure before packaging and reporting validation results.

Best For

  • A product manager creating their first Agent skill who needs to turn requirements into goals, trigger phrases, boundaries, and a minimal package.
  • An engineering owner maintaining agent skills who needs to audit SKILL.md, fix YAML, complete local references, and package the result.
  • A team lead publishing internal SOPs to SkillHub who needs structural checks, scoring materials, and listing documentation.
  • A product or consulting advisor with PRDs, case libraries, or interview notes who needs to convert source assets into source maps, playbooks, and test prompts.