plugins/kronen/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, optimize a skill's description for better triggering accuracy, or run a TDD baseline eval before writing a skill to target real behavior violations.
npx skillsauth add hjemmesidekongen/ai 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.
Creates and validates Claude Code skills for any plugin in this workspace.
| File | Purpose | Required |
|------|---------|----------|
| SKILL.md | Frontmatter + brief body (≤80 lines) | Yes |
| references/process.md | Full specification, tables, examples | When body overflows |
| references/*.md | Additional reference material | No |
| scripts/ | Automation scripts for the skill | No |
| assets/ | Templates, schemas, static resources | No |
Keep SKILL.md short. Overflow goes to references/process.md.
Run evals after creating a skill: trigger eval, task eval, benchmark (A/B), description
optimization. Scripts: scripts/run_eval.py, scripts/aggregate_benchmark.py,
scripts/improve_description.py. Eval agents: agents/grader.md, comparator.md,
analyzer.md. Full eval pipeline and schemas: references/process.md.
Quality scored on 8 dimensions (120 points). Most important: knowledge delta. Full framework: references/quality-dimensions.md. Progressive disclosure: references/progressive-disclosure.md.
development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.