skill-creator

Automate drafting, testing, and iterative improvement of AI skills and SKILL.md descriptions.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Jaykaijack/openclaw-backup --skill skill-creator-jaykaijack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Jaykaijack/openclaw-backup/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Jaykaijack/openclaw-backup --skill skill-creator-jaykaijack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes friction from building, testing, and iteratively improving AI skills by giving a repeatable, end-to-end workflow for drafting SKILL.md, creating test prompts, running comparative evals, and turning reviewer feedback into concrete revisions.

Core Features & Use Cases

  • Authoring workflow: Guided prompts and structure for drafting SKILL.md, capturing intent, and defining triggers and output formats.
  • Evaluation & benchmarking: Orchestrates with-skill and baseline runs, captures timing/tokens, grades assertions, aggregates benchmark metrics, and surfaces variance and regressions.
  • Iteration & packaging: Helps rewrite skills based on feedback, optimize descriptions for triggering accuracy, and package skills for distribution.
  • Use Case: An engineer wants to create a new file-processing skill: draft the spec, generate 3 test prompts, run parallel with/without-skill evals, review outputs, and iterate until passing benchmarks.

Quick Start

Draft a SKILL.md with name and description, add 2–3 representative test prompts, and run the evaluation loop to compare outputs with and without the skill.

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 with automated benchmarking?

To create and test AI skills, you can automate drafting SKILL.md files, generate test prompts, and run with-skill versus baseline evaluations to capture timing, tokens, and aggregate benchmark metrics.

What is the workflow for iteratively improving AI skill descriptions?

The workflow for iteratively improving AI skill descriptions involves running comparative evals, capturing reviewer feedback, and applying guided prompts to rewrite skills and optimize triggering accuracy.

Can I run comparative evaluations for prompt engineering locally?

Yes, you can run comparative evaluations for prompt engineering locally by using runnable Python utilities to orchestrate baseline runs, capture timing and token data, and output grader-compatible JSON.

Does test automation for skill creation require external dependencies?

Test automation for skill creation relies on local Python utilities for scripts and viewers, operating without external dependencies to package hooks and aggregate benchmark metrics across iterations.

How do I package AI skills for distribution after benchmarking?

To package AI skills for distribution after benchmarking, you use the iteration workflow to apply reviewer feedback, optimize descriptions for triggering accuracy, and finalize the skill metadata.

What is the best way to evaluate regressions in AI skill metadata?

The best way to evaluate regressions in AI skill metadata is to run parallel with-skill and baseline tests, grade assertions, and surface variance and regressions through aggregated benchmark metrics.