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.

This repository also configures its own agents. See what software-development-agent-stack--sdas tells them →

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

changelog

25

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

Skill Claude CodeCodex

Use when preparing user-facing release notes from git history and PR metadata. Generates a Keep-a-Changelog-format document grouped by semantic version, translating commit jargon into user impact and filtering out internal-only changes.

not rated 18 4mo ago A 43 tokens original MIT

comms-weekly

26

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

Skill Claude CodeCodex

Use when running the internal-comms team's weekly rhythm covering the leadership sync, an all-hands status update, and a conditional company-wide announcement. Bundles the week's artifacts into a single package markdown with distribution list and publish timestamps.

not rated 18 4mo ago A 51 tokens original MIT

incident-report

27

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

Skill Claude CodeCodex

Use when an incident has been resolved and a blameless postmortem is needed. Reconstructs the timeline from Slack #incident- channels, logs, and PagerDuty, then drafts a structured postmortem with 5-whys root cause analysis and owner-assigned action items.

not rated 18 4mo ago A 63 tokens original MIT

meeting-notes

28

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

Skill Claude CodeCodex

Use when given a meeting transcript (Otter, Granola, Zoom, Google Meet, or manually typed) and need structured notes. Extracts decisions, action items with owner and deadline, open questions, and key points — omits small talk and verbatim transcription.

not rated 18 4mo ago A 58 tokens original MIT

onboarding-guide

29

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

Skill Claude CodeCodex

Use when a new hire or transfer is joining a team and needs a structured onboarding document. Generates a Day 1 / Week 1 / Month 1 guide from repository README, CODEOWNERS, CI config, wiki pages, and team directory — including access checklist, reading list, first-PR target, glossary, and runbook index.

not rated 18 4mo ago A 73 tokens original MIT

status-update

30

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

Skill Claude CodeCodex

Use when a team needs a weekly (or ad-hoc) written status update covering shipped work, in-flight work, next steps, risks, and asks. Pulls from git history, PRs, and the project board, then drafts a 300-word update in plain language with no status-theater.

not rated 18 4mo ago A 65 tokens original MIT

analytics-report

31

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

Skill Claude CodeCodex

Use when the marketing team needs a weekly analytics rollup across GA4, Mixpanel, HubSpot, and social/email platforms. Produces a one-page digest with week-over-week changes, hypotheses for the changes, recommended next actions, and an explicit signal-vs-noise call on each metric.

not rated 18 4mo ago A 63 tokens original MIT

competitor-monitor

32

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

Skill Claude CodeCodex

Use when the marketing team needs a weekly competitive intelligence digest covering competitor content, positioning shifts, pricing changes, and product launches. Produces a dated digest with new content summaries, positioning deltas, pricing deltas, product moves, and a recommended response for each signal.

not rated 18 4mo ago A 58 tokens original MIT

content-writer

33

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

Skill Claude CodeCodex

Use when a marketer gives you a content brief (topic, audience, goal, length) and needs a publish-ready blog post, case study, or whitepaper. Produces a structured draft with hook, thesis, scannable body, CTA, and meta description in the brand voice defined in references/brand-voice-guide.md.

not rated 18 4mo ago A 71 tokens original MIT

email-campaign

34

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

Skill Claude CodeCodex

Use when a marketer needs a full email sequence drafted (nurture, onboarding, re-engagement, or promotional) with subject line variants, mobile-first body copy, a single CTA per email, and CAN-SPAM/GDPR compliance baked in. Pulls from references/email-templates.md for proven sequence structures.

not rated 18 4mo ago A 68 tokens original MIT

marketing-weekly

35

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

Skill Claude CodeCodex

Use when running the marketing team's weekly content cycle end-to-end on a Mon-Fri cadence. Orchestrates competitor monitoring, long-form content, SEO, social, email, and analytics into a single weekly report.

not rated 18 4mo ago A 47 tokens original MIT

seo-optimizer

36

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

Skill Claude CodeCodex

Use when a page or post needs keyword research, intent classification, and on-page SEO review before publish. Produces a keyword map (seed to related queries with intent), on-page recommendations (title, meta, headings, links, alt text, schema), and a Core Web Vitals checklist.

not rated 18 4mo ago A 63 tokens original MIT

social-media

37

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

Skill Claude CodeCodex

Use when a marketer needs to atomize a pillar piece (blog post, launch, case study) into platform-native social posts for LinkedIn, X/Twitter, and the newsletter. Produces posts that match each platform's shape, with posting-time guidance and zero hashtag spam.

not rated 18 4mo ago A 59 tokens original MIT

accessibility-audit

38

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

Skill Claude CodeCodex

Use when a page or flow needs a WCAG 2.1 AA conformance audit. Runs axe-core against the live DOM via Chrome DevTools MCP, inspects the accessibility tree, verifies keyboard navigation and focus order, checks color contrast, ARIA roles, landmarks, headings, form labels, skip links, and alt text — and reports every…

not rated 18 4mo ago A 83 tokens original MIT

api-test-generator

39

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

Skill Claude CodeCodex needs its repo

Use when an OpenAPI 3.x specification (or URL to one) needs to be turned into a runnable API test suite. Generates Schemathesis property-based tests, REST-assured (Java) suites, or supertest (Node) specs covering positive, negative, auth, and rate-limit flows — and validates every response against the declared schema.

not rated 18 4mo ago A 74 tokens original MIT

bug-report

40

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

Skill Claude CodeCodex

Use when a defect needs to be filed in a structured, reproducible format. Produces a bug report with an observed-behavior title, environment, numbered steps to reproduce, expected vs. actual, frequency, severity, priority, attachments, related tickets, and workaround. Enforces reproducibility before filing.

not rated 18 4mo ago A 65 tokens original MIT

e2e-test-generator

41

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

Skill Claude CodeCodex needs its repo

Use when a user story, acceptance criteria, or Jira ticket needs to be turned into a runnable Playwright or Cypress end-to-end test. Generates page-object-model specs with data-testid selectors, explicit waits, network mocking for edge cases, screenshot-on-failure, and inline accessibility assertions.

not rated 18 4mo ago A 63 tokens original MIT

full-regression

42

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

Skill Claude CodeCodex

Use when preparing a release build for production and a complete pre-release QA sweep is required. Orchestrates API, E2E, performance, and accessibility testing, then consolidates results into a single release-readiness report with a go/no-go recommendation.

not rated 18 4mo ago A 55 tokens original MIT

performance-test

43

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

Skill Claude CodeCodex

Use when a page, release candidate, or route needs a Core Web Vitals and Lighthouse audit with prioritized fix recommendations. Runs Lighthouse via Chrome DevTools MCP, captures a performance trace, analyzes long tasks and render-blocking resources, and produces actionable guidance per metric (LCP, INP, CLS, TTFB…

not rated 18 4mo ago A 71 tokens original MIT

test-data-generator

44

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

Skill Claude CodeCodex needs its repo

Use when realistic, seeded test data is needed from a JSON Schema, OpenAPI component schema, or database schema (PostgreSQL / MySQL / SQLite DDL). Generates reproducible records that honor constraints (unique, min/max, enum, foreign keys, formats) using faker libraries, and emits SQL inserts, JSON, or CSV. Supports a…

not rated 18 4mo ago A 79 tokens original MIT

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

Skill Claude CodeCodex

Use when a rep needs a battlecard against a named competitor for a live deal or quarterly enablement. Maps competitor positioning, ICP, pricing, differentiators, weaknesses, win/loss patterns, and public review sentiment into a one-page battlecard.

not rated 18 4mo ago A 53 tokens original MIT

email-outreach

46

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

Skill Claude CodeCodex

Use when a rep needs a personalized outbound email sequence grounded in a research brief. Produces a 3-step cold or 4-step warm sequence with subject lines under 45 characters, bodies under 120 words, one clear CTA per email, and no filler phrases.

not rated 18 4mo ago A 58 tokens original MIT

lead-research

47

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

Skill Claude CodeCodex

Use when a rep needs a pre-outreach account brief on a named company. Produces a one-page dossier covering firmographics, tech stack, trigger events, hiring signals, known pain points, and three concrete outreach angles tied to triggers.

not rated 18 4mo ago A 52 tokens original MIT

meeting-prep

48

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

Skill Claude CodeCodex

Use when a rep has a customer meeting booked and needs a pre-meeting brief. Produces a one-page dossier with company context, attendee LinkedIn profiles and recent activity, role-based priorities, a draft agenda, talking points tied to research, anticipated objections, and a defined success metric.

not rated 18 4mo ago A 62 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: