By makigjuro
AI-powered Kubernetes developer platform — Tilt MCP, ArgoCD integration, Claude Code skills and hooks
Diff local Tilt environment against staging ArgoCD environment
Build and deploy a specific service via Tilt trigger, then verify the deployment
Investigate staging environment issues using ArgoCD data, pod logs, and K8s events
Detect configuration drift between ArgoCD applications and Git source
Diagnose why a Kubernetes service is unhealthy using Tilt resource data, logs, and pod events
Admin access level
Server config contains admin-level keywords
Requires secrets
Needs API keys or credentials to function
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.
AI-powered Kubernetes developer platform for Claude Code. Combines Tilt (local dev), ArgoCD (staging/prod), and Claude Code skills into a unified developer experience.
| Component | Description |
|---|---|
| Tilt MCP Server | 11 tools wrapping the Tilt CLI as an MCP server |
| ArgoCD Integration | Config templates for the pre-built ArgoCD MCP |
| 9 Skills | Claude Code skills for K8s workflows |
| 3 Hooks | Deploy safety checks for Tilt and ArgoCD |
| 2 Subagents | K8s diagnostician + deploy verifier |
| Plugin System | .claude-plugin compatible for marketplace and modular installs |
| Templates | CLAUDE.md, Tiltfile templates |
This project follows the .claude-plugin convention. Claude Code can discover and load it natively via the .claude-plugin/ directory, .mcp.json, hooks/hooks.json, and skills/.
git clone https://github.com/yourorg/kube-ai-devkit ~/kube-ai-devkit
cd ~/kube-ai-devkit/packages/mcp-tilt-server && npm install && npm run build
Pick which modules to install by creating a .claude-plugin file in your project:
{
"plugins": [
{
"source": "~/kube-ai-devkit",
"modules": ["tilt", "argocd", "k8s-core"],
"templates": ["CLAUDE.md", "Tiltfile"]
}
]
}
Then run:
bash ~/kube-ai-devkit/bin/install.sh .
The installer reads your .claude-plugin, installs only the modules you selected, and generates settings.json with the right MCP servers, hooks, permissions, and subagents.
bash ~/kube-ai-devkit/bin/init.sh .
Installs everything (all skills, hooks, rules, and templates).
| Module | What it installs |
|---|---|
tilt | 4 skills, 2 hooks, Tilt MCP server, k8s-diagnostician subagent |
argocd | 4 skills, 1 hook, ArgoCD MCP server, deploy-verifier subagent |
k8s-core | 1 skill (/k8s-debug), K8s rules, kubectl permissions |
| Skill | Description |
|---|---|
/tilt-up | Start local K8s environment with prerequisites check |
/tilt-status | Show environment status dashboard |
/deploy-service | Build and deploy a service, verify health |
/service-logs | Get and analyze service logs |
| Skill | Description |
|---|---|
/k8s-debug | Diagnose why a service is unhealthy |
| Skill | Description |
|---|---|
/staging-status | Check staging environment health |
/drift-check | Detect configuration drift from Git |
/diagnose-staging | Investigate staging issues with logs and events |
/compare-environments | Diff local vs staging |
The Tilt MCP server wraps the Tilt CLI as an MCP server for Claude Code.
| Tool | Description | Read-Only |
|---|---|---|
tilt_status | Session status + resource counts | Yes |
tilt_get_resources | List all resources with filters | Yes |
tilt_get_resource | Single resource detail | Yes |
tilt_logs | Resource log output | Yes |
tilt_describe | Full K8s-style describe | Yes |
tilt_up | Start Tilt environment | No |
tilt_down | Tear down environment | No |
tilt_trigger | Force rebuild a resource | No |
tilt_enable | Enable a resource | No |
tilt_disable | Disable a resource | No |
tilt_wait | Wait for resource condition | No |
npm install -g @anthropic/mcp-tilt-server
npx @anthropic/mcp-tilt-server
npx claudepluginhub makigjuro/kube-ai-devkit --plugin kube-ai-devkitHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.