skill-creator

Solid

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

DevOps & Infrastructure 6 stars 1 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Creator A skill for creating new skills and iteratively improving them. > **Standalone vs. full install:** The core workflow — Capture Intent, Write SKILL.md, > draft Test Cases, and iterate — works fully in this repo. The eval runner, benchmarking, > and description-optimization loop require supporting files (`eval-viewer/`, `scripts/`, > `agents/`, `assets/`, `references/`) that ship with the > [claude-mem](https://github.com/thedotmack/claude-mem) plugin's skill-creator. If > `claude-mem` is installed, those sections work automatically. If it is not, skip the > sections marked with script invocations and use the manual inline-review approach > described in the Claude.ai-specific instructions below. At a high level, the process of creating a skill goes like this: - Decide what you want the skill to do and roughly how it should do it - Write a draft of the skill - Create a few test prompts and run claude-with-access-to-the-skill on them - Help the user evaluate the results both qualitatively and quantitatively - While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you can either use as is or modify if you feel something needs to change about them). Then explain them to the user (or if they already existed, explain the ones that already exist) - Use the `eval-viewer/generate_review.py` script to show the user the results for them to look at, and also let them look at the quantitative metrics - Rewrite t...

Details

Author
anmolnagpal
Repository
anmolnagpal/devops-skills
Created
2 months ago
Last Updated
5 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Listed

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Also use when checking whether a skill is safe to share or publish ("can I share this skill?", "check it for leaks"), or when making a repo-coupled skill portable — declaring its workspace values as plugin userConfig so it can ship publicly ("parameterise this skill", "make this skill shareable", "decouple it from this repo").

2 Updated yesterday
petermcalister
AI & Automation Listed

skill-creator-plus

Create, test, evaluate, and iteratively improve Claude skills. Use when users say "create a skill", "make a skill for", "write a SKILL.md", "turn this into a skill", "run evals", "test my skill", "benchmark my skill", "optimize my skill description", "improve triggering", "blind comparison", "A/B test my skill", or want to package a skill for distribution. Also triggers on "skill-creator", editing an existing skill, or reviewing skill quality.

3 Updated 1 weeks ago
yaniv-golan
AI & Automation Solid

skill-creator-pro

Create new skills, modify and improve existing skills, and measure skill performance for Claude Code. Use when users want to create a skill from scratch, edit or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Also trigger on "make a skill", "skill for X", "improve my skill", "turn this into a skill", or capturing a workflow as a reusable skill.

48 Updated 1 weeks ago
LeeJuOh