Agent skill
slipstream-aliases
Suggested shell aliases based on usage patterns
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/slipstream-aliases
SKILL.md
Detected Patterns
- (Repeated command sequences will be noted here)
Suggested Aliases
- (Alias suggestions will be added as patterns emerge)
Example
When a pattern like git add -A && git commit -m "..." && git push is detected,
the learner will suggest:
zsh
alias gcp='git add -A && git commit -m "$1" && git push'
Didn't find tool you were looking for?