wshobson/agents
These skills were imported into SkillJury from the public skills ecosystem.
protect-mcp-setup
Cryptographic governance for every Claude Code tool call. Each invocation is evaluated against a Cedar policy and produces an Ed25519-signed receipt that anyone can verify offline.
signed-audit-trails-recipe
Cookbook-style walkthrough for cryptographically signed receipts on every Claude Code tool call. This is the teaching skill. For the runtime implementation, install the protect-mcp plugin.
tailwind-design-system
CSS-first design system framework for Tailwind v4 with tokens, components, and responsive patterns.
typescript-advanced-types
Advanced TypeScript type system patterns for building type-safe, reusable components and utilities.
nodejs-backend-patterns
Production-ready Node.js backend patterns with Express/Fastify, middleware, authentication, and database integration.
python-performance-optimization
Profile and optimize Python code using cProfile, memory profilers, and performance best practices.
api-design-principles
REST and GraphQL API design principles for building scalable, developer-friendly APIs.
python-testing-patterns
Comprehensive testing strategies for Python using pytest, fixtures, mocking, and test-driven development.
fastapi-templates
Production-ready FastAPI project structure with async patterns, dependency injection, and layered architecture.
nextjs-app-router-patterns
Comprehensive patterns for Next.js 14+ App Router, Server Components, and modern full-stack React development.
postgresql-table-design
PostgreSQL schema design covering best practices, data types, indexing, constraints, and performance patterns.
architecture-patterns
Implement proven backend architecture patterns for maintainable, testable, and scalable systems.
code-review-excellence
Systematic code review practices for constructive feedback, bug detection, and team knowledge sharing.
e2e-testing-patterns
Comprehensive guide to building reliable, maintainable end-to-end test suites with Playwright and Cypress.
mobile-android-design
Material Design 3 and Jetpack Compose patterns for building modern, adaptive Android applications.
mobile-ios-design
Native iOS app design with SwiftUI, Apple HIG compliance, and adaptive layouts for iPhone and iPad.
prompt-engineering-patterns
Advanced prompt engineering techniques for optimizing LLM performance, reliability, and structured outputs in production.
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to eliminate slow queries.
dotnet-backend-patterns
Production-grade C#/.NET patterns for APIs, MCP servers, and enterprise backends with modern async, DI, and data access practices.
javascript-testing-patterns
Comprehensive testing strategies for JavaScript/TypeScript using Jest, Vitest, and Testing Library.
modern-javascript-patterns
ES6+ syntax and functional programming patterns for writing clean, modern JavaScript.
rust-async-patterns
Production patterns for async Rust with Tokio, channels, error handling, and concurrent task management.
security-requirement-extraction
Transform threat analysis into actionable security requirements.
database-migration
Execute database migrations across ORMs with zero-downtime strategies and rollback procedures.