HazATHazATCommunityยท14 Agent Skills Included

pi-config

Structured planning, execution, and review workflows for coding

Runs a four-step coding workflow: interactive planning, todo breakdown, sequential worker execution, and independent multi-model code review. Eliminates vague prompts, unverified commits, and skipped reviews by enforcing evidence-based handovers between every stage. Includes skills for Git commits, GitHub operations, session analysis, frontend design, and building new skills or extensions.
npx skills add HazAT/pi-config --all -g -y
Available:

Defines the agent's core engineering principles and tells it how to run the plan, todos, execute, and review workflow using session-based Markdown handover files.

All Skills in This Repository (14)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’