Loading...
Loading...
Found 48002 skills
duongdev
Systematic debugging tool that follows root-cause analysis workflow, auto-activates on error keywords, and integrates with code review to prevent recurring issues.
duongdev
Guides design-to-code workflow by extracting Figma designs, analyzing components, and generating implementation specs for developers.
joshp123
CLI tool for bundling code prompts and files to request second-model reviews for debugging, refactoring, and design validation.
duongdev
Enforces four-step quality verification (tests, build, checklist, blockers) before code completion, PR creation, or status updates to prevent premature merges.
duongdev
Optimizes CCPM hooks for performance and token efficiency, providing caching strategies, benchmarking, and best practices to maintain sub-5-second execution times during development.
duongdev
Guides developers through CCPM's 6-step development workflow (plan, work, sync, commit, verify, done) for efficient task management and code lifecycle completion.
joshp123
Scaffolds, builds, and packages SwiftPM-based macOS applications with custom bundling, signing, and notarization steps.
ivanvza
Provides a comprehensive toolkit for validating, formatting, querying, and comparing JSON data in development workflows.
coreyja
Provides secure, optimized database query implementation guidance using parameterized statements, indexing, and ORM methods to prevent performance issues.
patricio0312rev
Creates robust JSON schemas with validation, typed interfaces, and examples for LLM function/tool calling implementation.
patricio0312rev
Plans safe API evolution with versioning strategies, client migration guides, and deprecation timelines to ensure backward compatibility.
patricio0312rev
Designs GraphQL schemas with types, queries, mutations, resolvers, and DataLoader patterns for efficient backend data fetching.
patricio0312rev
Generates ready-to-run cURL commands for testing Express, Next.js, and other API routes with headers, authentication, and request bodies.
patricio0312rev
Generates safe, phased refactor plans for frontend code, addressing component structure, state management, performance, and accessibility.
patricio0312rev
Provides best-practice implementations for Redis patterns including caching, sessions, rate limiting, pub/sub, and distributed locks.
coreyja
Enables maintainable CSS styling for UI components using project-specific methodologies like Tailwind, BEM, and CSS modules, including design tokens and optimization.
patricio0312rev
Generates stable API, service, and UI component mocks using MSW and fixture patterns for testing.
patricio0312rev
Refactors route handlers into service layer with clean boundaries, dependency injection, and separation of concerns for improved maintainability.
patricio0312rev
Diagnoses root causes of flaky tests and provides stabilization strategies to improve test reliability in software development.
patricio0312rev
Identifies API latency hotspots, bottlenecks, and provides a fix roadmap for backend performance optimization.
patricio0312rev
Sets up monorepo architecture using Turborepo and pnpm workspaces for shared packages and optimized builds.
patricio0312rev
Automates generation of comprehensive API documentation in Markdown, HTML, or Docusaurus from Express, Next.js, and Fastify API routes.
coreyja
Creates responsive frontend layouts adapting to mobile, tablet, and desktop using mobile-first design, media queries, and relative units.
coreyja
Designs and implements RESTful API endpoints with proper HTTP methods, versioning, and response handling for backend services.