rootwarp/claude-code-plugins-monorepo
Plugin Claude Code
Plugin marketplace listing 4 plugins: go, rust, python, dev-team.
rootwarp/claude-code-plugins-monorepo
Plugin Claude Code
Plugin marketplace listing 4 plugins: go, rust, python, dev-team.
rootwarp/claude-code-plugins-monorepo
Settings file Claude Code
collection of claude code plugin.
rootwarp/claude-code-plugins-monorepo
Plugin Claude Code
Multi-agent development team orchestration with planning and execution pipelines.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
rootwarp/claude-code-plugins-monorepo
Plugin Claude Code
Go development tools for Claude Code.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Skill "go-build" from rootwarp/claude-code-plugins-monorepo, covering /go-build and instructions.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Look up Go standard library documentation from pkg.go.dev.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Skill "go-fmt" from rootwarp/claude-code-plugins-monorepo, covering /go-fmt and instructions.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Skill "go-lint" from rootwarp/claude-code-plugins-monorepo, covering /go-lint and instructions.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Skill "go-mod" from rootwarp/claude-code-plugins-monorepo, covering /go-mod and instructions.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Skill "go-test" from rootwarp/claude-code-plugins-monorepo, covering /go-test and instructions.
rootwarp/claude-code-plugins-monorepo
Plugin Claude Code
Python development tools for Claude Code.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Run type checking on the Python project using uv.
rootwarp/claude-code-plugins-monorepo
Skill Claude CodeCodex
Look up Python documentation from docs.python.org or PyPI.