Replicated release and Helm chart architecture review toolkit. Performs structured reviews of vendor Helm charts and Replicated releases, generates customer-facing deliverables, and maintains a living runbook of best practices and antipatterns.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A comprehensive collection of agents and skills for Claude Code focused on DevOps, infrastructure management, and developer productivity.
Add to your Clewfile:
echo "adamancini/devops-toolkit" >> ~/.claude/Clewfile
clew sync
Or install directly:
/plugin marketplace add adamancini/devops-toolkit
/plugin install devops-toolkit@devops-toolkit
Restart Claude Code and invoke skills:
"Create a wildcard certificate for example.com"
"Configure aerospace for my workspace"
Specialized agents for project-specific workflows and task automation.
Verifies compliance with project-specific instructions in CLAUDE.md/AGENTS.md files.
Production-quality Helm chart development with Helm 3 standards and best practices.
Expert management of home directory structure, dotfiles with yadm, and system configuration.
Processes verbose Linear MCP responses and returns concise summaries for context optimization.
Creates, edits, and improves Markdown documents with proper formatting and style compliance.
Validates MCP servers for security issues before addition to Claude Code.
Expert Obsidian knowledge management for vault operations and Notion synchronization.
Reviews work to ensure it meets quality standards and avoids common pitfalls.
Ensures shell scripts follow portability, simplicity, and best practices for cross-platform compatibility.
Validates YAML documents for proper formatting and Kubernetes API specification compliance.
Comprehensive SSL/TLS certificate management with Let's Encrypt.
Key Features:
Example:
"Create a wildcard certificate for *.example.com using Cloudflare DNS"
Safe management of AeroSpace window manager configurations on macOS.
Key Features:
Example:
"Assign Chrome to workspace 2"
"Add keybinding for fullscreen toggle"
Add to ~/.claude/Clewfile:
adamancini/devops-toolkit
Then sync:
clew sync
/plugin marketplace add adamancini/devops-toolkit
/plugin install devops-toolkit@devops-toolkit
Restart Claude Code to load the plugin.
Configure DNS provider credentials:
Google Cloud DNS:
# Place service account JSON
~/letsencrypt/credentials.json
Cloudflare:
# Create credentials file
cat > ~/letsencrypt/cloudflare.ini <<EOF
dns_cloudflare_api_token = your-token
EOF
Route53:
export AWS_ACCESS_KEY_ID="your-key"
export AWS_SECRET_ACCESS_KEY="your-secret"
No additional configuration required. Works with existing ~/.aerospace.toml.
Generate certificate:
User: "Create a wildcard certificate for *.lab.example.com using Google Cloud DNS"
→ Verifies credentials
→ Runs certbot with dns-google plugin
→ Generates cert + key
→ Shows expiration date
→ Optionally creates Kubernetes secret
Renew certificate:
User: "Renew my example.com certificate"
→ Checks expiration
→ Runs renewal
→ Updates Kubernetes secrets
Workspace setup:
User: "Set up my development workspace layout"
→ Detects running apps
→ Suggests assignments (Browser→1, Editor→2, etc.)
→ Creates backup
→ Applies configuration
→ Generates cheatsheet
Add keybinding:
User: "Add alt+m for fullscreen"
→ Checks conflicts
→ Shows preview
→ Backs up config
→ Applies change
→ Reloads AeroSpace
npx claudepluginhub knowledgexhunta/devops-toolkit --plugin replicated-reviewComprehensive DevOps agents and skills for infrastructure management, code quality, documentation, and workflow automation. Includes specialized agents for Ansible, Helm, Kubernetes, Linear, Obsidian, MCP security, and system configuration.
Helm chart generation and upgrade management
Generate Helm charts for Kubernetes applications
Kubernetes and Helm operations - deployments, charts, releases, diagnostics
Helm chart validation and best practices
DevOps tooling: GitHub Actions, Helm, ArgoCD, and Crossplane for CI/CD and infrastructure
Set of DevOps skills for Claude Code.