plugins/kronen/skills/command-creator/SKILL.md
Create, modify, or debug Claude Code slash commands with correct frontmatter, dynamic arguments, file references, and bash execution. Use when adding commands to any plugin, fixing broken or invisible commands, configuring argument-hint or positional arguments, namespacing commands with subdirectory prefixes, or building multi-step command workflows.
npx skillsauth add hjemmesidekongen/ai command-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 slash commands for any plugin in this workspace.
| Scope | Directory | Invocation |
|-------|-----------|------------|
| Project | .claude/commands/ | /command-name |
| Personal | ~/.claude/commands/ | /command-name |
| Plugin | plugins/<name>/commands/ | /plugin:command-name |
| Concept | Summary |
|---------|---------|
| Frontmatter | YAML block with description, allowed-tools, model, argument-hint |
| Dynamic args | $ARGUMENTS (all), $1/$2/$3 (positional) |
| File refs | @filename injects file contents via Read tool |
| Bash execution | `! command` runs shell and injects output |
| Namespacing | Subdirectories become prefixes: dev/lint.md = /dev:lint |
See references/process.md for the full specification: frontmatter fields, argument
patterns, file references, bash execution, plugin registration, testing, and checklist.
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.