Shell Alias Manager
Create and organize shell aliases and functions for maximum terminal productivity.
Usage
Describe the commands you use frequently and this skill will create optimized aliases.
Examples
- "Create aliases for common git workflows like commit, push, and rebase"
- "Build a set of Docker management aliases"
- "Organize my aliases into a maintainable dotfile structure"
Guidelines
- Use short, memorable names that don't conflict with existing commands
- Prefer functions over aliases for anything requiring arguments
- Group aliases by domain in separate files
- Add comments explaining non-obvious aliases
- Test aliases don't shadow important system commands