Official marketplace for Claude Code plugins by Ladi. Essential tools and workflows to supercharge your development experience.
Add this marketplace to your Claude Code:
/plugins marketplace add iamladi/cautious-computing-machineOnce added, you can browse and install plugins directly through Claude Code.
Comprehensive SDLC plugin with specialized agents, commands, and integrations for enhanced software development workflow.
Version: 1.6.0
Install:
/plugin install sdlcRepository: cautious-computing-machine--sdlc-plugin
What's included:
codebase-analyzer- Deep implementation analysis with file:line referencescodebase-locator- Fast component discovery across your codebasecodebase-pattern-finder- Pattern detection and architecture understandingweb-search-researcher- Real-time research via web search
/plan- Generate comprehensive PRDs with phases and validation/research- AI-powered research with project context/implement- Execute implementation based on plans/verify- Validate implementation (build, tests, plugin schema, code review)/submit- Prepare work for review (auto-runs verify as quality gate)
codex- OpenAI Codex integration for automated refactoringgemini- Google Gemini integration
- Context7 - Up-to-date library documentation
- Perplexity - Advanced web search
Best for:
- Planning features with comprehensive PRDs
- Understanding complex codebases
- AI-assisted refactoring and analysis
- Research-driven development
- End-to-end SDLC workflows
Time saved: ~2 hours per feature planning, ~1 hour on codebase analysis
Essential building blocks for Claude Code workflows.
Version: 1.6.0
Install:
/plugin install primitivesRepository: cautious-computing-machine--primitives-plugin
What's included:
/commit- Smart commit specialist with automatic batching and conventional commit standards/debug- Investigate issues through parallel analysis of logs, database, and git history/install- Verify tooling and install dependencies with health checks/prime- Quick codebase understanding and context loading/start- Start development environment from project docs/tools- List all available built-in development tools
ask-oracle- GPT-5 Pro / GPT-5.1 reasoning for complex architectural problemscheck-env-keys- Validate environment variables without exposing secretsde-slop- Clean AI-generated artifacts before committing
Best for:
- Teams enforcing coding standards
- Streamlining git workflows
- Debugging during development
- Quick project onboarding
- Secure environment validation
Time saved: ~14 minutes per feature, ~40 minutes on project setup
GitHub CI/CD automation plugin for auto-detecting, analyzing, and fixing CI/CD failures on any branch.
Version: 1.4.0
Install:
/plugin install githubRepository: cautious-computing-machine--github-plugin
What's included:
ci-log-analyzer- Parse CI logs and identify error patternsci-error-fixer- Apply fixes based on CI error types
/fix-ci- Auto-detect, analyze, and fix CI/CD failures on any branch/create-issue-from-plan- Convert implementation plans into GitHub Issues with checklists/create-pr- Create GitHub Pull Request with proper formatting and plan linking/address-pr-comments- Interactive or autonomous PR comment resolution with confidence scoring/review-pr- Comprehensive PR review with detailed analysis and actionable feedback
Best for:
- Automated CI/CD failure detection and resolution
- PR workflow automation
- Code review assistance
- GitHub integration workflows
Time saved: ~30 minutes per CI failure, ~20 minutes per PR workflow
Autonomous workflow orchestration for the full SDLC pipeline - from research to PR submission.
Version: 0.1.0
Install:
/plugin install workflowsRepository: cautious-computing-machine--workflows-plugin
What's included:
/build- Orchestrate the full SDLC pipeline from research file to merged PR
workflow-ralph.sh- Main orchestrator: runs build loop, then CI and comment resolutionci-ralph.sh- Autonomous CI fix loop with stuck detection (max 10 iterations)comments-ralph.sh- Autonomous comment resolution with configurable wait times
- Phase Signals - XML-style signals for external script coordination
- Progress Tracking - State file at worktree root for resume capability
- Notification System - Logs to
~/.workflow-notifications.logfor monitoring
Best for:
- Fully autonomous feature development
- AFK workflow execution (start and walk away)
- CI/CD failure auto-resolution
- PR review comment handling
- Monitoring workflow progress remotely
Time saved: ~4 hours per feature (research → merged PR)
After adding the marketplace, install any plugin:
/plugin install <plugin-name>List installed plugins:
/plugin listRemove a plugin:
/plugin remove <plugin-name>Want to add your plugin to this marketplace? Open an issue or PR at the marketplace repository.
MIT - See LICENSE for details