skill-creator

Coordinate GLM Code skill lifecycle from SKILL.md drafting to trigger evaluation.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill skill-creator-prathviraj-jadhav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Prathviraj-jadhav/nexgen-elit-website/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill skill-creator-prathviraj-jadhav

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill unit provides a formal workflow for creating, testing, and iterating skills so teams can reliably transform ideas into robust, triggerable capabilities within GLM Code. It centralizes the lifecycle from initial concept through quantitative evaluation to final description optimization, reducing time-to-market and increasing predictability of triggering across a wide range of prompts.

Core Features & Use Cases

  • End-to-end skill lifecycle management: draft SKILL.md, define frontmatter, implement the body, and manage iterative improvements.
  • Automated evaluation and benchmarking: configure evals, run parallel prompts, compare against baselines, and generate interpretable metrics.
  • Trigger optimization: use integrated tools to refine the skill description and context so triggering is accurate and robust.
  • Collaboration-ready artifacts: bundle optional resources (scripts, references, assets) and track iterations for auditing and reuse.

Quick Start

Draft the skill intent, write SKILL.md frontmatter and body, and run the evaluation-improvement loop to refine triggering accuracy.

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 refine a skill for GLM Code?

To create and refine a skill for GLM Code, you define intents, assemble the SKILL.md frontmatter and body, then run trigger evaluations with multiple prompts to iterate until triggering is reliable.

What is an evaluation loop for skill triggering accuracy?

An evaluation loop for skill triggering accuracy is an iterative process that runs parallel prompts, compares results against baselines, and generates interpretable metrics to refine the skill description.

How do I benchmark skill descriptions against diverse prompts?

You benchmark skill descriptions against diverse prompts by configuring automated evaluations, running parallel prompt tests, comparing baseline metrics, and refining the implementation for accurate triggering.

Can I use pyyaml to manage SKILL.md frontmatter during skill creation?

Yes, pyyaml is the required dependency for managing the skill creation workflow, supporting the configuration and parsing of frontmatter data needed to assemble the SKILL.md file.

What is the best way to optimize skill triggering across diverse inputs?

The best way to optimize skill triggering across diverse inputs is to use integrated tools to refine the skill description and context, running iterative evaluations until triggering is robust and accurate.

Why does my skill fail to trigger reliably across different user prompts?

Your skill fails to trigger reliably because the description and context lack optimization; you must run an evaluation-improvement loop comparing baselines to refine triggering accuracy.