JakubMikolajek/codex-skills-collection

This repository also configures its own agents. See what codex-skills-collection tells them →

5Stars on the repository
69Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

accessibility

01

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Web accessibility implementation and audit patterns conforming to WCAG 2.1 AA. Covers semantic HTML, ARIA roles and properties, keyboard navigation, focus management, screen reader compatibility, color contrast, and accessible component patterns for modals, menus, forms, and live regions. Use when implementing UI…

not rated 5 5d ago A SkillSpector: warn 91 tokens original MIT

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Delegate bounded research, summarization, support, and advisory reviews to Antigravity CLI through agy for large files, broad exploration, long logs, diffs, or second opinions. Do not use for main coding, security-sensitive logic, or final reviews.

not rated 5 5d ago A 58 tokens original MIT

api-contract

03

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

API contract design, versioning, and breaking change management for HTTP APIs. Covers OpenAPI specification as source of truth, backward compatibility rules, deprecation lifecycle, consumer-driven contract principles, and API design standards. Use when designing new API endpoints, reviewing API changes, managing API…

not rated 5 5d ago A 72 tokens original MIT

c-embedded

05

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

C programming patterns for embedded systems. Covers memory management, fixed-width types, bitwise operations, volatile and const correctness, interrupt-safe code, hardware register access, and defensive coding for resource-constrained environments. Use when writing or reviewing C code targeting microcontrollers…

not rated 5 5d ago A SkillSpector: warn 77 tokens original MIT

changelog-generator

06

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Generate structured CHANGELOG entries from git history, PR descriptions, or session handoffs. Use when preparing a release, closing a sprint, or documenting changes for end users.

not rated 5 5d ago A 38 tokens original MIT

ci-cd

07

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

CI/CD pipeline design and implementation patterns for automated build, test, and deployment workflows. Covers GitHub Actions, quality gates, environment promotion, secret management in CI, Docker image publishing, and deployment safety patterns. Use when setting up or reviewing CI/CD pipelines, adding quality gates…

not rated 5 5d ago A 69 tokens original MIT

code-review

08

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Perform code review. Quality analysis. Acceptance criteria verification. Best practices review. Includes security lens for backend code — covers OWASP Top 10 patterns, injection, auth/authZ, and secrets hygiene as part of every review.

not rated 5 5d ago A 48 tokens original MIT

data-modeling

10

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Domain-driven data modeling patterns covering aggregate design, entity boundaries, value objects, and event sourcing fundamentals. Use when designing the domain model for a new service, reviewing existing data structures for DDD correctness, or deciding how to structure complex business logic around data.

not rated 5 5d ago A SkillSpector: pass 55 tokens original MIT

debug-trace

11

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Enforce structured root cause analysis before writing any fix. Use for any bug, error, crash, or unexpected behavior — prevents surface-level patches on deeper problems.

not rated 5 5d ago A 36 tokens original MIT

dev-docs-flow

12

JakubMikolajek/codex-skills-collection

Skill Codex

Build structured engineering documentation and execution flow artifacts by composing existing dev skills. Use when the user asks for docs + flow outputs, asks for /docs-flow, explicitly names dev-docs-flow, or needs one consolidated artifact from research/planning/implementation/review context.

not rated 5 5d ago A 59 tokens original MIT

docker

13

JakubMikolajek/codex-skills-collection

Skill Codex

Dockerfile and Docker Compose implementation and review patterns for containerized applications. Use when Codex needs to build, refactor, debug, or review Dockerfile, docker-compose.yml, compose.yaml, multi-stage builds, runtime images, service definitions, or Turborepo-compatible container workflows, especially for…

not rated 5 5d ago B 94 tokens original MIT

e2e-testing

14

JakubMikolajek/codex-skills-collection

Skill Codex

E2E testing patterns, verification procedures, and CI readiness checklists. Use for writing, debugging, or reviewing end-to-end tests, fixing flaky tests, creating Page Objects, and mocking external APIs.

not rated 5 5d ago A 46 tokens original MIT

embedded-toolchain

15

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Embedded build system patterns using CMake and GCC cross-compilation toolchain. Covers arm-none-eabi and riscv toolchain setup, CMake cross-compilation configuration, linker scripts, startup files, memory maps, and flashing with OpenOCD. Use when setting up a new embedded project from scratch, reviewing build…

not rated 5 5d ago B 77 tokens original MIT

error-handling

16

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Cross-cutting error handling patterns for production backend systems. Covers error boundary design, retry strategies, circuit breakers, graceful degradation, and error observability. Use when designing error handling for new services, reviewing error propagation across system boundaries, or hardening a service against…

not rated 5 5d ago A 59 tokens original MIT

express

17

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex needs its repo

Express.js implementation and review patterns for production TypeScript APIs. Use when Codex needs to build, refactor, debug, or review Express applications, routers, controllers, services, DTO/schema validation, middleware, authentication, authorization, error handling, file uploads, background jobs, database access…

not rated 5 5d ago A SkillSpector: warn 65 tokens original MIT

feature-flags

18

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Feature flag implementation and lifecycle management patterns. Covers flag types, rollout strategies, kill switches, flag hygiene, and integration patterns for backend and frontend. Use when implementing gradual rollouts, A/B tests, kill switches for risky features, or managing flag lifecycle from creation to cleanup.

not rated 5 5d ago A 59 tokens original MIT

freertos

19

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

FreeRTOS implementation patterns for commercial embedded systems. Covers task design, queues, semaphores, mutexes, event groups, software timers, memory management, and stack sizing. Portable patterns applicable to any FreeRTOS port (STM32, ESP32, RP2040, AVR, or bare-metal Cortex-M). Always load alongside c-embedded…

not rated 5 5d ago A SkillSpector: warn 78 tokens original MIT

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Frontend implementation patterns, accessibility requirements, design system usage, and web performance guidelines. Use for implementing UI components, working with design tokens, ensuring a11y compliance, optimizing Core Web Vitals, and building reusable frontend code.

not rated 5 5d ago A 49 tokens original MIT

graphql

21

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

GraphQL schema design, resolver implementation, and performance patterns. Covers type system design, mutation patterns, N+1 problem with DataLoader, subscriptions, error handling, and security considerations. Use when designing or implementing a GraphQL API, reviewing resolver code, or solving N+1 query problems.

not rated 5 5d ago A 61 tokens original MIT

i18n

22

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex needs its repo

Web internationalization (i18n) implementation patterns using i18next and react-i18next. Covers translation file structure, pluralization, ICU message format, locale routing in Next.js/Nuxt, date and number formatting, RTL support, and missing translation handling. Use when adding multi-language support to a web…

not rated 5 5d ago A 76 tokens original MIT

knowledge-retrieval

24

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Retrieve a small, bounded set of relevant prior notes from the Obsidian vault (concepts, patterns, playbooks, comparisons, ADRs, debug traces, experiments) before planning or implementing, instead of re-discovering decisions the vault already recorded. Returns a context pack of 3-7 notes with an explicit token budget…

not rated 5 5d ago A 94 tokens original MIT

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: