Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
GitHub Actions edited this page Dec 6, 2025 · 4 revisions

AI DevOps Framework

Welcome to the AI DevOps Framework - a comprehensive infrastructure management toolkit designed for AI-assisted development across 30+ services.

What is This?

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

Quick Start

One-Liner Install

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 aidevops CLI command
  • Configures AI assistants automatically
  • Offers to install recommended tools

Using the CLI

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 commands

See CLI Reference for full documentation.

What Gets Configured

Your AI assistant now has access to:

  • 90+ automation scripts
  • 13 MCP server integrations
  • Comprehensive workflow guides
  • Service-specific documentation

Key Concepts

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

Navigation

Version

Current: v2.12.0 | View Changelog

Clone this wiki locally