Source

pproenca/dot-skills

265 skills · 65.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
threat-model Security threat modeling, attack surface mapping, and trust boundary analysis on a codebase. Triggers on 'threat mode…
pproenca/dot-skills
196
2
framer-motion-best-practices Framer Motion performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring …
pproenca/dot-skills
192
3
eval-mcp Measures whether Claude uses an MCP server's tools correctly — tests tool selection accuracy, analyzes schema quality…
pproenca/dot-skills
190
4
build-mcp-server Entry point for MCP server development — interrogates the user about their use case, determines the right deployment …
pproenca/dot-skills
189
5
threat-patch Remediate security findings by producing minimal, surgical code patches. Triggers on 'patch security findings', 'fix …
pproenca/dot-skills
189
6
cli-for-agents Designing CLIs that AI agents will invoke — non-interactive flags, layered --help with examples, stdin/pipeline compo…
pproenca/dot-skills
186
7
diagram-quality PlantUML diagram quality on the agent-uml collaborative canvas — three tiers: rendering safety (syntax that prevents …
pproenca/dot-skills
185
8
cli-review-runner Black-box CLI grading harness — runs a test suite against a target CLI and reports per-rule pass/fail from the cli-fo…
pproenca/dot-skills
177
9
openai-codex-rust-patterns OpenAI Codex Rust coding patterns distilled from the codex-rs workspace. Use this skill whenever writing, reviewing, …
pproenca/dot-skills
172
10
marketplace-personalisation Personalisation and recommendation systems for a two-sided trust marketplace built on AWS Personalize — event trackin…
pproenca/dot-skills
166
11
marketplace-recsys-feature-engineering Feature engineering for marketplace recommenders — what to extract from raw marketplace assets (listing photos, owner…
pproenca/dot-skills
165
12
marketplace-search-recsys-planning Search and recommendation system planning for a two-sided trust marketplace built on OpenSearch — user-intent framing…
pproenca/dot-skills
165
13
marketplace-pre-member-personalisation Pre-member journey of a two-sided trust marketplace — from anonymous landing through onboarding, registration, and th…
pproenca/dot-skills
162
14
clean-code-ts-react Use when writing, reviewing, or refactoring TypeScript or React code for craftsmanship — naming, function and compone…
pproenca/dot-skills
158
15
drizzle-sqlite Drizzle ORM targeting SQLite (better-sqlite3, libsql/Turso, bun:sqlite, Cloudflare D1, expo-sqlite, op-sqlite). Cover…
pproenca/dot-skills
139
16
computer-science-algorithms Choosing or implementing an algorithm or data structure — asymptotic complexity, data-structure selection, sorting & …
pproenca/dot-skills
136
17
human-copywrite User-facing copy — UI strings, documentation, marketing, release notes, error messages, onboarding flows, blog posts,…
pproenca/dot-skills
130
18
react-19-component-scaffolder Scaffolds React 19 / React 19.2 code in TypeScript — components, Server Component pages, client islands, form actions…
pproenca/dot-skills
127
19
rust Rust performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring Rust code…
pproenca/dot-skills
126
20
react-fetch-cache-patterns React data-fetching patterns at scale — recommender carousels, infinite feeds, pages with many parallel fetches, dash…
pproenca/dot-skills
120
21
web-taste Designs React 19 + Next.js 16 + Tailwind CSS experiences with real taste — starting from user goals, not pixels. Use …
pproenca/dot-skills
120
22
design-review Structured UI design review — existing code (React/JSX, CSS, Tailwind) and, when behaviour matters, the running app i…
pproenca/dot-skills
113
23
typescript-advanced-patterns Advanced TypeScript — type-level programming, library/DSL APIs, declaration merging, modern language features at dept…
pproenca/dot-skills
112
24
web-rules Strict design and UX rules for React 19 + Next.js 16 (App Router) + Tailwind CSS 4. Covers navigation, interaction de…
pproenca/dot-skills
112
25
algorithmic-complexity-review Algorithmic complexity (Big-O) review — finding nested loops, N+1 queries, exponential recursion, quadratic string bu…
pproenca/dot-skills
111
26
codex-goals Patterns and anti-patterns for using OpenAI Codex Goals — the persistent objectives feature introduced in Codex 0.128…
pproenca/dot-skills
111
27
complexity-optimizer Analyze a software codebase for algorithmic complexity and performance hotspots, then propose or implement safe optim…
pproenca/dot-skills
108
28
better-auth Better Auth in TypeScript — setting up the auth instance, picking adapters, wiring framework route handlers, configur…
pproenca/dot-skills
107
29
nextjs-bundle-optimizer Next.js 16 bundle-size and build-time optimization — runs a data-driven iteration loop: measure baseline → analyze to…
pproenca/dot-skills
106
30
drizzle-sqlite-scaffold Scaffolds Drizzle ORM + SQLite boilerplate — a new `drizzle.config.ts`, a singleton client with the right pragmas, pe…
pproenca/dot-skills
105
31
expo-design-system Airbnb-DLS-aligned design system engineering for Expo / React Native apps targeting both web and native iOS, built on…
pproenca/dot-skills
104
32
expo-ios-hig Expo / React Native iOS interface conforming to Apple Human Interface Guidelines (iOS 26) — native navigation (Expo R…
pproenca/dot-skills
104
33
migrate-js-to-modern-typescript Migrating a JavaScript codebase to TypeScript — converting .js files to .ts, adding types to existing JS, or tighteni…
pproenca/dot-skills
104
34
implementation-design-patterns Implementation guide for the 22 Gang of Four design patterns in TypeScript, distilled from refactoring.guru. Use this…
pproenca/dot-skills
103
35
base-ui-migrator Migrates React UI code to Base UI (`@base-ui/react`) — replacing bespoke modals, custom dropdowns, raw `<dialog>`/`<s…
pproenca/dot-skills
102
36
nuqs-scaffolder Scaffolds URL-state filters for a Next.js page — typed `searchParams.ts` parser map and a `<Filters />` client compon…
pproenca/dot-skills
102
37
react-hook-form-audit Audits a Next.js (App Router, 14/15+) codebase for React Hook Form anti-patterns — watch() at form root, Controller i…
pproenca/dot-skills
102
38
better-auth-scaffold Scaffolds a Better Auth setup in a Next.js (App Router) + Drizzle project — lib/auth.ts, lib/auth-client.ts, the /api…
pproenca/dot-skills
101
39
codebase-comprehension-algorithms Mapping an unfamiliar codebase into feature/business domains — answering "what is this about", "which files implement…
pproenca/dot-skills
101
40
nuqs-codemod-runner Migrates a nuqs codebase off pre-v2.5 patterns — deprecated `throttleMs`, hand-rolled setTimeout/useState debounce ar…
pproenca/dot-skills
99
41
acceptance-pipeline-catalog Use when implementing, reviewing, or debugging a Gherkin acceptance-test pipeline with mutation testing. Covers parse…
pproenca/dot-skills
98
42
same-results-less-code Same behaviour in fewer, clearer lines — covers the judgment gaps that linters cannot catch (reinvention, wrong frame…
pproenca/dot-skills
98
43
acceptance-pipeline-feature-design Designs new features, extensions, or modifications to Uncle Bob's Acceptance Pipeline Specification — new mutation st…
pproenca/dot-skills
97
44
dx-harness Developer-experience friction auditing and fixing — slow onboarding, repeated manual setup steps, missing bootstrap/r…
pproenca/dot-skills
97
45
inngest-nextjs-patterns Inngest event-driven functions in a Next.js (App Router) project — creating the client, the /api/inngest route handle…
pproenca/dot-skills
97
46
storybook Use whenever creating, configuring, or extending Storybook for a TS/React component library — covers main.ts/preview.…
pproenca/dot-skills
96
47
design-to-react-algorithms Reverse-engineering a Sketch file (or Figma export with similar shape) into pixel-perfect React + CSS — the iteration…
pproenca/dot-skills
95
48
radical-simplification Cognitive moves for collapsing complexity — reframe, clarify, reduce, decompose, invert, constrain, transfer, general…
pproenca/dot-skills
95
49
rust-testing Rust testing best practices covering test architecture, assertions, mocking, snapshots, event testing, determinism, a…
pproenca/dot-skills
95
50
code-map-visualization Rendering and perception layer for codebase-as-geohash-map visualisations — choosing what to encode on colour/size/po…
pproenca/dot-skills
94
Page 3 · 265 total Previous Next