adr
Write an Architecture Decision Record documenting a significant technical decision.
Generate production-ready Kubernetes manifests from application configuration.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/generate-manifestContext preview
What this command does when you run it.
Generate production-ready Kubernetes manifests from application configuration.
Generate production-ready Kubernetes manifests from application configuration.
1. Analyze the application:
2. Generate manifests:
3. Add Kustomize base and overlays for dev/staging/production. 4. Validate manifests: `kubectl apply --dry-run=client -f .`. 5. Write files to `k8s/` or `deploy/` directory.
apiVersion: apps/v1
kind: Deployment
metadata:
name: <app>
labels:
app.kubernetes.io/name: <app>
app.kubernetes.io/version: <version>The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.