IP Labs Marketplace
Claude Code marketplace for Innovative Prospects development workflows.
Overview
This marketplace provides plugins, skills, agents, workflows, and commands for full-stack development with comprehensive code review and quality assurance capabilities.
Version: 1.1.0
Key Features:
- 13 Specialized Agents (9 review + 4 research) - Parallel agent orchestration
- File-Based Todo System - Persistent work tracking with YAML frontmatter
- Quality Gate Severity Levels - P1/P2/P3 classification for issues
- Knowledge Compounding - Solution documentation for future reference
- Integrated Meta-Workflow - Agents automatically used during development
Plugins
| Plugin | Agents | Commands | Skills | Workflows | Description |
|---|
| dev | 13 | 11 | 8 | 7 | Core workflows, agents, commands, skills, and todo management |
| coder | - | - | 2 | - | Coder workspace management and hahomelabs configuration |
| astro | - | - | 1 | - | Astro v4-v5 features, islands, content collections |
| react | - | - | 1 | - | React 19, React Compiler, modern hooks and patterns |
| nextjs | - | - | 1 | - | App Router, Server Components, performance |
| convex | - | - | 4 | - | Self-hosted Convex backend development |
| nhost | - | - | 2 | - | Hasura, PostgreSQL extensions, and Docker CLI |
| graphql | - | 1 | 1 | - | GraphQL workflow with codegen and type safety |
| playwright | - | - | 2 | - | E2E testing patterns and best practices |
Totals: 13 agents, 12 commands, 22 skills, 7 workflows
Installation
Add this marketplace to Claude Code:
/plugin marketplace add [your-org]/ip-labs-marketplace
Then install individual plugins:
/plugin install dev@ip-labs-marketplace
/plugin install coder@ip-labs-marketplace
/plugin install astro@ip-labs-marketplace
/plugin install react@ip-labs-marketplace
/plugin install nextjs@ip-labs-marketplace
/plugin install convex@ip-labs-marketplace
/plugin install nhost@ip-labs-marketplace
/plugin install graphql@ip-labs-marketplace
/plugin install playwright@ip-labs-marketplace
To update the marketplace and installed plugins:
/plugin marketplace update ip-labs-marketplace
Quick Start
1. Project Setup
Generate a project-specific CLAUDE.md file:
/project:setup
2. Create a Plan
Start a new feature with a structured plan using parallel research:
/workflows:plan Add user authentication with JWT
3. Execute Work
Implement with quality gates and agent scrutiny:
/workflows:work plans/active/2026-01-12-add-auth.md
4. Review Code
Run comprehensive parallel agent review:
/workflows:review
5. Track Work
Manage todos with the file-based system:
/todo list
/todo create
Dev Plugin Components
Agents (13)
Review Agents (9)
| Agent | Purpose |
|---|
architecture-strategist | System design validation and architectural patterns |
agent-native-reviewer | AI accessibility and agent parity verification |
code-simplicity-reviewer | YAGNI enforcement and over-engineering detection |
data-integrity-guardian | Referential integrity and transaction boundaries |
data-migration-expert | Database migration safety and ID mapping validation |
deployment-verification-agent | Pre-deployment checklists and rollback procedures |
pattern-recognition-specialist | Design patterns and anti-patterns analysis |
performance-oracle | Performance optimization and bottleneck analysis |
security-sentinel | OWASP compliance and vulnerability scanning |
Research Agents (4)
| Agent | Purpose |
|---|
repo-research-analyst | Repository structure and pattern analysis |
best-practices-researcher | External best practices research |
framework-docs-researcher | Framework documentation lookup |
git-history-analyzer | Historical context and code evolution |
Commands (11)
Workflow Commands
| Command | Purpose |
|---|
/workflows:plan | Create structured project plans with parallel research |
/workflows:review | Multi-agent parallel code review |
/workflows:compound | Document solved problems as knowledge |
/workflows:work | Structured work execution with quality gates |
/deepen-plan | Enhance existing plans with research |
/todo | File-based todo management |
Project Commands
| Command | Purpose |
|---|
/project:setup | Generate project-specific CLAUDE.md |
/project:new-page | Create new page with component |
/project:new-component | Create new component with test |
/project:new-blog-post | Create new blog post |
/test-ui | Test UI component changes |