← ClaudeAtlas

skill-creatorlisted

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.
anmolnagpal/devops-skills · ★ 7 · DevOps & Infrastructure · score 78
Install: claude install-skill anmolnagpal/devops-skills
# 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