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

accessibility

01

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Audit UI code for accessibility (a11y) issues against WCAG and suggest concrete fixes for semantics, keyboard, contrast, and ARIA.

not rated 2 1mo ago A 31 tokens

api-design

02

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Design a REST or GraphQL API endpoint or resource — paths, methods, schemas, status codes, and errors — following the project's conventions.

not rated 2 1mo ago A 30 tokens

audit-log

03

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Record who did what, when, and to what — append-only, tamper-evident audit trails for security-sensitive actions, without logging secrets.

not rated 2 1mo ago A 32 tokens

auth

04

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Implement authentication and authorization safely — verify identity, manage sessions and tokens, store credentials securely, and enforce least-privilege access checks.

not rated 2 1mo ago A 28 tokens

background-jobs

05

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Run work asynchronously with a job queue — enqueue reliably, process idempotently, retry with backoff, dead-letter failures, and make jobs observable.

not rated 2 1mo ago A 33 tokens

benchmark

06

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Write and run reproducible performance benchmarks with stable, statistically meaningful measurements using the project's tooling.

not rated 2 1mo ago A 19 tokens

caching

07

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Add or improve caching safely — pick the right layer and key, set TTL and invalidation, and verify correctness and hit rate.

not rated 2 1mo ago A 28 tokens

changelog

08

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Generate a changelog entry from recent git commits for release notes.

not rated 2 1mo ago A 15 tokens

ci-setup

09

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Generate or improve a CI pipeline (GitHub Actions, GitLab CI, etc.) that installs, lints, tests, and builds the project.

not rated 2 1mo ago A 33 tokens

code-review

10

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Review the current branch diff for bugs, security issues, and quality problems with severity ratings.

not rated 2 1mo ago A 20 tokens

config-management

12

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Structure application configuration safely — layer sources, validate at startup, keep secrets out of code, and document every setting.

not rated 2 1mo ago A 25 tokens

connection-pooling

13

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Size and manage DB/HTTP connection pools to avoid exhaustion — set sane limits, use timeouts, validate connections, and reuse clients instead of opening per-request.

not rated 2 1mo ago A 35 tokens

cors

14

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Configure CORS correctly and safely — allowlist real origins, handle preflight, scope credentials and headers narrowly, and never reflect arbitrary origins.

not rated 2 1mo ago A 29 tokens

data-validation

15

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Validate and sanitize input at trust boundaries — define a schema, fail closed with clear errors, normalize data, and never trust client-supplied values.

not rated 2 1mo ago A 32 tokens

db-indexing

16

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Choose and verify the right database indexes for real query patterns — read the plan, order composite columns correctly, avoid over-indexing, and build without locking production.

not rated 2 1mo ago A 35 tokens

dead-code

17

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Find and safely remove unused code — dead functions, unreachable branches, unused imports, exports, and dependencies.

not rated 2 1mo ago A 23 tokens

debug

18

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Systematically diagnose and fix an error, stack trace, or failing test by finding the root cause first.

not rated 2 1mo ago A 22 tokens

dependency-audit

19

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Audit project dependencies for outdated, deprecated, and known-vulnerable packages and recommend safe updates.

not rated 2 1mo ago A 22 tokens

deployment

20

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Ship a build to production safely — pick a rollout strategy, gate on health, sequence migrations, and have a fast, tested rollback.

not rated 2 1mo ago A 28 tokens

doc-gen

21

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Add docstrings and inline documentation to functions, matching the language's conventions and existing style.

not rated 2 1mo ago A 20 tokens

dockerize

22

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Generate a production-ready Dockerfile and .dockerignore for the current project.

not rated 2 1mo ago A 17 tokens

env-setup

23

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Produce a reproducible developer setup — required tooling, env vars, install/run steps — and a getting-started guide for new contributors.

not rated 2 1mo ago A 30 tokens

error-handling

24

Pradnyeshp/Codex-skills

Skill Claude CodeCodex

Harden error handling and edge cases — validate inputs, handle failures explicitly, and fail safely without leaking internals.

not rated 2 1mo ago A 26 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: