AI Agent Hub
Back to skills
🤖

Skill Creator Pro

AI Agent Updated 2026.08.30

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

Please follow https://skillhub.cn/install/skillhub.md to install @user_0210c829/qclaw-skill-creator-pro.

About this skill

Problem

When an agent repeatedly handles a task, ad hoc prompts are hard to reuse and can blur the line between skills, prompts, and MCP. Skill Creator focuses on turning domain workflows, scripts, reference docs, and output assets into maintainable SKILL.md packages.

How It Works

  • Research before drafting: collect best practices, anti-patterns, and user examples to avoid speculative design.
  • Define reusable content: move repeated code into scripts/, store schemas and examples in references/, and keep templates, fonts, or images in assets/.
  • Follow the workflow: initialize the skill directory, edit SKILL.md, test scripts, package, and iterate from real usage.
  • Control context: use progressive disclosure, keep SKILL.md focused on core workflow, and put details in reference files with shallow links.

Boundaries

It fits process-heavy, knowledge-rich, reusable agent capabilities, not one-off instructions or pure tool integration. Prefer MCP when the need is external interfaces. Avoid manual directory creation and avoid writing into bundled skill paths to prevent loss or path errors.

Use Cases

  • Organize repeated PDF rotation scripts, schema notes, and templates into a reusable skill package.
  • Design a reporting agent skill and split references and scripts into separate directories.
  • Validate initialization paths and templates to avoid losing user skills in bundled directories.
  • Draft SKILL.md from real examples and move details into reference files to control context.

Best For

  • AI engineers who need to turn repeated scripts into reusable skill packages.
  • AI platform engineers who maintain agent skill directories and documentation standards.
  • Solutions leads who want to split domain SOPs into references and assets.
  • Independent developers who need to initialize and package reusable skills.