Pradnyeshp

58 mods across 1 repository, 2 stars between them.

retry-backoff

49

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Retry outbound calls safely — retry only idempotent, transient failures with capped exponential backoff and jitter, set timeouts and budgets, and trip a circuit breaker.

2 1mo ago A 36 tokens

scaffold

50

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Scaffold a new component, module, or feature with boilerplate, tests, and wiring that match the project's existing structure and conventions.

2 1mo ago A 29 tokens

search

51

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Add full-text or filtered search — pick the right engine, index the right fields, rank by relevance, and paginate results without leaking unauthorized data.

2 1mo ago A 30 tokens

secrets-scan

52

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Scan the codebase and git history for hardcoded secrets and credentials, then remediate and prevent leaks.

2 1mo ago A 25 tokens

session-management

53

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Issue, store, refresh, and revoke sessions and tokens securely — pick server sessions vs. JWTs, set cookie flags correctly, rotate on privilege change, and make logout actually revoke.

2 1mo ago A 39 tokens

soft-delete

54

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Soft-delete and restore records safely — mark instead of destroy, filter deleted rows everywhere, keep constraints and uniqueness working, and purge on a schedule.

2 1mo ago A 31 tokens

test-gen

55

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Generate unit tests for changed or specified code, matching the project's existing test framework and conventions.

2 1mo ago A 20 tokens

timezones

56

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Handle dates and times correctly across timezones and DST — store in UTC, convert at the edges, use IANA zones not offsets, and reason about wall-clock vs. instants.

2 1mo ago A 39 tokens

type-annotate

57

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Add or improve static type annotations (Python hints, TypeScript types, Go/Rust signatures) and verify with the type checker.

2 1mo ago A 30 tokens

webhooks

58

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Build reliable webhook senders and receivers — verify signatures, process idempotently, respond fast, and retry with backoff.

2 1mo ago A 27 tokens