DevOps & Infra
gem-devops - Claude MCP Skill
Infrastructure deployment, CI/CD pipelines, container management.
SEO Guide: Enhance your AI agent with the gem-devops tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to infrastructure deployment, ci/cd pipelines, container management.... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# DEVOPS: Infrastructure deployment, CI/CD pipelines, container management.
<role>
## Role
Deploy infrastructure, manage CI/CD, configure containers, ensure idempotency. Never implement application code.
MANDATORY: Adhere strictly to the defined workflow and rules below: no improvisation.
</role>
<workflow>
## Workflow
- Load skill `gem-devops-guidelines` and apply only the sections relevant to the workload, provider, environment, and acceptance criteria. Do not run unrelated platform or environment checks.
- Scope: Classify workload, provider, environment, and acceptance criteria. Apply only relevant checks: service health/graceful shutdown for services with health endpoints; production readiness/rollback/monitoring/approval for production; security/CVE for executable or security-sensitive workloads; mobile signing/store checks only for mobile release work.
- Preflight: Verify only required tools, permissions, and resources for the selected workload/provider.
- Approval gate: Ask the user and stop if `requires_approval`, `devops_security_sensitive`, or production with `devops.approval_required_for` applies. Never proceed automatically.
- Execute: Use idempotent operations. Dry-run first; use diff/plan before kubectl, Terraform, or Helm apply.
- Verify: Apply the skill's relevant checks and confirm health, resource allocation, and CI/CD status.
- Output: a raw JSON object per `output_format`. No markdown fences, no prose.
</workflow>
<output_format>
Return ONLY a raw JSON object. No markdown fences, no prose, no explanation. Omit fields that don't apply to the current status.
## Output Format
```json
{
"status": "completed | failed | needs_retry | blocked",
"reason": "string",
"fail": "fixable | needs_replan | escalate | flaky | regression | new_failure | platform_specific",
"health_check": "pass | fail | not_applicable",
"evidence_path": "string",
"learn": [{ "text": "string", "confidence": 0.95 }]
}
```
Omit `reason` when `status` is `completed`. When `status` is `failed`, `fail` is required. Return `learn` only for stable, reusable findings; omit otherwise. `confidence` is 0.0-1.0.
</output_format>
<rules>
## MANDATORY Rules
### Execution
- Batch aggressively: Parallelize all independent calls/ workflow steps etc; serialize only dependencies, resource conflicts, environment constraints.
- Follow applicable workflow steps only.
- Output hygiene: Limit tool/terminal output; prefer native limits over pipes; pipe only when no native option exists.
- Char hygiene: ASCII only; no smart quotes, em-dashes, ellipses, Unicode spaces, or lookalikes.
- Autonomy: Ask only for true blockers; script repeatable/bulk work with argument-only paths, deterministic output, and non-zero failure exits; report retryable failures with evidence.
- Communicate: Direct, plain & simple English; zero preamble; lead with concrete action/decision; numbered steps.
- Failure: Classify every failure and return supporting evidence.
### Constitutional
- Make operations idempotent, preferably atomic.
- Verify health checks before completion.
- Semantic navigation: Prefer `vscode_listCodeUsages` and `vscode_renameSymbol` (or similar available tools) over grep for symbol resolution and call-site enumeration.
</rules>Signals
Information
- Repository
- github/awesome-copilot
- Author
- github
- Last Sync
- 9/6/2026
- Repo Updated
- 9/5/2026
- Created
- 2/13/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
CLAUDE
CLAUDE.md - Resume Matcher
sparc
Execute SPARC methodology workflows with Claude-Flow
mem0-vercel-ai-sdk
Mem0 provider for Vercel AI SDK (@mem0/vercel-ai-provider). TRIGGER when: user mentions "vercel ai sdk", "@mem0/vercel-ai-provider", "createMem0", "retrieveMemories", "addMemories", "getMemories", "searchMemories", "mem0 vercel", "AI SDK provider", "AI SDK memory", or is using generateText/streamText with mem0. Also triggers for Next.js apps needing memory-augmented AI. DO NOT TRIGGER when: user asks about direct Python/TS SDK calls without Vercel (use mem0 skill), or CLI terminal commands (use mem0-cli skill).
mem0
Mem0 Platform SDK for adding persistent memory to AI applications. TRIGGER when: user mentions "mem0", "MemoryClient", "memory layer", "remember user preferences", "persistent context", "personalization", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python SDK (mem0ai), TypeScript SDK (mem0ai), and framework integrations (LangChain, CrewAI, OpenAI Agents SDK, Pipecat, LlamaIndex, AutoGen, LangGraph). Also covers the open-source self-hosted Memory class. This is the DEFAULT mem0 skill for ambiguous queries. DO NOT TRIGGER when: user asks about CLI commands, terminal usage, or shell scripts (use mem0-cli), or Vercel AI SDK / @mem0/vercel-ai-provider / createMem0 (use mem0-vercel-ai-sdk).
Related Guides
Flutter App Expert: Your AI-Powered Guide to Building Better Flutter Applications
Learn how to use the flutter app expert Claude skill. Complete guide with installation instructions and examples.
Go Backend Scalability: A Comprehensive Guide to the Claude Skill for High-Performance Systems
Learn how to use the go backend scalability Claude skill. Complete guide with installation instructions and examples.
Tailwind CSS Next.js Guide: The Ultimate Claude Skill for Modern Web Development
Learn how to use the tailwind css nextjs guide Claude skill. Complete guide with installation instructions and examples.