MCP ecosystem management and minimal environment setup for dev-lifecycle-marketplace
/plugin marketplace add vanman2024/dev-lifecycle-marketplace
/plugin install foundation@vanman2024/dev-lifecycle-marketplace
Add infrastructure component to project.json and generate spec
Detect project tech stack and populate .claude/project.json
Complete Doppler secret management setup with scripts, docs, and GitHub integration
Verify required tools are installed for detected tech stack
Manage environment variables for project configuration
Extract infrastructure components from existing specs into project.json - analyzes specs/features/ to populate project.json infrastructure section
Generate infrastructure specs from project.json infrastructure section
Generate infrastructure setup workflow (foundation, planning docs, database) from tech stack
Complete GitHub repository initialization with gh CLI - creates repo, configures settings, branch protection, templates, and integrates with hooks-setup and CI/CD
Create standardized monorepo structure with backend/frontend/docs/scripts separation
Initialize project with auto-detected or user-selected tech stack from Airtable
Interactive tech stack selector that queries Airtable and helps user choose the right stack
Convert Node.js project from npm to pnpm for faster worktree dependency installs
Validate project structure compliance with standardization checklist
Claude Agent SDK Development Plugin
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.