tahirraufkeeyu

60 mods across 1 repository, 18 stars between them.

api-design

02

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.

18 4mo ago A 72 tokens original MIT

code-review

03

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.

18 4mo ago A 54 tokens original MIT

commit-message

04

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.

18 4mo ago A 55 tokens original MIT

debug

05

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".

18 4mo ago A 66 tokens original MIT

documentation

06

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).

18 4mo ago A 67 tokens original MIT

project-bootstrap

07

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.

18 4mo ago A 84 tokens original MIT

refactor

08

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.

18 4mo ago A 51 tokens original MIT

ship-feature

09

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.

18 4mo ago A 61 tokens original MIT

test-writer

10

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…

18 4mo ago A 75 tokens original MIT

cost-optimizer

11

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.

18 4mo ago A 63 tokens original MIT

deploy

12

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.

18 4mo ago A 48 tokens original MIT

helm-charts

13

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.

18 4mo ago A 65 tokens original MIT

iac-generator

14

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.

18 4mo ago A 62 tokens original MIT

incident-response

15

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.

18 4mo ago A 59 tokens original MIT

pipeline-builder

16

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.

18 4mo ago A 66 tokens original MIT

release-to-prod

17

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.

18 4mo ago A 46 tokens original MIT

backup-strategy

18

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…

18 4mo ago A 91 tokens original MIT

cluster-health

19

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…

18 4mo ago A 75 tokens original MIT

infra-triage

20

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.

18 4mo ago A 59 tokens original MIT

log-aggregation

21

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…

18 4mo ago A 89 tokens original MIT

monitoring-setup

22

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…

18 4mo ago A 76 tokens original MIT

network-diagnostics

23

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…

18 4mo ago A 79 tokens original MIT

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…

18 4mo ago A 80 tokens original MIT