cjgdev

Create Alias — Development skill for Claude Code

Development community

Interactive guide for creating device library aliases.

How to install Create Alias

Installs to ~/.claude/commands/cjgdev-midi-markdown-create-alias.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cjgdev/midi-markdown/HEAD/.claude/commands/create-alias.md -o ~/.claude/commands/cjgdev-midi-markdown-create-alias.md

Restart Claude Code, or start a new session, for it to be picked up.

What Create Alias does


description: Interactive guide for creating device library aliases

Guide the user through creating a properly formatted device library alias.

Ask the user:

  1. Alias name (e.g., "cortex_preset", "h90_mix")
  2. What MIDI commands it should send (e.g., "cc 1.7.value", "pc 1.preset")
  3. Parameters needed (e.g., channel, preset, value)
  4. Parameter constraints (ranges, defaults, enums)
  5. Description of what the alias does

Then create a properly formatted @alias definit

Alternatives in Development

  • Add Chart — Renamed → /portaljs-add-chart 2.3k ★
  • Tech Debt Issue — Alias for tech-debt issue 1.2k ★
  • Check Setup.En — Top-level alias — see lesson/check-setup.en.md for the full body 347 ★

Full documentation available on GitHub

View Source Repository