JakubMikolajek

60 mods across 1 repository, 5 stars between them.

session-handoff

49

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.

5 10d ago A 39 tokens original MIT

session-learning

50

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…

5 10d ago A 84 tokens original MIT

shadcn-tailwind

51

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.

5 10d ago A 72 tokens original MIT

skill-creator

52

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.

5 10d ago A 42 tokens original MIT

sql-and-database

53

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…

5 10d ago A 93 tokens original MIT

stm32-hal

54

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…

5 10d ago A 93 tokens original MIT

swift-localization

55

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…

5 10d ago A 75 tokens original MIT

swiftui

56

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…

5 10d ago A 77 tokens original MIT

task-analysis

57

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.

5 10d ago A 53 tokens original MIT

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.

5 10d ago A 51 tokens original MIT

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.

5 10d ago A 58 tokens original MIT

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.

5 10d ago A 44 tokens original MIT