tahirraufkeeyu

60 mods across 1 repository, 18 stars between them.

announcement

25

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.

18 4mo ago A 56 tokens original MIT

changelog

26

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.

18 4mo ago A 43 tokens original MIT

comms-weekly

27

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.

18 4mo ago A 51 tokens original MIT

incident-report

28

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.

18 4mo ago A 63 tokens original MIT

meeting-notes

29

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.

18 4mo ago A 58 tokens original MIT

onboarding-guide

30

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.

18 4mo ago A 73 tokens original MIT

status-update

31

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.

18 4mo ago A 65 tokens original MIT

analytics-report

32

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.

18 4mo ago A 63 tokens original MIT

competitor-monitor

33

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.

18 4mo ago A 58 tokens original MIT

content-writer

34

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.

18 4mo ago A 71 tokens original MIT

email-campaign

35

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.

18 4mo ago A 68 tokens original MIT

marketing-weekly

36

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.

18 4mo ago A 47 tokens original MIT

seo-optimizer

37

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.

18 4mo ago A 63 tokens original MIT

social-media

38

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.

18 4mo ago A 59 tokens original MIT

accessibility-audit

39

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…

18 4mo ago A 83 tokens original MIT

api-test-generator

40

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

Skill Claude CodeCodex

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.

18 4mo ago A 74 tokens original MIT

bug-report

41

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.

18 4mo ago A 65 tokens original MIT

e2e-test-generator

42

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

Skill Claude CodeCodex

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.

18 4mo ago A 63 tokens original MIT

full-regression

43

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.

18 4mo ago A 55 tokens original MIT

performance-test

44

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…

18 4mo ago A 71 tokens original MIT

test-data-generator

45

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

Skill Claude CodeCodex

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…

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.

18 4mo ago A 53 tokens original MIT

email-outreach

47

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.

18 4mo ago A 58 tokens original MIT

lead-research

48

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.

18 4mo ago A 52 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: