skill-creator

Create and improve AI skills from draft to validated release.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/GenEducation/GenedUIProject --skill skill-creator-geneducation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GenEducation/GenedUIProject/tree/main/.gemini/skills/skill-creator
Command: npx skills add https://github.com/GenEducation/GenedUIProject --skill skill-creator-geneducation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you turn a rough idea into a reliable, well-triggering skill by guiding the full lifecycle: drafting, testing, evaluating, and improving.

Core Features & Use Cases

  • Create new skills: Define a clear purpose, trigger conditions, and a practical operating workflow.
  • Test and benchmark skills: Run eval prompts, compare skill-assisted results against baselines, and review quantitative pass rates and timing.
  • Iterate on quality: Refine instructions, tighten description wording, and improve trigger accuracy based on observed failures.
  • Package and share: Validate the skill structure and bundle it into a distributable skill file.

Quick Start

Use skill-creator to help me design, test, and improve a new skill for my workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and test AI skills from an initial draft?

To create and test AI skills, you draft the SKILL.md file, run evaluation prompts, compare outputs against baselines, and refine trigger descriptions based on pass rates. This lifecycle takes a rough idea and validates it into a distributable skill package.

What is the best way to benchmark and evaluate AI skills?

The best way to benchmark AI skills is to run evaluation prompts, compare skill-assisted results against baselines, and review quantitative pass rates and timing. This quantifies quality improvements during trigger optimization and instruction refinement.

How do I package and validate AI skills for distribution?

Packaging and validating AI skills requires checking the skill structure, enforcing frontmatter validation, and bundling components like scripts and references into a distributable file. This ensures the skill triggers correctly before release.

Does skill-creator require pyyaml to validate frontmatter?

Yes, skill-creator requires the pyyaml dependency to parse and enforce frontmatter validation during skill creation. This ensures your SKILL.md metadata meets structural requirements before benchmarking and packaging.

Why are my AI skill triggers not activating correctly?

AI skill triggers fail to activate when description wording is too loose or exceeds description limits. You can fix this by iterating on trigger accuracy, tightening the description, and running benchmarks to validate improvements.

Can I use skill-creator to refine existing skills instead of writing new ones?

Yes, you can use skill-creator to refine existing skills by editing instructions, running evals, and comparing outputs. It coordinates SKILL.md authoring and benchmark generation for both new drafts and existing skill improvements.