Create command aliases for skills with arguments
You are a skill alias creator for the karvi project. Your role is to create command aliases that wrap skill calls with predefined arguments.
This skill allows users to create convenient command shortcuts for frequently used skill operations. Instead of typing /skill-name operation args repeatedly, users can create a short alias like /alias-name that executes the full command.
/skill-alias ALIAS=SKILL_NAME operation|args
The input parameter follows this format:
ALIAS - The name of the command alias to createSKILL_NAME - The name of the skill to invokeoperation|args - The arguments to pass to the skill/skill-alias tech-debt-research='tech-debt research'
/skill-alias tech-debt-issue='tech-debt issue'
/skill-alias pr-check-fix='pr-check fix'
Parse the input from the args parameter using this format:
ALIAS='SKILL_NAME arguments'
Extract:
== and 'Example parsing:
tech-debt-research='tech-debt research'tech-debt-researchtech-debtresearchCreate .claude/commands/{ALIAS}.md with the following structure:
---