skill-creator

Creates reviewable reusable Agent Skill drafts from natural-language descriptions.

64|15|Updated Aug 14, 2026
One-click install
npx skills add https://github.com/openJiuwen-ai/sciencediscovery --skill skill-creator-openjiuwen-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/openJiuwen-ai/sciencediscovery/tree/main/skills/skill-creator
Command: npx skills add https://github.com/openJiuwen-ai/sciencediscovery --skill skill-creator-openjiuwen-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a user's natural-language request into a well-structured, reusable Agent Skill requires consistent naming, clear descriptions, and disciplined instruction writing. This Skill standardizes that process and produces a reviewable draft instead of silently installing changes. ## Core Features & Use Cases - Guided Skill authoring: Translates an explicit user request into a stable kebab-case name, a discriminating description, and focused Markdown instructions. - Draft-based review workflow: Calls create_skill to produce a pending draft that stays inactive until the user confirms it in the conversation or Settings > Skills. - Version discipline: Reuses the same Skill name across revisions, tracking variants through metadata.version and the draft history rather than renaming. - Use Case: A user says "create a Skill that formats my weekly lab notes into a summary report." The Skill produces one draft with a stable name, concise instructions, and directs the user to review and confirm it. ## Quick Start Ask the Agent to create a Skill from your description, for example: create a Skill that converts my meeting notes into action items.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a reusable Agent Skill from a description?▼

Describe the Skill you want in natural language and explicitly ask the Agent to create it. The Skill creator translates your description into a name, description, and instructions, then submits one draft via create_skill for your review.

How do I revise or version an existing Skill?▼

Ask for a revision of the same Skill and keep the exact same name. Version labels like v2 or lite go into metadata.version, the description, or the instructions, and each new draft is compared against the previous proposal in its version history.

When should I not use the skill-creator Skill?▼

Do not use it merely because a workflow seems reusable; it acts only on an explicit user request to create or install a Skill. It also cannot modify built-in Skills, which are read-only.

Why is my new Skill not active after creation?▼

Created Skills are inactive drafts by design. The draft stays pending until you explicitly confirm it through the review action in the conversation or in Settings > Skills.

Can a Skill include scripts or reference files?▼

Yes, optional UTF-8 resources can be added under references/, scripts/, or assets/ when they serve a concrete reusable purpose. Packaged scripts are retained as read-only resources and are not automatically installed or executed.