sananthanarayan

60 mods across 1 repository, 2 stars between them.

pre-merge-review

49

sananthanarayan/skilldrop

Skill Claude CodeCodex

Gate an existing change for merge — run one skill that fires the whole production-readiness pass. First a deterministic mechanical gate (lint + typecheck + tests, via a script whose exit code decides), then the three-reviewer panel dispatched in parallel — devils-advocate (correctness), security-reviewer…

2 18d ago A 139 tokens original MIT

prfaq

50

sananthanarayan/skilldrop

Skill Claude CodeCodex

Write an Amazon-style PR/FAQ — the launch press release for a product that doesn't exist yet, plus the customer FAQ and internal FAQ that force the hard questions before engineering starts. Use when the user wants a PRFAQ, a working-backwards document, a "write the press release first" exercise, or needs to align…

2 18d ago A 83 tokens original MIT

release-notes

51

sananthanarayan/skilldrop

Skill Claude CodeCodex

Turn git history between two refs into release notes — a customer-facing version written in reader benefits and an internal Keep-a-Changelog version with commit traceability, breaking changes always first. Use when the user wants release notes, a changelog, "what's in this release", a deploy announcement, or to…

2 18d ago A 72 tokens original MIT

sananthanarayan/skilldrop

Skill Claude CodeCodex

Generate per-stakeholder interview kits for feature discovery — ≤7 questions per stakeholder ranked by how much the answer changes the design, each naming the decision it informs, with at least one disconfirming question per script and an assumptions-to-validate ledger. Use when the user is gathering business…

2 18d ago A 87 tokens original MIT

sananthanarayan/skilldrop

Skill Claude CodeCodex

Reverse-engineer a system's architecture from what already exists — a code repo, Terraform / CloudFormation / Pulumi / Bicep, Kubernetes manifests, docker-compose, a database schema, an OpenAPI spec, or a package manifest — and produce a renderable diagram (Mermaid / C4 / PlantUML) plus a written description suitable…

2 18d ago A 121 tokens original MIT

runbook-generator

54

sananthanarayan/skilldrop

Skill Claude CodeCodex

Generate an operational runbook for a service — covering deploy/rollback, common incidents, on-call escalation, SLOs, dashboards, and dependencies. Use when the user is launching a new service, onboarding to on-call, or being asked for "the runbook" by SRE or production-readiness review.

2 18d ago A 67 tokens original MIT

slide-outliner

55

sananthanarayan/skilldrop

Skill Claude CodeCodex

Outline an architecture review or technical pitch deck — slide titles, key points per slide, and speaker notes. Does NOT generate PowerPoint/Keynote files; produces a structured outline the user can paste into any deck tool. Use when the user is preparing for an architecture review, design review, sales pitch, partner…

2 18d ago A 74 tokens original MIT

sonar-onboard

56

sananthanarayan/skilldrop

Skill Claude CodeCodex

Scaffold a repo for Sonar compliance — supports both SonarQube server (self-hosted) and SonarCloud (SaaS), user picks at setup time. Generates sonar-project.properties with language-correct source/test/coverage paths, a CI workflow that runs the scanner on every push and PR and blocks merge on quality-gate failure…

2 18d ago A 157 tokens original MIT

sonar-review

57

sananthanarayan/skilldrop

Skill Claude CodeCodex

Run a Sonar scan against the just-changed code on the current branch and produce a structured compliance report — quality-gate verdict (PASS / FAIL), then severity-tagged findings (🟥 blocker / 🟧 critical / 🟨 major / ⚪ minor / ⚪ info) scoped to changed files, each with file:line, the Sonar rule ID, the category (bug…

2 18d ago A 217 tokens original MIT

strategy-analysis

58

sananthanarayan/skilldrop

Skill Claude CodeCodex

Run a strategy framework — SWOT/TOWS, Porter's Five Forces, or PESTLE — on a product, company, or market question, choosing the right framework for the question and forcing every cell to carry evidence and a so-what. Use when the user asks for a SWOT, a competitive/market analysis, "should we enter this market"…

2 18d ago A 90 tokens original MIT

subagent-design

59

sananthanarayan/skilldrop

Skill Claude CodeCodex

Decompose a task into an orchestrator and subagents — one-mission role cards with typed output contracts, a topology (pipeline / parallel / judge panel) chosen with a reason, context-isolation rationale, and a verification stage that is never a generator. Use when the user wants to fan work out across multiple agents…

2 18d ago A 89 tokens original MIT

success-metrics

60

sananthanarayan/skilldrop

Skill Claude CodeCodex

Define how a feature's success will be measured before it's built — one primary metric with target, timeframe, and baseline; guardrail and counter-metrics; an instrumentation plan naming every event; and a pre-committed decision rule for what happens if the target is missed. Use when the user asks "how do we know this…

2 18d ago A 93 tokens original MIT