Personal configs and scripts for coding agents.
skills/— Agent skills, each inskills/<name>/SKILL.md.claude/statusline-command.sh— Claude Code status line. Renders host, cwd, git branch/status, session name, model, context usage, and rate limits.
skillctl add saadjs/agent-stuff --tool agents --scope global
skillctl add saadjs/agent-stuff --tool codex --scope global
skillctl add saadjs/agent-stuff --tool claude --scope projectCopy the script somewhere stable and point settings.json at it:
{
"statusLine": {
"type": "command",
"command": "zsh /path/to/statusline-command.sh"
}
}Requires jq on PATH.