tahirraufkeeyu/software-development-agent-stack--sdas
Settings file Claude Code
Agent settings declaring 12 allowed tools.
tahirraufkeeyu/software-development-agent-stack--sdas
Settings file Claude Code
Agent settings declaring 12 allowed tools.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when the user is designing a new HTTP or GraphQL endpoint, reviewing an API for consistency, or asking how to version, paginate, or error from a public interface. Produces a resource model, an endpoint table, and an OpenAPI 3.1 spec fragment (or a GraphQL SDL fragment) that follows REST best practice.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a user asks for a review of a diff, pull request, patch, or staged changes. Produces a structured review covering security, correctness, performance, style, and tests with severity-labelled findings and concrete fix suggestions tied to file and line.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when the user asks to write a commit message, draft a commit, or finalise a commit for a staged diff. Produces a Conventional Commits subject, optional body explaining the why, and BREAKING CHANGE footer when the diff changes a public contract.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when the user reports a bug, a failing test, an unexpected output, a production incident, or a behaviour that diverges from expectation. Runs a structured session — reproduce, isolate, hypothesise, verify, fix, and add a regression test — and never ships a "fix that coincidentally works".
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when the user asks for a README, API docs, an ADR, a changelog, a runbook, or any structured technical write-up. Generates the requested artifact from the codebase and git history, following widely-adopted conventions (Keep a Changelog, MADR ADRs, OpenAPI-driven API docs).
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when the user asks to scaffold a new project, start a repo from scratch, or set up a greenfield service in TypeScript/Node, Python/FastAPI, Go, or Rust. Produces a working layout with linting, formatting, tests, pre-commit hooks, GitHub Actions CI, a Dockerfile, a .gitignore, a README skeleton, and a license file.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when the user asks to clean up, simplify, rename, extract, inline, or restructure code without changing behaviour. Performs Fowler-style refactorings in small steps, running the test suite after every step; never proceeds when tests fail.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a developer has written code for a single feature and wants a full pre-commit gate (tests generated, code reviewed, commit message drafted) in one pass. Chains test-writer, code-review, and commit-message end-to-end and produces a single report summarising the run.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when the user asks to "write tests for", "add unit tests", "cover this function", or needs a regression test for a bug. Reads existing tests to infer the repo's conventions (framework, file layout, naming, setup/teardown, fixtures), then generates AAA-style tests for a target file or function, including…
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when quarterly cloud bills need review or a cost-cut mandate lands. Ingests AWS Cost Explorer exports, Azure Cost Management data, or GCP Billing exports and returns a ranked list of idle resources, over-provisioned instances, unused reservations, and data-transfer waste with estimated monthly savings.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when rolling out a new version of a service to staging or production. Runs tests, builds and pushes a container, performs a blue/green or canary rollout with health gates, and rolls back automatically on SLO breach.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a Kubernetes application needs a new Helm chart or a substantial revision to an existing one. Scaffolds Chart.yaml, values.yaml with sensible defaults, and templates for Deployment, Service, Ingress, ConfigMap, and HPA, then validates with helm lint and helm diff against the live cluster.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when provisioning or modifying cloud infrastructure as code. Generates Terraform (HCL), Bicep, or Pulumi code for common resources (AKS/EKS, RDS, S3, VNet/VPC, IAM) with remote state, encryption, and least-privilege defaults.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when an alert fires, a customer reports an outage, or a deploy goes sideways. Guides triage across logs (kubectl, CloudWatch, Loki), identifies the failing component, confirms blast radius, drives Slack status updates, and produces a blameless postmortem.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a repository needs a new CI/CD pipeline or a major revision to an existing one. Generates GitHub Actions, Azure DevOps, or GitLab CI YAML tailored to the project stack (Node, Python, Go, container) with matrix builds, caching, artifact publishing, and environment-gated deploys.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a merged PR needs to be shipped to production end-to-end. Chains CI verification, canary deploy, SLO-driven auto-rollback, and changelog generation into a single auditable release run.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a user wants to design or audit a backup posture across databases, object storage, and Kubernetes state; targets 3-2-1 (3 copies, 2 media, 1 offsite); sets RPO/RTO per workload tier; schedules Velero for K8s state and logical + physical backups for databases; enforces monthly restore tests. Produces a backup…
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a user wants a Kubernetes cluster health check, says "is the cluster healthy", "something is off with the cluster", inherits an unfamiliar cluster, or is triaging an ongoing incident. Walks node conditions, control-plane components, resource pressure, critical DaemonSets, pod lifecycle states, and recent…
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a platform incident is reported ("something's wrong with cluster X", alerts firing, user-facing degradation of unknown origin). Runs structured first-response triage — cluster health, then network or TLS branches as evidence demands, then incident comms if impact is user-facing.
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a user wants to centralise Kubernetes logs, install Loki + Promtail or ELK (Elasticsearch + Logstash/Fluent Bit + Kibana), configure retention, wire log shipping from pods, or tune label/index hygiene. Picks the lightweight (Loki) or heavyweight (ELK) stack based on scale and budget, installs, validates…
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a user wants to provision Kubernetes observability, install Prometheus/Grafana/Alertmanager, wire ServiceMonitors, import Golden Signal dashboards, or configure alert routing to Slack/PagerDuty. Installs kube-prometheus-stack via Helm, applies ServiceMonitors, loads dashboards for…
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a user reports connectivity failures, "can't reach X", DNS issues, TLS handshake errors, timeouts, or suspected firewall/NetworkPolicy problems. Walks a layered flow from DNS to TCP to TLS to application, audits K8s NetworkPolicy, cloud firewall / NSG rules, MTU, and emits a structured diagnosis with the…
tahirraufkeeyu/software-development-agent-stack--sdas
Skill Claude CodeCodex
Use when a user wants to audit TLS certificates across a Kubernetes estate, migrate to cert-manager with Let's Encrypt (HTTP-01 or DNS-01), set up expiry alerts (≤30d warning / ≤7d critical), or rotate certs without downtime. Runs a cert inventory, issues / renews via cert-manager, and validates the ingress still…