Effulgent-Point

28 mods across 1 repository, 2 stars between them.

paw

01

Effulgent-Point/paw

Cursor rule Cursor

You have access to specialized agent definitions in the agents/ directory. Reference them when the task matches their specialty.

2 21d ago A 0 tokens original MIT

paw AGENTS.md

02

Effulgent-Point/paw

Instructions file CodexOpenCode

Instructions for Effulgent-Point/paw, covering paw agents — for codex cli and other ai tools, how to use, agent definitions, rules and skills.

2 21d ago A 772 tokens original MIT

paw CLAUDE.md

03

Effulgent-Point/paw

Instructions file

Instructions for Effulgent-Point/paw, covering paw — personal agent workforce, what paw is, how to work in this repo, composability is the design and agents have scoped permissions.

2 21d ago B 812 tokens original MIT

architect

04

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 21d ago A 33 tokens original MIT

bug-auditor

05

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 21d ago A 39 tokens original MIT

builder

06

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 21d ago A 30 tokens original MIT

code-reviewer

07

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 21d ago A 35 tokens original MIT

devils-advocate

08

Effulgent-Point/paw

Agent

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

2 21d ago A 33 tokens original MIT

docs-writer

09

Effulgent-Point/paw

Agent

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

2 21d ago A 24 tokens original MIT

environment-checker

10

Effulgent-Point/paw

Agent

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

2 21d ago A 27 tokens original MIT

fe-reviewer

11

Effulgent-Point/paw

Agent

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

2 21d ago A 27 tokens original MIT

incident-commander

12

Effulgent-Point/paw

Agent

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

2 21d ago A 23 tokens original MIT

integration-tester

13

Effulgent-Point/paw

Agent

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

2 21d ago A 23 tokens original MIT

merge-resolver

14

Effulgent-Point/paw

Agent

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

2 21d ago A 26 tokens original MIT

migration-architect

15

Effulgent-Point/paw

Agent

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

2 21d ago A 21 tokens original MIT

perf-checker

16

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 21d ago A 34 tokens original MIT

php-reviewer

17

Effulgent-Point/paw

Agent

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

2 21d ago A 37 tokens original MIT

planner

18

Effulgent-Point/paw

Agent

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

2 21d ago A 22 tokens original MIT

rollback-planner

19

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 21d ago A 28 tokens original MIT

security-reviewer

20

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 21d ago A 38 tokens original MIT

test-runner

21

Effulgent-Point/paw

Agent

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

2 21d ago A 25 tokens original MIT

architecture

22

Effulgent-Point/paw

Skill Claude CodeCodex

When to use: Designing systems, evaluating tradeoffs, deciding component boundaries, planning integration points.

2 21d ago A 0 tokens original MIT

devils-advocate

23

Effulgent-Point/paw

Skill Claude CodeCodex

When to use: Reviewing any plan before commitment — architecture, implementation plan, migration strategy, design proposal.

2 21d ago A 0 tokens original MIT

frontend

24

Effulgent-Point/paw

Skill Claude CodeCodex

When to use: React, Vue, or Angular work — component design, accessibility, performance, state management.

2 21d ago A 0 tokens original MIT