nextjs-15-patterns
Safe 70Apply Next.js 15 App Router Patterns
by Barnhardt-Enterprises-Inc
This skill provides best practices and code patterns for Next.js 15 App Router development, covering server components, server actions, data fetching strategies, and modern React 19 patterns.
git-workflow
Safe 68Apply standardized Git workflow practices
by Barnhardt-Enterprises-Inc
Teams struggle with inconsistent branches and commits. This skill enforces naming conventions, worktree isolation, and conventional commits for clean history.
frontend-aesthetics
Safe 70Create Distinctive Frontend Designs
by Barnhardt-Enterprises-Inc
AI often defaults to generic, overused design patterns that make interfaces immediately recognizable as machine-generated. This skill provides specific alternatives for typography, color, motion, and depth to create professional, branded interfaces.
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.
code-review-standards
Safe 70Apply Code Review Standards
by Barnhardt-Enterprises-Inc
Teams struggle with inconsistent code reviews and missed issues. This skill provides comprehensive criteria for maintainability, performance, and security reviews, ensuring consistent quality standards across all code contributions.
checkpoint
Safe 68Save progress to prevent context loss
by Barnhardt-Enterprises-Inc
Context exhaustion can cause complete work loss. This skill provides checkpoint commands to save progress to memory-keeper, enabling recovery and preventing catastrophic data loss during long sessions.
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.
system-integration-validator
Safe 69Validate system integrations before deployment
by BarisSozen
Integration failures cause deployment delays and production incidents. This skill provides step-by-step validation for ports, databases, APIs, and data flows to catch issues early.
skill-creator
Low Risk 74Create effective Claude skills
by BarisSozen
Creating skills for Claude requires careful planning and consistent structure. This skill provides step-by-step guidance, initialization scripts, and packaging tools to help you build professional skills that extend Claude's capabilities.
skill-auditor
Safe 76Audit and validate skill definitions
by BarisSozen
Skills often have formatting issues or structural problems that reduce their effectiveness. This skill provides automated validation with scoring rubrics to ensure all skills meet quality standards before distribution. Use it to catch issues early and maintain consistency across your skill library.
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-security
Safe 69Implement secure authentication patterns
by BarisSozen
Security vulnerabilities in authentication, caching, and logging expose sensitive user data and credentials. This skill provides verified patterns to prevent common mistakes when handling session keys, environment variables, and sensitive data.
pitfalls-react
Safe 69Avoid 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 69Build 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.
pitfalls-blockchain
Safe 70Apply Blockchain Development Best Practices
by BarisSozen
Blockchain interactions often fail silently or waste gas due to missing error handling. This skill provides verified patterns for RPC error handling, gas estimation with buffers, multicall safety, and transaction management across multiple chains.
liquidity-depth-analyzer
Safe 69Analyze DEX liquidity depth and slippage
by BarisSozen
MEV trading requires precise liquidity analysis to avoid excessive slippage and failed transactions. This skill provides systematic workflows and formulas for calculating price impact, estimating slippage, and validating trade profitability before execution.
iterative-runner
Safe 69Automate retry loops for Claude until tasks complete
by BarisSozen
Complex tasks often require multiple iterations to succeed. This skill runs Claude in a persistent loop that keeps retrying until tests pass or completion criteria are met. It includes safety limits to prevent infinite loops and supports TDD workflows, overnight builds, and automated retry logic.