Generic autonomous development setup - works for ANY Python/JavaScript/TypeScript project. Includes specialized agents for planning, research, implementation, testing, security, and documentation, plus automated hooks for formatting, testing, and coverage enforcement.
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install autonomous-dev@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/autonomous-dev.json
Step 2: Install the plugin
/plugin install autonomous-dev@autonomous-dev
Production-ready plugins for autonomous development
🚀 One-command install • 🤖 Generic or MLX-specific • 📚 Auto-format, auto-test • 🔒 Security scanning • 🌍 Multi-language
# Add this marketplace
/plugin marketplace add akaszubski/claude-code-bootstrap
# Install generic autonomous development setup
/plugin install autonomous-dev
# Install base plugin first
/plugin install autonomous-dev
# Then add MLX-specific extensions
/plugin install realign-mlx
Done! Claude now autonomously handles formatting, testing, documentation, and security.
📖 Read ARCHITECTURE.md → for complete guide on how plugins work together
Works with: Python, JavaScript, TypeScript, React, Node.js, and more!
Includes:
Perfect for:
Requires: autonomous-dev plugin (installed automatically)
Adds:
Perfect for:
You: "Add user authentication"
Claude automatically:
1. planner → Creates architecture plan
2. test-master → Writes FAILING tests (TDD enforced)
3. implementer → Makes tests PASS
4. reviewer → Quality gate check
5. security-auditor → Security scan
6. doc-master → Updates docs + CHANGELOG
All automatic. No manual steps.
# One command install
/plugin marketplace add akaszubski/claude-code-bootstrap
/plugin install autonomous-dev
# Updates are automatic
/plugin update autonomous-dev
Benefits:
For projects that need custom setup or don't support plugins:
# Clone this repo
git clone https://github.com/akaszubski/claude-code-bootstrap.git
# Navigate to YOUR project
cd ~/your-project
# Run bootstrap
~/claude-code-bootstrap/bootstrap.sh .
Use this if:
Both methods install the same components to your project:
your-project/
├── .claude/
│ ├── agents/ # Specialized subagents
│ │ ├── planner.md # Architecture & design
│ │ ├── researcher.md # Web research
│ │ ├── test-master.md # TDD + regression
│ │ ├── implementer.md # Code implementation
│ │ ├── reviewer.md # Quality gate
│ │ ├── security-auditor.md # Security scanning
│ │ └── doc-master.md # Doc sync
│ ├── skills/ # Domain knowledge
│ │ ├── python-standards/
│ │ ├── testing-guide/
│ │ ├── security-patterns/
│ │ └── documentation-guide/
│ └── settings.json # Hook configuration
└── scripts/hooks/
├── auto_format.py # Auto-formatting
├── auto_test.py # Auto-testing
├── auto_enforce_coverage.py # Coverage check
└── security_scan.py # Security scanning
Feature | autonomous-dev | + realign-mlx |
---|---|---|
Agents | 7 core | (same) |
Skills | 6 generic | +7 MLX-specific |
Hooks | 8 automation | +2 validation |
Languages | Python, JS, TS, Go, Rust | Python + MLX |
Use Case | Any project | LLM training |
Apple Silicon | Works | Optimized |
cd my-react-app
/plugin install autonomous-dev
# Claude now handles:
# ✓ Auto-format with prettier
# ✓ Auto-test with jest
# ✓ 80% coverage enforcement
# ✓ Security scanning
# ✓ TDD workflow
cd my-mlx-project
/plugin install autonomous-dev # Base autonomous development
/plugin install realign-mlx # Add MLX-specific tools
# Claude now handles:
# ✓ Everything from autonomous-dev
# ✓ MLX pattern enforcement (model.model.layers[i])
# ✓ Memory management (mx.metal.clear_cache())
# ✓ System health monitoring
# ✓ CI/CD monitoring
cd my-cli-tool
/plugin install autonomous-dev
# Claude now handles:
# ✓ Auto-format with black + isort
# ✓ Auto-test with pytest
# ✓ Type hints enforcement
# ✓ Docstring validation
# ✓ Security scanning
These plugins were extracted from ReAlign - a production MLX training toolkit achieving:
See it in action: github.com/akaszubski/realign
Guide | Purpose |
---|---|
README.md (this file) | Plugin marketplace overview & quick start |
ARCHITECTURE.md | HOW IT ALL WORKS TOGETHER - Complete plugin architecture, composition patterns, real-world examples |
plugins/autonomous-dev/README.md | Generic plugin details |
plugins/realign-mlx/README.md | MLX plugin details |
HOW_IT_WORKS.md | Technical deep-dive (legacy bootstrap) |
USAGE.md | Usage examples (legacy bootstrap) |
Q: Which plugin should I use?
A: Start with autonomous-dev
for any project. Add realign-mlx
only if you're training LLMs on Apple Silicon.
Q: Can I use both plugins?
A: Yes! realign-mlx
extends autonomous-dev
with MLX-specific tools.
Q: Will it overwrite my existing code?
A: No! Plugins only add .claude/
and scripts/hooks/
. Your code is untouched.
Q: Can I customize the agents/hooks?
A: Absolutely! After installation, edit .claude/agents/*.md
, scripts/hooks/*.py
, .claude/settings.json
as needed.
Q: Does this send my code anywhere? A: No. Everything runs locally. Hooks are just Python scripts on your machine.
Q: How do I uninstall?
A: /plugin uninstall autonomous-dev
or manually delete .claude/
and scripts/hooks/
.
Q: Can I use the old bootstrap script? A: Yes! The bootstrap script is still available for custom setups. See "Method 2" above.
Q: Is this beginner-friendly?
A: Yes! Just run /plugin install autonomous-dev
and start coding. Claude handles everything else.
MIT License - See LICENSE file
Extracted from ReAlign v3.0.0 by @akaszubski
Powered by Claude Code 2.0
🚀 Transform your development workflow in one command
/plugin marketplace add akaszubski/claude-code-bootstrap
/plugin install autonomous-dev
Happy autonomous coding! 🤖✨
1.0.0