# Shell Aliases

> Suggest useful shell aliases and explain where to put them. Use when the user wants to streamline their command line.

- Skill: `rtwsvj/shell-aliases` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rtwsvj/shell-aliases`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rtwsvj/shell-aliases/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rtwsvj (https://skillmd.com/u/rtwsvj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rtwsvj/shell-aliases

---


# Shell Aliases

Add aliases like these to your `~/.zshrc`, then open a new shell:

```sh
alias gs="git status"
alias gl="git log --oneline"
alias ll="ls -la"
```

This skill only suggests aliases for you to add yourself; it never modifies your
startup files or agent configuration on its own.

