Pradnyeshp/Codex-skills

Collection of helpful Codex Skills for software development

2Stars on the repository
58Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

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.

not rated 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.

not rated 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.

not rated 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.

not rated 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.

not rated 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.

not rated 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.

not rated 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.

not rated 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.

not rated 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.

not rated 2 1mo ago A 27 tokens

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: