skills/skill-creator/SKILL.md
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.
npx skillsauth add chatandbuild/skills-repo skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to create new agent skills, revise existing skills, evaluate whether a skill improves outcomes, benchmark skill performance, and optimize frontmatter descriptions for better trigger accuracy.
The full upstream Anthropic instructions are preserved in references/upstream-skill-creator.md. Load that file when you need the complete detailed workflow. Keep this SKILL.md as the quick dispatcher so the repo validation limit is respected.
SKILL.md, clear frontmatter, and progressive disclosure through references/, scripts/, or assets/ when needed.If the user wants to work informally without evals, skip the benchmark loop and help draft or revise the skill directly.
SKILL.md focused on operational instructions the agent needs at trigger time.For the complete upstream writing guide, evaluation loop, benchmark schema, description optimization process, Claude.ai adaptations, and cowork-specific instructions, read references/upstream-skill-creator.md.
agents/grader.md - rubric-based grading guidance for eval outputs.agents/analyzer.md - benchmark analysis guidance.agents/comparator.md - blind comparison guidance.assets/eval_review.html - HTML template for reviewing trigger eval queries.eval-viewer/ - viewer for qualitative output review and benchmark summaries.references/schemas.md - expected eval, grading, benchmark, and feedback schemas.scripts/aggregate_benchmark.py - aggregate graded runs into benchmark outputs.scripts/generate_report.py - generate reports from evaluation data.scripts/improve_description.py and scripts/run_loop.py - trigger-description optimization workflow.scripts/package_skill.py - package a completed skill when packaging is supported.scripts/quick_validate.py and scripts/run_eval.py - validation and eval helpers.When running skill evals:
eval-viewer/generate_review.py for review instead of writing a custom viewer.For exact commands, directory structures, JSON formats, and viewer behavior, load references/upstream-skill-creator.md and references/schemas.md.
tools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
development
Use this skill when turning messy workout information into clear logs, comparing user-provided sessions, surfacing trends or likely PRs, and suggesting realistic next-session steps.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.