-
Notifications
You must be signed in to change notification settings - Fork 7
Home
GitHub Actions edited this page Dec 6, 2025
·
4 revisions
Welcome to the AI DevOps Framework - a comprehensive infrastructure management toolkit designed for AI-assisted development across 30+ services.
This framework enables AI assistants (like Claude, GPT, Augment, etc.) to help you manage:
- Hosting & Infrastructure - Hostinger, Hetzner, Cloudflare, Vercel, Coolify
- Domains & DNS - Spaceship, 101domains, Route 53, Namecheap
- Code Quality - Codacy, CodeRabbit, SonarCloud, CodeFactor, Snyk
- Version Control - GitHub, GitLab, Gitea with full CLI integration
- WordPress - MainWP, LocalWP, plugin/theme development
- Monitoring - Updown.io, performance tracking
- Security - Vaultwarden, credential management
bash <(curl -fsSL https://raw.githubusercontent.com/marcusquinn/aidevops/main/setup.sh)This single command handles everything:
- Fresh install or update existing installation
- Clones repository to
~/Git/aidevops - Installs the
aidevopsCLI command - Configures AI assistants automatically
- Offers to install recommended tools
After installation, manage your setup with the aidevops command:
aidevops status # Check installation status
aidevops update # Update to latest version
aidevops version # Show version info
aidevops help # Show all commandsSee CLI Reference for full documentation.
Your AI assistant now has access to:
- 90+ automation scripts
- 13 MCP server integrations
- Comprehensive workflow guides
- Service-specific documentation
| Concept | Description |
|---|---|
| AGENTS.md | The authoritative instruction file for AI assistants |
.agent/ |
All AI-relevant content lives here |
| Workflows | Step-by-step guides in .agent/workflows/
|
| Scripts | Automation helpers in .agent/scripts/
|
| MCP Servers | Real-time integrations for AI assistants |
- Getting Started - Installation and setup
-
CLI Reference - The
aidevopscommand - Understanding AGENTS.md - How AI guidance works
- The .agent Directory - Framework structure
- Workflows Guide - Development processes
- For Humans - Non-technical overview
Current: v2.12.0 | View Changelog