sananthanarayan

60 mods across 1 repository, 2 stars between them.

skilldrop

02

sananthanarayan/skilldrop

Plugin Claude Code

Portable AI-agent skills for the deliverables knowledge workers ship — diagrams, ADRs, PRDs, runbooks, decks, reviews — installable into Claude Code, Cursor, Kiro, and any IDE that takes custom instructions. One command per skill or per role-based pack.

2 17d ago A tokens not measured original MIT

model-router

03

sananthanarayan/skilldrop

Agent Claude Code

Cost-aware dispatcher for skilldrop skills (Claude Code implementation of the provider-neutral routing spec in model-routing.json). Given a skill name + the task input, looks up the skill's abstract tier, applies cheap no-LLM heuristics (input size, ambiguity, user override), resolves the tier to a concrete model via…

2 17d ago A 132 tokens original MIT

skilldrop

04

sananthanarayan/skilldrop

Settings file Claude Code

Agent settings configuring enabledPlugins, extraKnownMarketplaces.

2 17d ago A tokens not measured original MIT

skilldrop AGENTS.md

05

sananthanarayan/skilldrop

Instructions file CodexOpenCode

Instructions for sananthanarayan/skilldrop, covering agents.md — guidance for autonomous coding agents, repo in one paragraph, golden rules, verified commands (do not invent variants) and consistency lint — run from the repo root before committing.

2 17d ago A 7,594 tokens original MIT

skilldrop CLAUDE.md

06

sananthanarayan/skilldrop

Instructions file

Instructions for sananthanarayan/skilldrop, covering claude.md, dogfooding a skill while you build it, then in a new claude code session in any repo, ${claudeskilldir} semantics and project settings.

2 17d ago A 538 tokens original MIT

code-quality

07

sananthanarayan/skilldrop

Agent

Craft-and-maintainability reviewer of just-written code. Finds what the next engineer will hate — bad names, tangled structure, duplication, needless complexity, leaky abstractions, dead code, and unreadable control flow. Does NOT hunt for bugs (that's the devils-advocate agent). Delegate to it when code works but you…

2 17d ago B 79 tokens original MIT

devils-advocate

08

sananthanarayan/skilldrop

Agent

Adversarial reviewer of just-written code and tests. Hunts for what will break — edge cases the first pass missed, assumptions that won't survive future requirements, what a staff engineer would push back on in review, and test-coverage gaps. Delegate to it right after a feature is declared "done", before opening a PR…

2 17d ago A 73 tokens original MIT

security-reviewer

09

sananthanarayan/skilldrop

Agent

Security reviewer of just-written code and its dependencies. Hunts for exploitable weaknesses in the change — missing authz, injection, secret exposure, SSRF, unsafe deserialization, path traversal, weak crypto, and risky new dependencies. Does NOT hunt general bugs (that's devils-advocate) or model a design's threat…

2 17d ago B 106 tokens original MIT

accessibility-audit

10

sananthanarayan/skilldrop

Skill Claude CodeCodex

Adversarially audit a UI (component code, page markup, screenshot, or flow) against WCAG 2.2 AA — findings cited to specific success criteria, centered on the user and assistive tech each one blocks, severity-tagged, with a concrete fix and what a scanner would miss. Use when the user wants an accessibility review…

2 17d ago A 102 tokens original MIT

adr-generator

11

sananthanarayan/skilldrop

Skill Claude CodeCodex

Generate an Architecture Decision Record (ADR) from a context-decision-consequences brief. Supports the two common formats — MADR (Markdown Any Decision Records) and Michael Nygard's original ADR template. Use whenever the user wants to capture an architectural decision, write an ADR, or document a "we decided X…

2 17d ago A 72 tokens original MIT

sananthanarayan/skilldrop

Skill Claude CodeCodex

Place an engineering team on the agentic-coding adoption ladder (0 gated → 4 intent-steered) using observables like agents-in-flight per engineer and who writes the code, name the one bottleneck gating the next step, prescribe the single next unlock, and state which current guardrail must change. Use when a leader…

2 17d ago A 144 tokens original MIT

agent-budget

13

sananthanarayan/skilldrop

Skill Claude CodeCodex

Write the spend spec for an agentic workflow — per-stage model tiers, token caps with hard abort rules, a graceful-degradation order, and cost-per-outcome as the governing metric. Use when the user asks what an agent loop or multi-agent workflow should be allowed to spend, wants token/cost budgets and caps for AI…

2 17d ago A 81 tokens original MIT

agent-loop-design

14

sananthanarayan/skilldrop

Skill Claude CodeCodex

Design a supervised agent loop — the generate→verify→gate cycle, observable exit criteria, hard iteration cap, human gates at irreversible steps, and failure routes — as a loop spec a team can implement in any agent harness. Use when the user wants to automate a recurring task with an AI agent loop, design a work loop…

2 17d ago A 92 tokens original MIT

agent-threat-model

15

sananthanarayan/skilldrop

Skill Claude CodeCodex

Threat-model an AI agent deployment against the lethal trifecta — private data, untrusted content, and an exfiltration vector — producing a per-capability matrix, a named architectural fix for every unsafe path, and a pre-launch checklist. Use before shipping an agent, when reviewing MCP server or tool permissions…

2 17d ago A 94 tokens original MIT

agents-md-generator

16

sananthanarayan/skilldrop

Skill Claude CodeCodex

Generate or audit a repository's AGENTS.md — the agent-policy file Claude Code, Codex, Cursor, Copilot, Kiro and Antigravity read — with every command traced to real evidence in the repo, generic virtue instructions stripped, and forbidden actions named. Use when a repo has no AGENTS.md, when an existing one is stale…

2 17d ago A 98 tokens original MIT

ai-adoption-rollout

17

sananthanarayan/skilldrop

Skill Claude CodeCodex

Plan the human rollout of an AI tool or workflow to an organisation — sized cohorts, enablement per cohort, named champions, a comms plan that states what will not change, and an adoption gate every wave must pass before the next one opens. Use when a tool has been chosen and the question is how it reaches people…

2 17d ago A 109 tokens original MIT

sananthanarayan/skilldrop

Skill Claude CodeCodex

Score an organisation's or team's readiness to adopt AI tooling across six gating dimensions — data, tooling, skills, governance, process, and culture — with an evidence line per score and the blocking gaps ranked by what stops adoption first. Use when the user asks "are we ready for AI", wants an AI maturity or…

2 17d ago A 117 tokens original MIT

ai-usage-policy

19

sananthanarayan/skilldrop

Skill Claude CodeCodex

Draft an organisation's AI acceptable-use policy — three data-sensitivity tiers with what may be put into a tool at each, permitted and prohibited uses stated as behaviours, a human-review matrix keyed to consequence, an approved-tool list with an exception route, and a named owner per rule. Use when a team needs…

2 17d ago A 120 tokens original MIT

ai-usage-report

20

sananthanarayan/skilldrop

Skill Claude CodeCodex

Generate a per-user or team-level report on how AI tools are being used — volume, breadth, and effectiveness signals (e.g. whether AI outputs landed in shipped artifacts vs were generated and discarded). Consumes usage-event logs exported from an MCP server or other telemetry source. Use when a manager or team lead…

2 17d ago A 96 tokens original MIT

ai-use-case-triage

21

sananthanarayan/skilldrop

Skill Claude CodeCodex

Turn a pile of candidate AI use cases into a ranked portfolio — each scored on value, feasibility, and risk with the weights shown, a recommended first slice that can prove or kill the thesis, and an explicit not-yet list with the condition that would promote each entry. Use when a team has more AI ideas than capacity…

2 17d ago A 119 tokens original MIT

api-contract-draft

22

sananthanarayan/skilldrop

Skill Claude CodeCodex

Draft an OpenAPI 3.1 contract from a feature brief or story — resource-oriented paths, a full error catalog (RFC 9457), pagination/idempotency/versioning decided not deferred, examples on every operation, plus a decisions log so review argues choices instead of YAML. Use when the user wants to design an API, draft an…

2 17d ago A 99 tokens original MIT

sananthanarayan/skilldrop

Skill Claude CodeCodex

Generate architecture diagrams (Mermaid, PlantUML, C4) from a written description of a system. Supports AWS/Azure/GCP cloud topologies, microservice landscapes, sequence flows, container diagrams, and ER models. Use whenever the user asks for an architecture diagram, system sketch, flow diagram, or visualization of a…

2 17d ago A 72 tokens original MIT

audience-profile

24

sananthanarayan/skilldrop

Skill Claude CodeCodex

Translate an audience type (exec, board, technical, sales, investor, internal, partner, customer) into structural rules — slide count, density, tone, must-have sections, things to avoid. Reusable across deck-builder, slide-outliner, and exec-summary. Use whenever a stakeholder communication deliverable is being…

2 17d ago A 73 tokens original MIT