tahirraufkeeyu/software-development-agent-stack--sdas

Turn Claude into your team's teammate — 50 ready-to-install skills for engineering, security, devops, sales, marketing, and more.

18Stars on the repository
65Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-design

01

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.

not rated 18 4mo ago A 72 tokens original MIT

code-review

02

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.

not rated 18 4mo ago A 54 tokens original MIT

commit-message

03

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.

not rated 18 4mo ago A 55 tokens original MIT

debug

04

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

not rated 18 4mo ago A 66 tokens original MIT

documentation

05

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

not rated 18 4mo ago A 67 tokens original MIT

project-bootstrap

06

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.

not rated 18 4mo ago A 84 tokens original MIT

refactor

07

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.

not rated 18 4mo ago A 51 tokens original MIT

ship-feature

08

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.

not rated 18 4mo ago A 61 tokens original MIT

test-writer

09

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…

not rated 18 4mo ago A 75 tokens original MIT

cost-optimizer

10

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.

not rated 18 4mo ago A 63 tokens original MIT

deploy

11

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.

not rated 18 4mo ago A 48 tokens original MIT

helm-charts

12

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.

not rated 18 4mo ago A 65 tokens original MIT

iac-generator

13

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.

not rated 18 4mo ago A 62 tokens original MIT

incident-response

14

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.

not rated 18 4mo ago A 59 tokens original MIT

pipeline-builder

15

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.

not rated 18 4mo ago A 66 tokens original MIT

release-to-prod

16

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.

not rated 18 4mo ago A 46 tokens original MIT

backup-strategy

17

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…

not rated 18 4mo ago A 91 tokens original MIT

cluster-health

18

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…

not rated 18 4mo ago A 75 tokens original MIT

infra-triage

19

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.

not rated 18 4mo ago A 59 tokens original MIT

log-aggregation

20

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…

not rated 18 4mo ago A 89 tokens original MIT

monitoring-setup

21

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…

not rated 18 4mo ago A 76 tokens original MIT

network-diagnostics

22

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…

not rated 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…

not rated 18 4mo ago A 80 tokens original MIT

announcement

24

tahirraufkeeyu/software-development-agent-stack--sdas

Skill Claude CodeCodex

Use when drafting an internal or external announcement — product launches, milestones, or policy changes. Produces a tone-appropriate (formal or casual) draft with hook, substance, reason, and call-to-action, suitable for Slack, email, or an internal blog post.

not rated 18 4mo ago A 56 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: