pi-config
Structured planning, execution, and review workflows for coding
All Skills in This Repository (14)
Pure Emerald Level Indicatorscommit
Generate Git commits following the Conventional Commits specification.
brainstorm
Guide software development through investigation, design, planning, and agent execution phases.
session-reader
Parse and analyze pi agent session JSONL files with structured summaries.
review-rubric
Evaluate code changes against structured review standards with priority levels.
skill-creator
Guide creation of agent skills with SKILL.md and supporting files.
add-mcp-server
Add and configure MCP servers for the pi agent.
github
Manage GitHub issues, pull requests, and CI/CD runs via the gh CLI.
tmux
Send keystrokes and scrape pane output from tmux sessions.
presentation-creator
Generate interactive React and Vite presentation slides with Recharts and Sentry design.
frontend-design
Generate distinctive frontend interfaces with HTML, CSS, JS, React, or Vue.
cmux
Manage terminal sessions and processes with cmux.
visual-tester
Visually test web UIs via Chrome CDP for layout, interaction, and responsive issues.
Frequently Asked Questions
FAQPage SchemaHow to install pi-config?โผ
Run `npx skills add HazAT/pi-config --all -g -y` in your terminal to install all skills in this suite globally.
How does the plan-execute-review workflow work?โผ
You run four commands in order: /plan investigates and records an approach, /todos breaks it into tasks, /execute implements each task with verified commits, and /review checks the result with independent reviewers.
Does pi-config verify code before committing?โผ
Yes. Every worker must run tests or checks, create one focused conventional commit, and prove the result with command output before reporting done.
Can I create my own skills with this setup?โผ
Yes. The included skill-creator skill walks you through naming, writing, validating, and registering a new SKILL.md following the open Agent Skills specification.
Which coding agents work with pi-config?โผ
It is built for the Pi coding agent, but the skills follow the universal SKILL.md standard and also work in Claude Code and other compatible agents.
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