Effulgent-Point/paw

Personal Agent Workflows — an AI SDLC starter kit with 18 agents, 7 skills, 4 hooks, 6 rules, and a CLI.

2Stars on the repository
28Mods indexed here, across every type
22d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

Effulgent-Point/paw

Agent

Produces a system architecture for a spec — components, boundaries, data flow, risks, alternatives. Use when a non-trivial change needs design before planning.

2 22d ago A 33 tokens original MIT

bug-auditor

02

Effulgent-Point/paw

Agent

Hunts latent bugs — race conditions, off-by-one, null deref, unbounded loops, integer overflow, encoding mismatches, time-of-check/time-of-use.

2 22d ago A 39 tokens original MIT

builder

03

Effulgent-Point/paw

Agent

Implements a task using TDD — writes the test first, then the code, then refactors. The only agent with full access.

2 22d ago A 30 tokens original MIT

code-reviewer

04

Effulgent-Point/paw

Agent

General code review on changed files. Flags correctness, edge cases, error handling, naming, and unclear intent. Severity levels — critical, warning, info.

2 22d ago A 35 tokens original MIT

devils-advocate

05

Effulgent-Point/paw

Agent

Adversarial review of a plan — finds gaps, optimistic assumptions, missing rollback paths, hand-waved steps, and hidden dependencies.

2 22d ago A 33 tokens original MIT

docs-writer

06

Effulgent-Point/paw

Agent

Updates documentation to match code changes — README, CHANGELOG, inline docs, migration guides, examples.

2 22d ago A 24 tokens original MIT

environment-checker

07

Effulgent-Point/paw

Agent

Validates that the development environment is correctly set up — dependencies, env vars, database, services, build tools.

2 22d ago A 27 tokens original MIT

fe-reviewer

08

Effulgent-Point/paw

Agent

Frontend-specific reviewer for React/Vue/Angular — accessibility, component structure, hooks, render performance, state management.

2 22d ago A 27 tokens original MIT

incident-commander

09

Effulgent-Point/paw

Agent

Triages production incidents. Stop the bleeding first, root-cause second, prevention third.

2 22d ago A 23 tokens original MIT

integration-tester

10

Effulgent-Point/paw

Agent

Runs integration and end-to-end tests. Validates that components work together, not just individually.

2 22d ago A 23 tokens original MIT

merge-resolver

11

Effulgent-Point/paw

Agent

Resolves git merge conflicts by understanding both sides' intent. Combines compatible changes, escalates competing ones.

2 22d ago A 26 tokens original MIT

migration-architect

12

Effulgent-Point/paw

Agent

Plans safe database migrations using the expand-backfill-contract pattern. Never destructive in production.

2 22d ago A 21 tokens original MIT

perf-checker

13

Effulgent-Point/paw

Agent

Performance review — N+1 queries, unbounded fetches, missing pagination, sync work in async paths, heavy renders, allocations in tight loops.

2 22d ago A 34 tokens original MIT

php-reviewer

14

Effulgent-Point/paw

Agent

PHP/Laravel-specific reviewer — SQL injection, mass assignment, CSRF, N+1 Eloquent, auth middleware, type safety, queue idempotency.

2 22d ago A 37 tokens original MIT

planner

15

Effulgent-Point/paw

Agent

Turns architecture into a numbered, executable implementation plan with workstreams, file targets, and acceptance tests.

2 22d ago A 22 tokens original MIT

rollback-planner

16

Effulgent-Point/paw

Agent

Creates a rollback plan for any change — what to revert, in what order, and how to verify the rollback worked.

2 22d ago A 28 tokens original MIT

security-reviewer

17

Effulgent-Point/paw

Agent

OWASP Top 10 review on the diff. Flags injection, broken access control, crypto failures, SSRF, XSS, prompt injection. Adversarial mindset.

2 22d ago A 38 tokens original MIT

test-runner

18

Effulgent-Point/paw

Agent

Runs the project's test suite, captures results, identifies new failures, and flags missing coverage on changed code.

2 22d ago A 25 tokens original MIT