Agent Skills by Paolo Pepito
Showing 14 vetted skills indexed across 1 GitHub repositories.
postgresql-psql
Orchestrate PostgreSQL database interactions through the psql command-line client.
nextjs
Bootstrap and standardize Next.js v15+ applications with App Router architecture.
frontend-design
Build production-grade frontend interfaces with bold aesthetics from user context.
tailwindcss
Apply Tailwind CSS utility classes for responsive, themed UI styling.
Systematic Debugging
Enforces a four-phase workflow for root-cause analysis of software issues before fixes are allowed.
Root Cause Tracing
Trace bugs backward through the call stack to identify the original trigger.
Verification Before Completion
Run verification commands and inspect outputs before declaring completion.
Defense-in-Depth Validation
Implements four-layer validation across entry, logic, environment, and instrumentation points.
When Stuck - Problem-Solving Dispatch
Match stuck symptoms to corresponding problem-solving techniques.
Simplification Cascades
Consolidate redundant implementations into a single abstraction while preserving behavior and minimizing drift.
Collision-Zone Thinking
Combine unrelated concepts to generate novel solutions and test boundaries.
Meta-Pattern Recognition
Identifies recurring patterns and abstracts them across three or more domains.
Inversion Exercise
Invert core assumptions to reveal hidden constraints and alternative approaches.
Scale Game
Test systems at extreme scales to reveal scalability limitations.