pproenca/dot-skills

A collection of AI agent skills following the Agent Skills open format

This repository also configures its own agents. See what dot-skills tells them →

203Stars on the repository
201Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

pproenca/dot-skills

Skill Claude CodeCodex

Designs new features, extensions, or modifications to Uncle Bob's Acceptance Pipeline Specification — new mutation strategies, Gherkin syntax support, report formats, pipeline stages, IR fields, or handler patterns. Trigger when someone asks "how would I add X to the acceptance pipeline" or discusses spec-level…

not rated 203 +3 23d ago A SkillSpector: pass 111 tokens original MIT

adversarial-beam

50

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate Elixir/OTP systems on BEAM runtime architecture with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 23 decidable rules covering supervision and failure design (restart strategy vs child dependencies, blocking init, durability in terminate…

not rated 203 +3 23d ago A SkillSpector: warn 211 tokens original MIT

adversarial-ddd

51

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate DDD and ubiquitous-language quality with a pass/fail adversarial review — a single blind reviewer subagent judges a diff, a module/bounded context, or a DSL/semantic-model surface against 20 decidable rules across glossary lifecycle (a recorded ubiquitous language is required once domain…

not rated 203 +3 23d ago A SkillSpector: pass 196 tokens original MIT

adversarial-elixir

52

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate Elixir, OTP, Ecto, and Phoenix code with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 19 decidable rules that catch architecture ported from an alien paradigm, covering enterprise layering (repository wrappers over Ecto, service-object…

not rated 203 +3 23d ago A SkillSpector: warn 218 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate iOS SwiftUI design and UX with a pass/fail adversarial review — a single blind reviewer subagent judges screens, diffs, or features against 56 decidable HIG-derived rules, working backwards from mandatory rendered evidence, simulator screenshots (light, dark, accessibility text size) and…

not rated 203 +3 23d ago A SkillSpector: warn 217 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate Phoenix LiveView realtime UIs with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 32 decidable rules covering state ownership and lifecycle (patch vs remount, callback load placement, connected-mount guards, form recovery), realtime data flow…

not rated 203 +3 23d ago A SkillSpector: warn 189 tokens original MIT

adversarial-python

55

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate Python code (floors 3.10+, rules verified through 3.14) with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 20 decidable rules hunting two failure modes. First, code modern Python makes unnecessary — branch ladders over match/registries…

not rated 203 +3 23d ago A SkillSpector: pass 224 tokens original MIT

adversarial-reactor

56

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate Elixir code built on the Reactor orchestration library (> 1.0) with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 28 decidable rules covering saga compensation and undo (side effects without undo, cleanup in the wrong callback, compensate…

not rated 203 +3 23d ago A SkillSpector: pass 205 tokens original MIT

adversarial-rust

57

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill when reviewing or refactoring existing Rust code that carries an alien mental model — OO/enterprise ceremony from Java/C#, garbage-collected object graphs, exception-style control flow, or imperative loops ported onto the borrow checker. It is the adversarial, architecture-level counterpart to…

not rated 203 +3 23d ago A SkillSpector: pass 223 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate SwiftUI code with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 31 decidable rules — data modeling and observation (@Observable over ObservableObject, @State ownership, task(id:) re-init guards, environment closures and high-frequency…

not rated 203 +3 23d ago A SkillSpector: pass 200 tokens original MIT

adversarial-swift

59

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate Swift language code with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 36 decidable rules covering concurrency (unresumed continuations, cancellation checks, async let, TaskGroup, @concurrent), property invariants (stored-derived state…

not rated 203 +3 23d ago A SkillSpector: pass 96 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate TanStack Start plus TypeScript web-app changes with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 22 decidable rules covering client/server boundary leaks, server-function and server-route usage, auth and security, SSR data loading, boundary…

not rated 203 +3 23d ago A SkillSpector: pass 143 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate TypeScript and React application code with a pass/fail adversarial review of design-pattern usage — a single blind reviewer subagent judges a diff or file set against 18 decidable rules covering implicit state machines (boolean-flag lifecycles, useEffect chains, stored derived state…

not rated 203 +3 23d ago A SkillSpector: pass 202 tokens original MIT

adversarial-zod

62

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill to gate Zod 4 schema code in TypeScript and TanStack Start apps with a pass/fail adversarial review — a single blind reviewer subagent judges a diff or file set against 24 decidable rules covering silent Zod 3-to-4 semantic breaks (defaults, enum-keyed records, boolean coercion), removed APIs (including…

not rated 203 +3 23d ago A SkillSpector: pass 180 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Algorithmic complexity (Big-O) review — finding nested loops, N+1 queries, exponential recursion, quadratic string builds, and other accidental complexity blowups. Covers Python, JavaScript/TypeScript, Java, Go, and similar languages. Use whenever writing, reviewing, or refactoring code where Big-O matters. Trigger…

not rated 203 +3 23d ago A SkillSpector: pass 173 tokens original MIT

app-planner

64

pproenca/dot-skills

Skill Claude CodeCodex

Produces a design-plan (living document like an exec-plan) that maps an app domain to feature groups using Apple Design DNA patterns. Each feature group becomes a milestone buildable in one ios-taste session. Use when the user describes an app idea, domain, or workflow and needs a structured plan before building.…

not rated 203 +3 23d ago A SkillSpector: pass 143 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Use this skill when writing, debugging, or reviewing ast-grep patterns, YAML rules, or codemods against TypeScript or React (.ts/.tsx) code — searching for JSX elements, props, hooks, imports, or type constructs, and rewriting them. Covers the TS/React-specific traps — the tsx-vs-typescript language split, JSX and…

not rated 203 +3 23d ago A SkillSpector: pass 129 tokens original MIT

ast-grep

66

pproenca/dot-skills

Skill Claude CodeCodex

Comprehensive best practices guide for ast-grep rule writing and usage, maintained by the ast-grep community. Contains 46 rules across 8 categories, prioritized by impact to guide automated rule generation and code transformation.

not rated 203 +3 23d ago A SkillSpector: pass 60 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Audio forensics and voice recovery guidelines for CSI-level audio analysis. This skill should be used when recovering voice from low-quality or low-volume audio, enhancing degraded recordings, performing forensic audio analysis, or transcribing difficult audio. Triggers on tasks involving audio enhancement, noise…

not rated 203 +3 23d ago A SkillSpector: pass 71 tokens original MIT

base-ui-migrator

68

pproenca/dot-skills

Skill Claude CodeCodex

Migrates React UI code to Base UI (@base-ui/react) — replacing bespoke modals, custom dropdowns, raw / elements, ad-hoc popovers/menus/tooltips, or other component libraries (Radix UI, Headless UI, Reach UI). Ships a 37-component catalog (snapshotted from base-ui.com/llms.txt) and scripts to refresh it, scan for…

not rated 203 +3 23d ago A SkillSpector: pass 183 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Scaffolds a Better Auth setup in a Next.js (App Router) + Drizzle project — lib/auth.ts, lib/auth-client.ts, the /api/auth/[...all] route handler, middleware.ts, .env.example, and a permissions module. Produces convention-enforced templates for three plugin presets (minimal, social, advanced with twoFactor+magicLink).…

not rated 203 +3 23d ago A SkillSpector: warn 144 tokens original MIT

better-auth

70

pproenca/dot-skills

Skill Claude CodeCodex

Better Auth in TypeScript — setting up the auth instance, picking adapters, wiring framework route handlers, configuring sessions and cookies, adding plugins (2FA, organization, admin, magicLink, JWT), or porting from NextAuth/Auth.js, Clerk, Auth0, or Supabase Auth. Covers Next.js, SvelteKit, Hono, Express, Nuxt…

not rated 203 +3 23d ago A SkillSpector: pass 141 tokens original MIT

build-mcp-server

71

pproenca/dot-skills

Skill Claude CodeCodex

Entry point for MCP server development — interrogates the user about their use case, determines the right deployment model (remote HTTP, MCPB, local stdio), picks a tool-design pattern, and hands off to specialized skills. Triggers when the user asks to "build an MCP server", "create an MCP", "make an MCP…

not rated 203 +3 23d ago A 104 tokens copy · 81% MIT

chat-apps-ui-sdk

72

pproenca/dot-skills

Skill Claude CodeCodex

Interactive UI rendered inside ChatGPT or Claude — OpenAI Apps SDK apps, MCP Apps (the @modelcontextprotocol/ext-apps standard), or MCP-UI components, with a Next.js/React server. Covers the MCP tool and resource architecture, the window.openai / ui-bridge data flow, widget state, sandbox/CSP security, display modes…

not rated 203 +3 23d ago A SkillSpector: pass 148 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: