agent-commands
Personal toolkit of skills and extensions for the Pi coding agent
All Skills in This Repository (8)
Pure Emerald Level Indicatorscommit
Creates git commits with concise Conventional Commits-style subjects and optional bodies.
uv
Run Python scripts and manage dependencies with uv instead of pip and venv.
github
Interact with GitHub issues, pull requests, CI runs, and APIs using the gh CLI.
update-changelog
Updates repository changelogs with notable commits since the last git tag.
frontend-design
Design and implement distinctive frontend interfaces with intentional typography, color, and layout systems.
tmux
Automate interactive CLIs by sending keystrokes and capturing tmux pane output.
sentry
Fetch and analyze Sentry issues and search logs via the Sentry API.
web-browser
Control Chrome via DevTools Protocol to navigate, click, fill forms, and evaluate JavaScript.
Frequently Asked Questions
FAQPage SchemaHow to install agent-commands?▼
Run `npx skills add mitsuhiko/agent-commands --all -g -y` in your terminal to install all skills in this suite globally.
What does agent-commands do?▼
It is a personal collection of skills, extensions, and prompt commands for the Pi coding agent, covering git commits, GitHub CLI tasks, Sentry debugging, tmux automation, web browsing, and more.
Can I use these skills outside the Pi agent?▼
The skills follow the standard SKILL.md format with helper scripts, so most can be adapted to other agents, but they are tuned for the author's Pi setup and may need path or credential adjustments.
Does agent-commands include developer debugging tools?▼
Yes. It ships skills for Sentry issue analysis, Ghidra binary reverse engineering, tmux session control, and Chrome DevTools browser automation.
Do I need coding experience to use agent-commands?▼
Basic terminal familiarity helps, since many skills run shell or Node scripts, but your AI agent executes the commands based on plain-English requests once installed.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core