Skill Claude CodeCodex
IAM roles, policies, and identity federation design for AWS — when to use which, and how to avoid long-lived access keys.
Skill Claude CodeCodex
IAM roles, policies, and identity federation design for AWS — when to use which, and how to avoid long-lived access keys.
Skill Claude CodeCodex
AWS naming convention and mandatory tags — resource-type abbreviations, region codes, and owner/cost-center/environment/workload tags for cost attribution.
Skill Claude CodeCodex
AWS-recommended security practices — identity, network, data, and monitoring — as a PASS/FAIL/N/A checklist run before any AWS change is proposed for apply.
Skill Claude CodeCodex
AWS Well-Architected Framework pillar checklists — operational excellence, security, reliability, performance efficiency, cost optimization, sustainability — for reviewing AWS infrastructure changes.
Skill Claude CodeCodex
Cloud Adoption Framework governance essentials — management-group hierarchy, subscription design, RBAC scoping, Azure Policy guardrails, and network topology for Azure landing zones.
Skill Claude CodeCodex
Entra ID, managed identity, and workload identity federation design for Azure — when to use which, and how to avoid long-lived service-principal secrets.
Skill Claude CodeCodex
CAF-aligned Azure naming convention and mandatory tags — resource-type abbreviations, region codes, and owner/cost-center/environment/workload tags for cost attribution.
Skill Claude CodeCodex
Microsoft-recommended Azure security practices — identity, network, data, and monitoring — as a PASS/FAIL/N/A checklist run before any Azure change is proposed for apply.
Skill Claude CodeCodex
Azure-specific Well-Architected Framework pillar checklists — reliability, security, cost optimization, operational excellence, performance efficiency — for reviewing Azure infrastructure changes.
Agent
Read-only reviewer focused on API consistency, migration safety, and boundary-validation gaps — flags problems precisely, never edits code itself.
Agent
Implements API and service changes end to end — schema, migration, endpoint logic, and tests land together, with boundary validation and idempotency treated as part of the feature, not an afterthought.
Skill Claude CodeCodex
Naming, status-code, error-shape, and versioning conventions for keeping an API internally consistent as it grows.
Skill Claude CodeCodex
Guidance for covering the failure and edge paths of a backend change — bad input, concurrent writes, partial failure — not just the happy path.
Skill Claude CodeCodex
Checklist for shipping schema migrations that roll back cleanly and won't lock up a production table.
Agent
Builds CI/CD pipelines, container images, deployment configs, and observability dashboards.
Agent
Read-only reviewer for pipeline safety, artifact integrity, secret handling, and deployment blast radius.
Skill Claude CodeCodex
Stage isolation, caching, secret injection, artifact promotion, and rollback strategy for CI/CD pipelines.
Skill Claude CodeCodex
Multi-stage builds, distroless base images, layer caching, and vulnerability scanning for production containers.
Skill Claude CodeCodex
Severity classification, runbook creation, blameless postmortem, and communication channels for production incidents.
Skill Claude CodeCodex
Structured logging, RED/USE metrics, distributed tracing, and alerting thresholds for production services.
Agent
Reviews existing documentation against the code/config it describes, flags drift and unclear passages, and proposes specific fixes without silently rewriting meaning.
Agent
Writes new documentation for a given change, matching the project's existing structure, tone, and terminology, with edit access scoped to documentation files.
Skill Claude CodeCodex
Structure, tone, and formatting conventions for writing technical docs that stay accurate and get actually read.
Skill Claude CodeCodex
Procedure for comparing an agent-facing instruction doc (AGENTS.md/CLAUDE.md-style) against the actual current code and configuration to find and flag mismatches.