wshobson/agents
These skills were imported into SkillJury from the public skills ecosystem.
tailwind-design-system
by wshobson/agents
Build production-ready design systems with Tailwind CSS v4, including CSS-first configuration, design tokens, component variants, responsive patterns, and accessibility.
typescript-advanced-types
by wshobson/agents
Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications.
api-design-principles
by wshobson/agents
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.
nodejs-backend-patterns
by wshobson/agents
Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns, and best practices.
architecture-patterns
by wshobson/agents
Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.
nextjs-app-router-patterns
by wshobson/agents
Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.
python-performance-optimization
by wshobson/agents
Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices.
code-review-excellence
by wshobson/agents
Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.
prompt-engineering-patterns
by wshobson/agents
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.
python-testing-patterns
by wshobson/agents
Comprehensive guide to implementing robust testing strategies in Python using pytest, fixtures, mocking, parameterization, and test-driven development practices.
fastapi-templates
by wshobson/agents
Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs.
postgresql-table-design
by wshobson/agents
Enable with ALTER TABLE tbl ENABLE ROW LEVEL SECURITY . Create policies: CREATE POLICY user_access ON orders FOR SELECT TO app_users USING (user_id = current_user_id()) . Built-in user-based access control at the row level.
async-python-patterns
by wshobson/agents
Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems.
e2e-testing-patterns
by wshobson/agents
Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do.
error-handling-patterns
by wshobson/agents
Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences.
github-actions-templates
by wshobson/agents
Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.
mobile-android-design
by wshobson/agents
Master Material Design 3 (Material You) and Jetpack Compose to build modern, adaptive Android applications that integrate seamlessly with the Android ecosystem.
mobile-ios-design
by wshobson/agents
Master iOS Human Interface Guidelines (HIG) and SwiftUI patterns to build polished, native iOS applications that feel at home on Apple platforms.
security-requirement-extraction
by wshobson/agents
Transform threat analysis into actionable security requirements.
sql-optimization-patterns
by wshobson/agents
Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.
accessibility-compliance
by wshobson/agents
Master accessibility implementation to create inclusive experiences that work for everyone, including users with disabilities.
design-system-patterns
by wshobson/agents
Master design system architecture to create consistent, maintainable, and scalable UI foundations across web and mobile applications.
dotnet-backend-patterns
by wshobson/agents
Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).
git-advanced-workflows
by wshobson/agents
Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.