JakubMikolajek/codex-skills-collection
Instructions file CodexOpenCode
Instructions for JakubMikolajek/codex-skills-collection, covering codex workflow contract, default workflow, commands, expected outputs and downstream path resolution contract.
JakubMikolajek/codex-skills-collection
Instructions file CodexOpenCode
Instructions for JakubMikolajek/codex-skills-collection, covering codex workflow contract, default workflow, commands, expected outputs and downstream path resolution contract.
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…
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.
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…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Design the architecture to solve a given task. Propose the solutions to be used to deliver the task following the best practices and standards.
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…
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.
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…
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.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Analyse the codebase of the system. Look for dependencies. Understand how the business logic is implemented. Look for duplications.
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.
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.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
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.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
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…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
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.
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…
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…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
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…
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.
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…
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.
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.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
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…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state.