PostToolUse
25Hook Claude Code
Runs after a tool call finishes for WebSearch and WebFetch tool calls, executing capture-web-finding.js via node. From kid-sid/claude-spellbook.
Hook Claude Code
Runs after a tool call finishes for WebSearch and WebFetch tool calls, executing capture-web-finding.js via node. From kid-sid/claude-spellbook.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 19 allowed tools.
Instructions file
Instructions for kid-sid/claude-spellbook, covering claude.md, session setup (required), repository layout, development commands and install tool configs into another project.
Instructions file CodexOpenCode
Instructions for kid-sid/codex-spellbook, covering purpose, repository layout, skill file format, title and when to activate.
Agent
Use this template for Python data pipelines that extract, transform, and load data while preserving schema clarity, idempotency, and observable failure modes.
Agent
Use this template for Next.js or SvelteKit applications that combine typed frontend code, server routes, form handling, and accessibility-sensitive UI work.
Agent
Use this template for Go services built around the standard library, explicit package boundaries, and operational simplicity.
Agent
Use this template for FastAPI or Django backends that expose HTTP APIs, persist relational data, and ship inside Docker.
Agent
Use this template for Express, Fastify, or tRPC services that run on Node, expose APIs, and require strict typing end to end.
Hook
Runs before the agent uses a tool for Bash tool calls, executing guard_force_push.sh and warn_rm_rf.sh (2 commands). From kid-sid/codex-spellbook.
Hook
Runs when the agent finishes a response, executing validate_spellbook.sh. From 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.
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.
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.
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.
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.
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.
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.
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.
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.
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…
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.
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.
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.