From qe-framework
Registers and manages aliases for folders, paths, and commands. Allows quick reference to long paths or complex commands using short names. Use when the user requests 'alias' or 'shortcut'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qe-framework:QaliasThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skill for registering and managing aliases for folders, paths, and commands.
A skill for registering and managing aliases for folders, paths, and commands.
Saved to .qe/aliases.md and referenced by all skills and agents.
.qe/aliases.md
# QE Aliases
## Folder Aliases
| Alias | Actual Path | Description |
|-------|-------------|-------------|
| analysis-folder | .qe/analysis/ | Project analysis results |
| tasks | .qe/tasks/pending/ | Pending work items |
| archive | .qe/.archive/ | Completed work storage |
| source | src/ | Source code root |
## Command Aliases
| Alias | Actual Command | Description |
|-------|----------------|-------------|
| spec | /Qgenerate-spec | Generate task spec |
| run | /Qrun-task | Execute task |
| refresh | /Qrefresh | Refresh analysis |
Register when the user makes a natural language request:
Register flexibly as the user describes, without strict formatting requirements.
/Qalias — Display the full alias list/Qalias <search-term> — Search for a specific aliasAll skills and agents resolve registered aliases to their actual paths/commands when encountered in user commands.
.qe/analysis//Qgenerate-spec.qe/aliases.mdnpx claudepluginhub inho-team/qe-framework --plugin qe-frameworkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.