Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsAuthors › Amey-Thakur › Page 3

Amey-Thakur

@Amey-Thakur on GitHub →

733 Claude Code skills authored by Amey-Thakur.

updated 2026-08-21 · showing 121–180 of 733 by quality score

Average Pro QualityScore: 64.1/100

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Replicate a live incident team as agents with a commander, parallel investigators, comms, and a scribe, coordinated on a fixed cadence.
Write benchmarks that do not lie, controlling warmup, isolation, and statistics so the number reflects the code and not the environment.
Read research papers efficiently in passes, separating claims from evidence and assessing reproducibility.
Keep every outgoing artefact consistent in voice, claims, and terminology with agents that check against a written brand definition.
Close the gaps between test and production by matching versions, data shape, and configuration paths so a passing suite actually predicts prod behavior.
Enforce authorization so access is denied by default and every request re-checks that the caller owns the specific resource, closing IDOR gaps.
Split a model that will not fit on one GPU across devices with tensor, pipeline, and expert parallelism, choosing each split by its communication cost.
Prepare and conduct a negotiation around interests and alternatives rather than positions, so agreements are better and hold.
Write onboarding docs that get a new contributor to a verified working setup and a first contribution fast.
Run retention as a standing function with agents that watch usage signals, spot churn risk early, prepare account reviews, and hand humans a specific reason to reach out.
Decide where in a prompt to put documents, history, and instructions, given that models attend unevenly across a long context.
Stay within a provider's limits and respond correctly when you exceed them, without hammering or stalling. Use when calling any API at volume.
Force the thread interleavings that expose races by using barriers, stress loops, and linearizability checks instead of hoping the scheduler hits them.
Ship reusable prompt templates from an MCP server so users invoke tested workflows rather than improvising.
Give users real control over what they receive, with granular options and an honest one-click exit. Use when building preference centres or reducing complaint rates.
Insert or update in one statement without races or lost updates, using the engine's conflict handling rather than check-then-write.
Coordinate multi-service transactions as a sequence of local steps with compensations, timeouts, and an observable state machine.
Suggest queries as the user types, fast enough to feel instant and relevant enough to be worth reading.
Reason honestly about at-most-once, at-least-once, and effectively-once semantics end to end. Use when specifying messaging behavior or auditing where a pipeline can lose or…
Ship mobile releases through phased rollouts with hotfix paths and a forced-upgrade policy that never strands users.
Prepare for a penetration test by fixing scope, rules, and access up front, then turn its findings into tracked, verified remediation.
Deliver messages inside the product where they are contextual and non-interruptive, using the right surface for each urgency.
Run structured unscripted testing with charters, tours, and timeboxed sessions to find bugs scripted tests never imagined.
Provide filters that narrow results honestly, with counts that reflect what is actually available and a clear way back out.
Configure transport layer security with modern protocol versions, automated certificate renewal, and strict transport enforcement.
Decide how much reliability to buy, given that each additional nine costs disproportionately more than the last.
Decide whether asyncio pays off, keep the event loop unblocked, and structure concurrency with TaskGroup and disciplined cancellation.
Tag releases with semantic versions and signed tags, generate changelogs, and trigger builds from tags.
Set and vary the learning rate over training, since it is the hyperparameter that most determines whether a run converges. Use when loss diverges, plateaus early, or oscillates.
Use when designing Internal Developer Platforms (IDPs), building platform teams, or improving developer experience.
Define what a user sees when a string, a locale, or a region is not available, so gaps degrade predictably instead of showing keys or blanks.
Receive webhooks reliably, verifying authenticity and handling duplicates, ordering, and retries. Use when a provider pushes events to your service.
Map and design the paths a user takes to complete a goal, minimizing steps and dead ends. Use when designing a multi-step task, checkout, signup, or any flow, or diagnosing where…
Retire API surface with sunset headers, usage tracking, migration guides, and enforced timelines. Use when removing an endpoint, field, or version that consumers depend on.
Turn an empty result set into a useful next step instead of a dead end, and treat the query as a signal worth acting on. Use when searches return nothing and users leave.
Write formulas that stay correct when rows are added and readable when someone else opens the file. Use when building any calculation in a spreadsheet.
Design authentication whose credentials cannot be relayed to a look-alike site, using origin-bound passkeys and hardware keys over phishable codes.
Draw honest conclusions from samples using hypothesis tests, confidence intervals, and significance read correctly.
Understand why cash collected is not revenue earned, and record deferred revenue so financial reporting reflects delivery.
Run a team of migration agents that inventories the work, transforms each slice in isolation, verifies it, and merges under strict discipline.
Buy traffic profitably by measuring against payback and lifetime value rather than cost per click. Use when considering paid channels or when spend is rising without profit.
Ship code behind flags without accumulating flag rot, through disciplined naming, expiry, and cleanup sweeps.
Choose and size a JVM garbage collector from latency goals and allocation behavior, and read GC logs before tuning flags.
Sequence work by dependency to find which tasks actually determine the finish date, and manage those. Use when a project has many parallel workstreams and an immovable date.
Record an execution once and replay it deterministically so you can step backward to the moment a value went wrong.
Tell a model what not to do in a way that works, by converting prohibitions into positive alternatives wherever possible.
Operate as an engineering manager who grows people, protects delivery health, hires deliberately, and shields the team from noise.
Operate as an ML engineer who takes a research model to reliable production behind eval gates and keeps it healthy across its lifecycle.
Implementing comprehensive validation rules across database, application, and pipeline layers to ensure data integrity.
Run one-on-ones the report owns, splitting career growth from status, with notes that compound. Use when establishing 1:1 practice as a manager or getting more from 1:1s as a…
Choose merge or rebase by the history you want, use interactive rebase safely, and set a team policy.
Build a mobile app where the local database is the source of truth, the UI reads and writes it directly, and a background sync engine reconciles with the server.
Design sign-in so credentials are hashed with a slow algorithm, guessing is rate limited, and sessions rotate on login to defeat fixation.
Collect and keep only the personal data a feature actually needs, so exposure, cost, and compliance burden all shrink at once.
Find the object that never gets freed by comparing heap snapshots and following retention paths. Use when a process grows in memory over time, gets OOM-killed, or slows under a…
Turn a rough draft into finished writing through structured revision passes: cut, clarify, then polish. Use when improving your own or others' writing after the first draft exists.
Store time-series data with retention downsampling, compression, out-of-order handling, and the right store choice.
Manage the timing of money in and out so the business can pay what it owes when it is due. Use when growing fast, when payment terms are long, or whenever runway is under a year.
Reduce overfitting with weight decay, dropout, augmentation, and early stopping, choosing by why the model is overfitting.
Use present value, rate, and payment functions correctly, with consistent periods and sign conventions. Use when modelling loans, investments, or discounted cash flows.
Search all 733 skills by Amey-Thakur →