返回 Skill 列表
extension
分类: 开发与工程无需 API Key

slipstream-aliases

基于使用模式建议的shell别名

person作者: jakexiaohubgithub

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:

alias gcp='git add -A && git commit -m "$1" && git push'