Lukaaaas-S/codex-skill-define-product-strategy
Standalone Codex skill export: define-product-strategy
Standalone Codex skill export: define-product-strategy
npx skills add Lukaaaas-S/codex-skill-define-product-strategyStandalone Codex skill export: define-product-strategy
Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.
Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.
Claude Code skills for C#/Harmony game mod authors — hot-path perf, Harmony patch safety, build/hot-reload loop
Custom Codex skills
Structured scientific reasoning skill for AI agents — Claude Code, OpenClaw, Hermes, Pi-Mo, Codex, SkillsMP
Provides patterns for implementing Spring Boot caching: configures Redis/Caffeine/EhCache providers with TTL and eviction policies, applies @Cacheable/@CacheEvict/@CachePut annotations, validates cache hit/miss behavior, and exposes metrics via Actuator. Use when adding caching to Spring Boot services, configuring cache expiration, evicting stale data, or diagnosing cache misses.