kid-sid/codex-spellbook

A curated collection of skills, prompts, and workflows that extend Codex's capabilities — your personal grimoire for AI-powered development.

21Stars on the repository
61Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-design

01

kid-sid/codex-spellbook

Skill Claude CodeCodex

REST API design patterns for resource naming, HTTP methods, status codes, pagination strategy, error envelopes, versioning, and rate limiting. Use when designing, reviewing, or refactoring HTTP APIs and endpoint contracts.

21 3mo ago A 45 tokens original MIT

aws

02

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when writing boto3 or AWS SDK v3 code — configuring IAM auth, reading/writing S3, designing DynamoDB access patterns, writing Lambda handlers, processing SQS batches, or troubleshooting credential and throttling errors.

21 3mo ago C 47 tokens original MIT

azure-service-bus

03

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when implementing reliable message processing with Azure Service Bus — choosing between queues and topics, configuring peek-lock settlement, handling dead-lettered messages, or enforcing ordered processing with sessions.

21 3mo ago A 40 tokens original MIT

azure

04

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when writing Python code that integrates with Azure Blob Storage, AI Search, Document Intelligence, or Key Vault — or when configuring Managed Identity auth, designing a hybrid search index, or troubleshooting Azure SDK retry behavior.

21 3mo ago A 44 tokens original MIT

caching

05

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when adding or debugging caching in a service — choosing a cache strategy, designing TTLs, preventing stampedes, reasoning about invalidation, or configuring HTTP Cache-Control headers.

21 3mo ago A 38 tokens original MIT

ci-cd

06

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when setting up or debugging GitHub Actions pipelines — adding quality gates, configuring OIDC cloud auth, building matrix test runs, publishing artifacts to GHCR/PyPI/npm, or promoting builds from staging to production.

21 3mo ago A 48 tokens original MIT

claude-api

07

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when building or debugging apps that call the Claude API — implementing tool use, streaming, vision, prompt caching, batch processing, extended thinking, or an agentic loop with the Anthropic SDK.

21 3mo ago A 44 tokens original MIT

claude-code

08

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when configuring Claude Code — installing skills or agents, writing hook configurations, setting up tool permissions, registering MCP servers, or authoring CLAUDE.md project instructions.

21 3mo ago D 38 tokens original MIT

code-review

09

kid-sid/codex-spellbook

Skill Claude CodeCodex

Pull request review guidance for correctness, security, tests, performance, API contract drift, migrations, and error handling. Use when reviewing diffs, pull requests, or risky refactors.

21 3mo ago A 40 tokens original MIT

codex-orchestration

10

kid-sid/codex-spellbook

Skill Claude CodeCodex

Authoritative reference for OpenAI Codex CLI's orchestration surface - skills discovery paths, agents/openai.yaml schema, hooks.json events and stdin JSON payload, notify config, and AGENTS.md precedence. Use when installing skills, wiring hooks, debugging why a skill or hook isn't firing, or explaining…

21 3mo ago D 99 tokens original MIT

kid-sid/codex-spellbook

Skill Claude CodeCodex

Create or update Codex skills that follow the repository skill format, trigger cleanly, and stay concise. Use when adding a new skill, refining an existing SKILL.md, or converting domain guidance into an installable Codex skill package.

21 3mo ago A 54 tokens original MIT

coding-standards

12

kid-sid/codex-spellbook

Skill Claude CodeCodex

Cross-language coding standards for Python, TypeScript, and Go covering naming, SOLID design, code smell removal, and comment philosophy. Use when writing, reviewing, or refactoring production code for maintainability.

21 3mo ago A 47 tokens original MIT

complex-doc-rag

13

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when building a RAG pipeline that ingests PDFs, Excel, CSV, or images — especially when debugging silent data loss, choosing between OCR tools, or handling edge cases like scanned pages, merged cells, or embedded charts.

21 3mo ago A 51 tokens original MIT

containerization

14

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when writing Dockerfiles, setting up docker-compose for local dev, configuring Kubernetes resources (Deployment, Service, Ingress, HPA), sizing pod resource limits, or packaging a service with Helm.

21 3mo ago A 43 tokens original MIT

data-pipelines

15

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when building or debugging data pipelines with Airflow or Prefect, writing dbt models or tests, designing incremental loads, implementing idempotent ETL/ELT jobs, validating data quality, or orchestrating multi-step data workflows.

21 3mo ago A 52 tokens original MIT

database-design

16

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when designing a schema, adding indexes to fix slow queries, writing a zero-downtime migration, diagnosing N+1 issues with EXPLAIN ANALYZE, or configuring connection pooling for a PostgreSQL-backed service.

21 3mo ago A 48 tokens original MIT

database

17

kid-sid/codex-spellbook

Skill Claude CodeCodex

Database guidance for schema naming, safe migrations, indexing, N+1 detection, transaction scope, and soft-delete versus hard-delete tradeoffs. Use when designing schemas, writing migrations, or tuning persistence behavior.

21 3mo ago A 43 tokens original MIT

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when choosing a deployment strategy for a release, setting up canary or blue/green rollouts, adding feature flags to decouple deployment from release, coordinating a zero-downtime database migration, or defining rollback criteria and procedures.

21 3mo ago A 52 tokens original MIT

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when choosing a branching strategy, writing a commit message, opening or reviewing a pull request, setting up commit linting, or tagging a versioned release.

21 3mo ago A 36 tokens original MIT

docker

20

kid-sid/codex-spellbook

Skill Claude CodeCodex

Containerization guidance for multi-stage builds, non-root execution, dockerignore hygiene, layer caching, healthchecks, and secret handling. Use when writing or reviewing Dockerfiles and container images.

21 3mo ago A 39 tokens original MIT

end-to-end-testing

21

kid-sid/codex-spellbook

Skill Claude CodeCodex

End-to-end (E2E) testing patterns for user journeys, browser automation, UI state, and production-like environment validation. Use when testing the system as a black box from the user's perspective.

21 3mo ago A 45 tokens original MIT

event-driven

22

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when designing or debugging an event-driven system — choosing Kafka partitioning strategies, implementing the outbox pattern, handling dead-letter queues, ensuring idempotent consumers, or making event sourcing decisions.

21 3mo ago A 42 tokens original MIT

fastapi

23

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when structuring a FastAPI application, designing dependency injection chains, defining Pydantic v2 schemas, adding JWT authentication, or writing async route tests with httpx.

21 3mo ago A 38 tokens original MIT

feature-flags

24

kid-sid/codex-spellbook

Skill Claude CodeCodex

Use when adding feature flag support to a service, designing a percentage-based rollout, setting up A/B experiments or multivariate tests, choosing between LaunchDarkly, Unleash, and OpenFeature, writing tests for flag-gated code, or managing flag lifecycle and cleanup.

21 3mo ago A 59 tokens original MIT