skill-creator

Scaffold SKILL.md files and run trigger evaluations for GLM Code skills.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/jitenkr2030/QR-Based-Guard-Attendance-Patrol-Proof-System --skill skill-creator-jitenkr2030
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jitenkr2030/QR-Based-Guard-Attendance-Patrol-Proof-System/tree/main/skills/skill-creator
Command: npx skills add https://github.com/jitenkr2030/QR-Based-Guard-Attendance-Patrol-Proof-System --skill skill-creator-jitenkr2030

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the end-to-end process of creating, validating, and iterating GLM Code skills. It reduces manual drafting overhead, standardizes frontmatter, and provides a repeatable loop for testing and improving skill performance.

Core Features & Use Cases

  • Draft scaffolding: Generates and validates SKILL.md structure, ensuring required fields are present.
  • Evaluation loop: Orchestrates trigger evaluations, result collection, and history tracking to drive improvement.
  • Iterative refinement: Uses evaluation outcomes to guide description optimization and skill content enhancements.
  • Packaging readiness: Validates skills and enables packaging into distributable formats for distribution.

Quick Start

Create a new skill by adding SKILL.md with a name and description, then run the Skill Creator workflow to draft, evaluate, and iterate the skill until it reaches stable performance.

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 validate a GLM Code skill from scratch?

To create a GLM Code skill, you scaffold a SKILL.md file with a name and description, then run an automated workflow to validate the required frontmatter structure and standardize the drafting process.

What is the best way to improve skill triggering accuracy during prompt engineering?

The best way to improve skill triggering accuracy is to run an evaluation loop that collects trigger evaluation outcomes and uses those results to guide automated description optimization and content refinement.

How does iterative refinement work when testing skill performance?

Iterative refinement works by orchestrating trigger evaluations, logging historical results, and applying those outcomes to enhance skill content and descriptions until stable performance is achieved.

Do I need yaml to run skill creation and evaluation workflows?

Yes, you need yaml configured in your environment, as the skill creation workflow depends on it to validate frontmatter and orchestrate scaffolding, evaluation, and packaging utilities.

How do I package a validated skill for distribution and deployment?

You package a validated skill by running built-in validation utilities to confirm readiness, which then prepares the skill content into a distributable format for deployment.

Why does my skill description fail to trigger correctly in evaluations?

A skill description fails to trigger correctly when it lacks optimization, which you can resolve by iterating through the evaluation loop and applying the automated description optimization based on logged results.