codex
4
Send prompts to OpenAI Codex CLI and process the output. Use /codex <prompt> to invoke Codex, then Claude analyzes, reviews, or integrates the results.
195 days ago
rust-sqlx
4
Rust SQLx patterns for PostgreSQL. Covers compile-time checked queries (sqlx::query!), runtime queries with FromRow, migrations with sqlx-cli, offline mode with sqlx prepare, and idiomatic Rust coding style for database access. Use when: writing Postgres queries in Rust, setting up database migrations, debugging sqlx compile errors, or optimizing database code structure.
195 days ago
Logging Best Practices
4
Use before implementing logs in a medium to large scale production system.
195 days ago