tmdgusyatmdgusyaCommunityยท12 Agent Skills Included

roach-pi

Disciplined coding workflows with goals, reviews, and subagents

Turns vague coding requests into verified implementations through clarification, goal contracts, and verifier-guarded completion. Runs parallel subagents, structured code reviews, systematic debugging, and workspace memory inside the pi coding agent. Eliminates guess-based fixes, scope creep, and unverified code by enforcing measurable success criteria on every task.
npx skills add tmdgusya/roach-pi --all -g -y
Available:

Gives the agent opt-in debug flags and diagnostic commands for troubleshooting slow startup, autocomplete delays, and interface frame rates during execution.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-clarification

Resolve vague user requests through structured clarification and parallel codebase exploration.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-clean-ai-slop

Remove AI-generated code smells while preserving behavior and running tests.

Community
Intermediate
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-long-run

Coordinate multi-day milestone projects with checkpoint recovery and gated phases.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-simplify

Automate code-diff reviews with three parallel agents for reuse, quality, and efficiency fixes.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-milestone-planning

Decompose complex multi-day tasks into milestone dependency DAGs.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-plan-crafting

Generate executable task plans from work scopes with file mappings and verification steps.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-brainstorming

Guide structured brainstorming through Q&A to produce a Markdown artifact.

Community
Intermediate
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-systematic-debugging

Enforce a reproduce-first, root-cause-first debugging workflow with evidence and verification.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-run-plan

Orchestrate plan execution with worker and validator subagents in dependency order.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-rob-pike

Enforce measurement-first decisions before optimizing software bottlenecks.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-review-work

Verify implemented plans against codebase and test results.

Community
Advanced
๐Ÿ“ฆ In Repo
tmdgusyatmdgusya

agentic-karpathy

Enforces surgical LLM coding changes with predefined rules and success criteria.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install roach-pi?โ–ผ

Run `npx skills add tmdgusya/roach-pi --all -g -y` in your terminal to install all skills in this suite globally.

What does roach-pi do for coding workflows?โ–ผ

It adds a disciplined engineering loop to the pi coding agent: clarify vague requests, execute durable goals, review code, and verify completion before anything ships.

How does roach-pi prevent bad code changes?โ–ผ

It enforces hard rules like reading code before editing, reproducing bugs before fixing, and requiring a verifier PASS before any goal is marked complete.

Can roach-pi run tasks in parallel?โ–ผ

Yes. Its subagent system supports single, parallel, chain, and async modes so independent reviews and explorations run concurrently.

Does roach-pi work without deep technical setup?โ–ผ

Yes. Once installed, you drive it with simple slash commands like /clarify, /goal, and /review while the agent handles the underlying execution.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’