drizzle-patterns
Safe 68Apply Drizzle ORM patterns for PostgreSQL
by Barnhardt-Enterprises-Inc
Writing database code with Drizzle ORM can be confusing without clear patterns. This skill provides ready-to-use code examples for schema definition, relations, queries, mutations, transactions, and migrations.
drizzle-orm-patterns
Safe 70Use Drizzle ORM patterns for PostgreSQL databases
by Barnhardt-Enterprises-Inc
Building type-safe database queries with Drizzle ORM can be complex. This skill provides complete patterns for queries, transactions, migrations, and edge deployment with automated security validation.
architecture-patterns
Safe 69Apply Architecture Patterns
by Barnhardt-Enterprises-Inc
Developers need consistent patterns when building applications. This skill provides decision trees and pattern references for Next.js, TypeScript, databases, APIs, and React 19. Choose the right pattern for each situation.
pitfalls-websocket
Safe 69Implement WebSocket servers with best practices
by BarisSozen
WebSocket implementations often fail silently due to missing heartbeat or reconnection logic. This skill provides verified patterns for robust real-time connections that survive network issues and handle message validation correctly.
pitfalls-tanstack-query
Safe 69Debug TanStack Query Issues
by BarisSozen
TanStack Query v5 introduces breaking changes and subtle caching behaviors that cause bugs. This skill provides proven patterns and anti-patterns for correct data fetching, mutations, and cache invalidation.
pitfalls-react
Safe 71Avoid React Pitfalls with Best Practices
by BarisSozen
React developers often encounter common mistakes that cause bugs and accessibility issues. This skill provides proven patterns for components, forms, error handling, and responsive design.
pitfalls-express-api
Safe 71Build Express APIs with proper REST patterns
by BarisSozen
Express API development often leads to inconsistent routes, wrong status codes, and tightly coupled storage logic. This skill provides proven patterns for RESTful routes, HTTP status codes, storage interfaces, and background job management.
pitfalls-drizzle-orm
Safe 70Avoid Drizzle ORM pitfalls with best practices
by BarisSozen
Drizzle ORM migrations and schema definitions often cause runtime errors and data loss. This skill provides proven patterns for safe migrations, correct array syntax, and proper type inference.
common-pitfalls
Safe 68Prevent common development pitfalls
by BarisSozen
Code review often misses subtle bugs that cause production issues. This skill orchestrates specialized checks for TanStack Query, Drizzle ORM, Express, React, WebSocket, blockchain, and security patterns to catch issues before they ship.
code-review-expert
Safe 70Review code with expert methodology
by BarisSozen
Code reviews often miss critical issues due to inconsistent approaches. This skill provides a structured 5-phase review methodology ensuring thorough analysis from architecture to security. Generate consistent, prioritized findings with clear severity levels.
code-consistency-validator
Safe 69Validate Type Consistency Across Languages
by BarisSozen
Cross-language type mismatches cause bugs and financial loss. This skill validates type consistency across Rust, TypeScript, and PostgreSQL boundaries using pattern detection and grep commands.
github-pr-review
Safe 70Resolve GitHub PR review comments systematically
by Bae-ChangHyun
Managing PR review comments manually is time-consuming and error-prone. This skill prioritizes comments by severity, applies fixes with user confirmation, and automatically replies to resolved threads using proper commit formats.
github-pr-merge
Safe 71Merge GitHub Pull Requests with validation
by Bae-ChangHyun
Merging Pull Requests without proper validation can lead to broken code in production. This skill enforces pre-merge checks, confirms with users, and handles branch cleanup automatically.
github-pr-creation
Safe 69Create GitHub pull requests with validation
by Bae-ChangHyun
Creating pull requests with proper formatting takes time and attention to detail. This skill automates PR creation by validating tasks, running tests, and generating Conventional Commits messages automatically.
agentic-structure
Safe 71Apply production-ready development guidelines
by BackGwa
Developers struggle with inconsistent code quality and security gaps when working with AI assistants. This skill provides comprehensive guidelines for collaborative development including coding standards, error handling, security practices, and decision-making protocols.
react-native-mobile-development
Safe 70Build React Native mobile apps with Expo
by BabakBar
Developing mobile apps requires platform-specific knowledge and command-line tools. This skill provides ready-to-use templates, best practices, and troubleshooting guidance for React Native and Expo development.
mobile-testing
Safe 71Test React Native apps with Jest
by BabakBar
Writing tests for React Native applications is time-consuming without proper templates and patterns. This skill provides ready-to-use testing templates for components, hooks, and utilities along with mocking patterns and best practices.
mobile-debugging
Safe 70Debug React Native and Expo mobile apps
by BabakBar
React Native apps can crash, freeze, or fail to build without clear error messages. This skill provides step-by-step debugging commands and techniques to diagnose and fix metro bundler errors, native module issues, performance problems, and build failures.
code-patterns-practices
Safe 71Apply React Native Code Patterns
by BabakBar
This skill provides React Native coding patterns and best practices for building mobile apps. Use it to implement common patterns like custom hooks, compound components, and state management in your mobile projects.
webapp-testing
Low Risk 69Test web apps with Playwright
by Azeem-2
Testing web applications manually takes time and often misses issues. This skill provides Playwright automation tools to verify frontend functionality, capture screenshots, and debug browser behavior automatically.