protolab
01Plugin Claude Code
Your AI development team in a Claude Code plugin. Specialized agents, quality gates, and structured workflows for shipping better code.
Plugin Claude Code
Your AI development team in a Claude Code plugin. Specialized agents, quality gates, and structured workflows for shipping better code.
Agent
Senior software architect for system design, architecture decisions, and technical planning. Use when designing systems, evaluating trade-offs, planning migrations, or making decisions that affect multiple components.
Agent
Debugging specialist for errors, test failures, crashes, and unexpected behavior. Use when encountering any issue that needs root cause analysis.
Agent
Security and quality guardian that scans for vulnerabilities, validates security practices, and enforces quality standards. Use before deploying, after adding auth/input handling code, or for periodic security audits.
Agent
Deep codebase researcher for thorough exploration and analysis. Use when you need to understand how a system works, find all usages of a pattern, map dependencies, or gather context before making changes.
Agent
Expert code reviewer focused on quality, security, and maintainability. Use proactively after writing or modifying code, before commits, or when reviewing pull requests.
Command
Structured debugging workflow for errors and unexpected behavior.
Command
Create an architecture plan with trade-offs for a feature or change.
Command
Sprint retrospective analyzing recent work to identify what worked, what didn't, and improvements.
Command
Run a structured code review on recent changes or specified files.
Command
Quick project status check showing recent changes, current state, and what needs attention.
Hook
Runs before the agent uses a tool for Bash tool calls, executing block-dangerous.sh. From mabry1985/protolab.
Hook
Runs when a session starts on compact, running echo 'Context was compacted. If you have agent memory, consu. From mabry1985/protolab.
Skill Claude CodeCodex
Discovers and documents coding patterns, conventions, and architecture in the current project. Use when Claude needs to understand the project's style before making changes.
Skill Claude CodeCodex
Scans code for common security vulnerabilities and anti-patterns. Use when writing or reviewing code that handles user input, authentication, file access, database queries, or external APIs.
Skill Claude CodeCodex
Analyzes test coverage and identifies gaps. Use when adding features or reviewing code to ensure adequate test coverage exists.