rootwarp

32 mods across 1 repository, 2 stars between them.

bug-hunter

04

rootwarp/claude-code-plugins-monorepo

Agent

Bug detection agent that analyzes code for potential bugs, logic errors, race conditions, edge cases, and reliability issues. Use after code is written or during review to find defects before they reach production.

2 4mo ago A 43 tokens original MIT

code-reviewer

05

rootwarp/claude-code-plugins-monorepo

Agent

Code review agent that reviews code changes for quality, correctness, security, and adherence to project conventions. Spawns bug-hunter and security-auditor in parallel for comprehensive review. Merges into develop when all findings are resolved. Use after code is written, before merging.

2 4mo ago A 59 tokens original MIT

code-writer

06

rootwarp/claude-code-plugins-monorepo

Agent

Code writer agent that implements development issues. Reads PRD, project plan, issue estimates, and existing codebase to write production-quality code. Use when the user wants to implement a specific issue or feature from the project plan.

2 4mo ago A 49 tokens original MIT

issue-estimator

07

rootwarp/claude-code-plugins-monorepo

Agent

Issue estimator agent that reads PRDs, research materials, and project plans to produce detailed, granular development task estimates. Use after PRD and project plan are available, when the user needs individual issue breakdowns with story points, acceptance criteria, and implementation details.

2 4mo ago A 56 tokens original MIT

prd-writer

08

rootwarp/claude-code-plugins-monorepo

Agent

PRD (Product Requirements Document) writer. Use when the user wants to create, draft, or refine a PRD for a project or feature. Gathers requirements through structured questioning before writing.

2 4mo ago A 43 tokens original MIT

project-planner

09

rootwarp/claude-code-plugins-monorepo

Agent

Project planner agent that reads PRDs and research materials to create phased implementation plans. Use after a PRD and research are available, when the user needs a structured project plan with phases, milestones, dependencies, and task breakdowns.

2 4mo ago A 50 tokens original MIT

researcher

10

rootwarp/claude-code-plugins-monorepo

Agent

Research agent for investigating topics, technologies, APIs, libraries, best practices, and competitive landscape. Use when the user needs in-depth research before making decisions or starting implementation.

2 4mo ago A 37 tokens original MIT

security-auditor

11

rootwarp/claude-code-plugins-monorepo

Agent

Security vulnerability auditor that analyzes code for security issues, OWASP vulnerabilities, and attack vectors. Use after code is written or during review to identify security risks before they reach production.

2 4mo ago A 40 tokens original MIT

software-architect

12

rootwarp/claude-code-plugins-monorepo

Agent

Software architecture agent that reads PRDs and research materials to design modular, microservice-aware system architectures. Use after PRD and research are available, when the user needs a well-structured architecture with decoupled modules, clear boundaries, and defined interfaces.

2 4mo ago A 55 tokens original MIT

dev-plan

13

rootwarp/claude-code-plugins-monorepo

Skill Claude CodeCodex

Full development planning pipeline. Orchestrates a team of agents (researcher, prd-writer, software-architect, project-planner, issue-estimator) to take a project idea from concept to sprint-ready issues.

2 4mo ago A 48 tokens original MIT

dev-run

14

rootwarp/claude-code-plugins-monorepo

Skill Claude CodeCodex

Development execution pipeline. Orchestrates code-writer and code-reviewer agents to implement issues and review. The code-reviewer acts as review lead, spawning security-auditor and bug-hunter internally for comprehensive review, then merging into develop when all findings are resolved.

2 4mo ago A 57 tokens original MIT