skill-creator

Create AI skills with structured evaluation and benchmarking workflows for GLM Code.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/felipesantiago-coder/fluxo-quadra --skill skill-creator-felipesantiago-coder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/felipesantiago-coder/fluxo-quadra/tree/main/skills/skill-creator
Command: npx skills add https://github.com/felipesantiago-coder/fluxo-quadra --skill skill-creator-felipesantiago-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating effective AI skills requires more than just writing prompts—it demands systematic testing, measurement, and iterative refinement to ensure reliable performance across diverse user queries. This skill eliminates the guesswork by providing a complete workflow for skill development, evaluation, and optimization.

Core Features & Use Cases

  • End-to-End Skill Creation: Guides you from capturing user intent to packaging a distributable .skill file, including draft writing, test case generation, and iterative improvement.
  • Evaluation Harness: Spawns parallel test runs with and without the skill, grades outputs against assertions, and aggregates results into benchmark statistics with variance analysis.
  • Description Optimization: Runs an automated loop that tests trigger accuracy across realistic queries and iteratively improves the skill's description for better GLM invocation.
  • Use Case: A developer building a PDF processing skill can use this to draft the skill, create eval cases for invoice extraction, run benchmarks comparing with/without the skill, and optimize the description so it triggers correctly when users mention "invoices" or "PDF forms".

Quick Start

Use the skill-creator skill to build a new skill by telling it what you want the skill to do, then let it guide you through drafting test cases, running evaluations, and iterating on improvements.

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 systematically?

Creating and testing AI skills systematically involves generating test cases, running parallel evaluations with and without the skill, and aggregating benchmark statistics to iteratively refine prompt behavior.

What is automated prompt evaluation and benchmarking?

Automated prompt evaluation and benchmarking is the process of spawning parallel test runs, grading outputs against assertions, and aggregating results into statistics with variance analysis to measure skill performance.

How do I optimize AI skill descriptions for better trigger accuracy?

Optimizing AI skill descriptions for trigger accuracy requires running an automated loop that tests realistic queries and iteratively improves the description for correct invocation on platforms like GLM Code.

Do I need pyyaml to run skill evaluation workflows?

Yes, pyyaml is a required dependency to run these skill evaluation workflows, as the harness relies on it to parse configurations and manage the structured test cases.

Can I benchmark prompt performance across multiple configurations?

Yes, you can benchmark prompt performance across multiple configurations by spawning parallel test runs that grade outputs against assertions and aggregate results into benchmark statistics with variance analysis.

What is the best way to package a distributable AI skill?

The best way to package a distributable AI skill is to follow a structured workflow that captures user intent, drafts the skill, generates test cases, runs evaluations, and packages the output into a .skill file.