skill-creator

Automate GLM Code skill creation, evaluation, and iteration with SKILL.md.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Mohabsmar/VoiceDev-2.0 --skill skill-creator-mohabsmar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Mohabsmar/VoiceDev-2.0/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Mohabsmar/VoiceDev-2.0 --skill skill-creator-mohabsmar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) components.

What problem does it solve?

The Skill Creator helps teams design, test, and iterate GLM Code skills efficiently, turning vague ideas into concrete, validated skills that can be deployed and improved over time.

Core Features & Use Cases

  • Automates capturing intents, writing SKILL.md frontmatter, and scaffolding examples
  • Manages evaluation loops, benchmarks, and iteration histories to improve trigger accuracy
  • Supports end-to-end skill development from draft to production-ready description and scripts

Quick Start

Turn your idea into a SKILL.md-backed Skill by drafting the frontmatter and body, then run an initial evaluation to bootstrap iteration.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate creating and testing GLM skills?

Automate creating and testing GLM skills by drafting SKILL.md frontmatter, scaffolding examples, and running evaluation loops to iterate and optimize trigger accuracy across prompts.

What is the best way to manage skill iteration history and benchmarks?

Manage skill iteration history and benchmarks by using a structured workflow that tracks train/test splits and evaluation results, enabling structured experimentation to improve required triggering accuracy.

Do I need PyYAML to build and refine GLM skills?

Yes, PyYAML is required to build and refine GLM skills, as it processes the YAML frontmatter configurations needed for the SKILL.md files at the root of your skill directories.

How does the skill creation workflow handle scripts and references directories?

The skill creation workflow handles optional scripts, references, and assets directories by scaffolding them alongside a valid SKILL.md, capturing intents to structure the end-to-end development process.

What is needed to bootstrap a GLM skill evaluation?

To bootstrap a GLM skill evaluation, you need a valid SKILL.md with name and description at the root, which allows the built-in workflow to run initial evaluations and start the iteration process.