JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Produce a structured handoff document at session end so the next session or teammate can resume without context loss. Use when wrapping up any implementation, review, or multi-step task.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Produce a structured handoff document at session end so the next session or teammate can resume without context loss. Use when wrapping up any implementation, review, or multi-step task.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Produce a structured learning record after any /implement or /review session. Captures which skills were loaded, what worked, what routing was ambiguous, and what failure patterns were observed. Output feeds both per-skill references/failure-patterns.md and the global routing FAILURES rollup under the repository skill…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Use this skill when the UI stack is React or Next.js with shadcn/ui and Tailwind CSS. Reuse the general react or react-nextjs skill for application logic and use this skill for component styling, primitives, variants, and utility hygiene.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Scaffold new SKILL.md files and wire them into the routing tree. Use when adding a new skill to the system, extending an existing skill's scope, or reorganizing routing branches.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
SQL writing and database engineering patterns, standards, and procedures. Use for designing database schemas, writing performant SQL queries, normalisation strategies, indexing, joins optimisation, locking mechanics, transactions, query debugging with EXPLAIN, and ORM integration. Applies to PostgreSQL, MySQL…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
STM32 firmware development patterns using STM32 HAL and LL drivers, CubeMX project generation, and CMake or STM32CubeIDE build setup. Covers GPIO, UART, I2C, SPI, ADC, DMA, interrupts, and low-power modes for STM32F4/F7/H7/G4/L4 families. Use when writing or reviewing STM32 firmware with HAL drivers. Always load…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Swift localization and internationalization patterns for multilingual Apple-platform apps. Use when Codex needs to build, refactor, debug, or review String Catalogs, localized SwiftUI text, String(localized:) usage, pluralization, locale-aware formatting, right-to-left behavior, or translation workflows across many…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
SwiftUI implementation and review patterns for iOS 17+ Apple-platform UI using MVVM, the Observation API, and Factory-based dependency injection. Use when Codex needs to build, refactor, debug, or review SwiftUI views, navigation flows, state management, forms, lists, async presentation logic, or dependency wiring in…
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Analyse task description, performs gap analysis, expand the context for the task, analyse the current state of the system in the context of the task, helps build PRD, creates a context for the task, gathers information about the task from different sources.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Define and enforce contracts between frontend invoke calls and Rust #[tauri::command] handlers in Tauri v2 apps. Use for command DTOs, error envelopes, command registration hygiene, and boundary-focused testing.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Integrate and maintain Tauri v2 plugins across Rust and frontend with consistent configuration, permissions/capabilities, and runtime behavior. Use when adding, updating, or debugging tauri-plugin- and @tauri-apps/plugin- dependencies.
JakubMikolajek/codex-skills-collection
Skill Claude CodeCodex
Manage Tauri v2 runtime lifecycle and long-running Rust managers safely. Use for app state ownership, startup/shutdown hooks, cancellation, background tasks, and listener cleanup across desktop app sessions.