What's wrong with this entry?
Anonymous. No account, no email.
What: New specialized agent that converts your shell PS1 prompt to Claude Code statusLine Why: Makes it easy to replicate your familiar shell prompt in Claude Code without manual configuration How to use:
# Ask Claude to set up your statusLine
"Use the statusline-setup agent to convert my PS1 to a statusLine"
# Or use it directly
/task statusline-setup "Convert my shell prompt"
Details:
- Automatically reads ~/.zshrc, ~/.bashrc, ~/.bash_profile, or ~/.profile
- Converts PS1 escape sequences (\\u → $(whoami), \\w → $(pwd), etc.)
- Preserves your ANSI color codes
- Updates settings.json automatically
- Removes trailing $ or > characters from output