pproenca

83 mods across 3 repositories, 315 stars between them.

bug-review

01

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill when a user asks to review a pull request for bugs, wants AI code review focused on correctness issues, or runs /bug-review. Trigger on PR review, bug finding, code review, "review this PR", "check for bugs", "find issues in this PR". This is a multi-pass review workflow with 5 parallel passes, majority…

200 16d ago A 136 tokens original MIT

PreToolUse

02

pproenca/dot-skills

Hook Codex

Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From pproenca/dot-skills.

200 16d ago A tokens not measured original MIT

PostToolUse

03

pproenca/dot-skills

Hook Codex

Runs after a tool call finishes for Edit tool calls, running an inline shell check. From pproenca/dot-skills.

200 16d ago A tokens not measured original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Cognitive moves for collapsing complexity — reframe, clarify, reduce, decompose, invert, constrain, transfer, generalize, audit — distilled from the working method of mathematicians, physicists, and software engineers known for turning hard problems into simple solutions (Pólya, Feynman, Hamming, Brooks, Knuth…

200 16d ago A 197 tokens original MIT

pproenca/dot-skills

Instructions file CodexOpenCode

Instructions for pproenca/dot-skills, covering what this repo is, definition of done — run before every commit, task management, development workflow — validator-first and plan mode.

200 16d ago A 695 tokens original MIT

code-simplifier

06

pproenca/dot-skills

Skill Claude CodeCodex

Code simplification skill for improving clarity, consistency, and maintainability while preserving exact behavior. Use when simplifying code, reducing complexity, cleaning up recent changes, applying refactoring patterns, or improving readability. Triggers on tasks involving code cleanup, simplification, refactoring…

200 16d ago A 63 tokens original MIT

debug

07

pproenca/dot-skills

Skill Claude CodeCodex

Comprehensive debugging methodology for finding and fixing bugs (formerly debugging). This skill should be used when debugging code, investigating errors, troubleshooting issues, performing root cause analysis, or responding to incidents. Covers systematic reproduction, hypothesis-driven investigation, and root cause…

200 16d ago A 78 tokens original MIT

design-review

08

pproenca/dot-skills

Skill Claude CodeCodex

Structured UI design review — existing code (React/JSX, CSS, Tailwind) and, when behaviour matters, the running app in a real browser — reported as a prioritised Before / After / Why table. Covers visual hierarchy, spacing, typography, colour & contrast, component states, motion, responsiveness, accessibility…

200 16d ago A 200 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Inventing deterministic metrics — turning a fuzzy property like 'maintainability', 'risk', or 'how reducible this code is' into a deterministic, computable number an agent can trust and optimize. Covers the path from construct to adoption — operationalizing the construct, confronting computability limits (Kolmogorov…

200 16d ago A 206 tokens original MIT

expo-ui

10

pproenca/dot-skills

Skill Claude CodeCodex

Library reference for @expo/ui SwiftUI components on iOS — covers Host boundaries, modifier composition, iOS 26 Liquid Glass and Human Interface Guidelines composition rules, layout/input/navigation/display catalogues, and ObservableState patterns. Use this skill whenever writing or reviewing React Native code that…

200 16d ago A 146 tokens original MIT

expo

11

pproenca/dot-skills

Skill Claude CodeCodex

Expo React Native performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring Expo React Native code to ensure optimal performance patterns. Triggers on tasks involving React Native components, navigation, lists, images, animations, bundle optimization, or mobile performance…

200 16d ago A 57 tokens original MIT

feature-arch

12

pproenca/dot-skills

Skill Claude CodeCodex

React feature-based architecture guidelines for scalable applications. This skill should be used when writing, reviewing, or refactoring React code to ensure proper feature organization. When invoked on a project, the agent produces a concrete target-architecture blueprint at docs/architecture/FEATURE-ARCH-TARGET.md…

200 16d ago A 108 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Implementation guide for the 22 Gang of Four design patterns in TypeScript, distilled from refactoring.guru. Use this skill when writing, refactoring, or reviewing TypeScript that exhibits a pattern-shaped problem — class-explosion from inheritance, conditionals switching on type, tight coupling to concrete classes…

200 16d ago A 202 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

TypeScript's functional answers to the 22 Gang of Four classes — factory functions (Factory Method, Abstract Factory, Prototype, Memento), module-scope singletons, fluent immutable builders, wrapper functions (Adapter, Facade), native Proxy, WeakMap caches (Flyweight), discriminated unions with exhaustive match…

200 16d ago A 208 tokens original MIT

ios-taste

15

pproenca/dot-skills

Skill Claude CodeCodex

Designs iOS 18+ SwiftUI experiences with real taste — starting from user goals, not pixels. Use this skill whenever the user asks you to build SwiftUI views, screens, or experiences. Trigger when the user says "build a settings screen", "create a detail view", "design this properly", "I want this to feel like a native…

200 16d ago A 130 tokens original MIT

msw

16

pproenca/dot-skills

Skill Claude CodeCodex

MSW (Mock Service Worker) best practices for API mocking in tests (formerly test-msw). This skill should be used when setting up MSW, writing request handlers, or mocking HTTP APIs. This skill does NOT cover general testing patterns (use test-vitest or test-tdd skills) or test methodology.

200 16d ago A 66 tokens original MIT

mui-base

17

pproenca/dot-skills

Skill Claude CodeCodex

MUI Base UI style guidelines for building headless React component libraries (formerly headless-ui-style). This skill should be used when creating unstyled UI components, compound components with render props, accessibility-first patterns, or component libraries that separate logic from styling. Extracted from the MUI…

200 16d ago A 72 tokens original MIT

nextjs

18

pproenca/dot-skills

Skill Claude CodeCodex

Next.js 16 App Router performance, caching, server components, server actions, routing, and codebase-hygiene best practices — plus a category-major review/refactor algorithm with codebase-level (remove/dedup/reuse) findings. This skill should be used when writing Next.js 16 App Router code, configuring caching with…

200 16d ago C 133 tokens original MIT

nuqs-codemod-runner

19

pproenca/dot-skills

Skill Claude CodeCodex

Migrates a nuqs codebase off pre-v2.5 patterns — deprecated throttleMs, hand-rolled setTimeout/useState debounce around useQueryState, unchecked parseAsJson casts, unversioned nuqs/adapters/react-router imports, or ParserBuilder type references. Scans the repo, produces a dry-run report, asks for confirmation, applies…

200 16d ago A 154 tokens original MIT

nuqs-scaffolder

20

pproenca/dot-skills

Skill Claude CodeCodex

Scaffolds URL-state filters for a Next.js page — typed searchParams.ts parser map and a client component backed by useQueryStates. From a single JSON spec, generates four files in lockstep — client parser map, server loader/cache/serializer, client component, and Vitest test — all sharing the same parser definitions…

200 16d ago A 121 tokens original MIT

nuqs

21

pproenca/dot-skills

Skill Claude CodeCodex

Comprehensive guide for type-safe URL query state management with nuqs across Next.js, React Router, TanStack Router, Remix, and plain React. Covers nuqs v2.5–v2.9 features. Contains 39 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review.

200 16d ago A 90 tokens original MIT

playwright

22

pproenca/dot-skills

Skill Claude CodeCodex

Playwright testing best practices for Next.js applications (formerly test-playwright). This skill should be used when writing, reviewing, or debugging E2E tests with Playwright. Triggers on tasks involving test selectors, flaky tests, authentication state, API mocking, hydration testing, parallel execution, CI…

200 16d ago A 69 tokens original MIT

python

23

pproenca/dot-skills

Skill Claude CodeCodex

Python 3.11+ performance optimization guidelines (formerly python-311). This skill should be used when writing, reviewing, or refactoring Python code to ensure optimal performance patterns. Triggers on tasks involving asyncio, data structures, memory management, concurrency, loops, strings, or Python idioms.

200 16d ago A 62 tokens original MIT

rails-dev

24

pproenca/dot-skills

Skill Claude CodeCodex

Ruby on Rails performance and maintainability optimization guidelines for building backend APIs and frontend web applications. This skill should be used when writing, reviewing, or refactoring Ruby on Rails code to ensure optimal patterns for controllers, models, ActiveRecord queries, caching, views, API design…

200 16d ago A 94 tokens original MIT