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
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

session-learning

49

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…

not rated 5 7d ago A 84 tokens original MIT

shadcn-tailwind

50

JakubMikolajek/codex-skills-collection

Skill Codex

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.

not rated 5 7d ago A 72 tokens original MIT

skill-creator

51

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.

not rated 5 7d ago A 42 tokens original MIT

sql-and-database

52

JakubMikolajek/codex-skills-collection

Skill Codex

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…

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

stm32-hal

53

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…

not rated 5 7d ago A 93 tokens original MIT

swift-localization

54

JakubMikolajek/codex-skills-collection

Skill Codex

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…

not rated 5 7d ago A 75 tokens original MIT

swiftui

55

JakubMikolajek/codex-skills-collection

Skill Codex

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…

not rated 5 7d ago A 77 tokens original MIT

task-analysis

56

JakubMikolajek/codex-skills-collection

Skill Codex

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.

not rated 5 7d 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.

not rated 5 7d 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.

not rated 5 7d 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.

not rated 5 7d ago A 44 tokens original MIT

tauri-window-shell

60

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

React + Tauri desktop shell patterns for native window behavior. Use when implementing or fixing custom titlebar, drag regions, maximize/minimize controls, startup bounds, and frontend-to-Tauri window APIs.

not rated 5 7d ago A 45 tokens original MIT

JakubMikolajek/codex-skills-collection

Skill Codex

Discover and establish technical context before implementing any feature. Prioritize project instructions, existing codebase patterns, and external documentation in that order. Use for any task requiring understanding of project conventions, coding standards, architecture patterns, and established practices before…

not rated 5 7d ago A 55 tokens original MIT

test-strategy

62

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

Define the testing strategy for a project, module, or feature before writing any tests. Establishes what to test, at what level (unit / integration / e2e), with what priority, and why. Use before unit-testing, e2e-testing, or python-testing when no testing strategy exists or when the existing approach is not producing…

not rated 5 7d ago A 75 tokens original MIT

ui-design-quality

63

JakubMikolajek/codex-skills-collection

Skill Codex

Visual design quality rules for typography, color systems, spacing, animation, and micro-interactions. Prevents generic AI output by enforcing intentional design decisions. Framework-agnostic core with React and Vue adaptation notes.

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

ui-verification

64

JakubMikolajek/codex-skills-collection

Skill Codex

UI verification criteria, structure checklists, severity definitions, and tolerance rules for comparing implementations against approved design specifications. Use for verifying UI matches design, understanding what to check, and determining acceptable differences.

not rated 5 7d ago A 43 tokens original MIT

unit-testing

65

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex needs its repo

Unit and integration testing patterns for TypeScript/JavaScript using Vitest and Jest. Covers test structure, mocking strategies, testing async code, React Testing Library for component tests, and coverage configuration. Use when writing or reviewing unit tests, integration tests, or component tests in a…

not rated 5 7d ago A 68 tokens original MIT

vue

66

JakubMikolajek/codex-skills-collection

Skill Codex

Vue implementation and review patterns for Composition API frontend applications. Use when Codex needs to build, refactor, debug, or review Vue components, composables, forms, reactive state, template logic, accessibility, or data-driven interaction flows in a Vue codebase, especially when the project is…

not rated 5 7d ago A 64 tokens original MIT

vuetify-primevue

67

JakubMikolajek/codex-skills-collection

Skill Codex

Vuetify and PrimeVue implementation and review patterns for Vue and Nuxt interfaces. Use when Codex needs to build, refactor, debug, or review UI built with Vuetify components, PrimeVue components, theme tokens, forms, data tables, overlays, or reusable application-facing component composition in a Vue stack…

not rated 5 7d ago A 82 tokens original MIT

websocket-realtime

68

JakubMikolajek/codex-skills-collection

Skill Claude CodeCodex

WebSocket and Server-Sent Events implementation patterns for real-time features. Covers connection lifecycle, reconnection with backoff, backpressure, authentication, presence systems, and scaling across multiple server instances. Use when implementing chat, live updates, collaborative features, streaming LLM…

not rated 5 7d ago A SkillSpector: warn 69 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: