All authors
wshobson avatar

Claude Skills by wshobson

github.com/wshobson
138 skillsA× 130B× 7D× 1134 installs2,774 views
Python Testing PatternsA

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

testingpythongo
0
27,967
Python Type SafetyA

Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright.

developmentpythongo
0
27,967
Uv Package ManagerD

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

devopspythonrust
0
27,967
Backtesting FrameworksA

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

datapythongo
0
27,967
Risk Metrics CalculationA

Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems.

datapythongo
0
27,967
Anti Reversing TechniquesA

Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or understanding software protection mechanisms.

securitypythongo
0
27,967
Binary Analysis PatternsA

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

ai-agentspythongo
0
27,967
Memory ForensicsA

Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analyzing memory dumps, investigating incidents, or performing malware analysis from RAM captures.

securitypythonshell
0
27,967
Attack Tree ConstructionA

Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.

securitypythongo
0
27,967
Sast ConfigurationA

Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or automating code vulnerability detection.

securityjavascriptpython
0
27,967
Security Requirement ExtractionA

Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stories, or building security test cases.

securitypythongo
0
27,967
Stride Analysis PatternsA

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

securitypythonrust
0
27,967
Threat Mitigation MappingA

Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness.

securitypythongo
0
27,967
Bash Defensive PatternsA

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

code-qualitypythongo
0
27,967
Bats Testing PatternsB

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

testingshellbash
0
27,967
Shellcheck ConfigurationB

Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.

code-qualityshellbash
0
27,967
Competitive LandscapeA

This skill should be used when the user asks to "analyze competitors", "assess competitive landscape", "identify differentiation", "evaluate market positioning", "apply Porter's Five Forces", or requests competitive strategy analysis.

businessrustgo
0
27,967
Market Sizing AnalysisA

This skill should be used when the user asks to "calculate TAM", "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "what's the total addressable market", or requests market sizing analysis for a startup or business opportunity.

businessgodatabase
0
27,967
Startup Financial ModelingA

This skill should be used when the user asks to "create financial projections", "build a financial model", "forecast revenue", "calculate burn rate", "estimate runway", "model cash flow", or requests 3-5 year financial planning for a startup.

businessgoapi
0
27,967
Startup Metrics FrameworkA

This skill should be used when the user asks about "key startup metrics", "SaaS metrics", "CAC and LTV", "unit economics", "burn multiple", "rule of 40", "marketplace metrics", or requests guidance on tracking and optimizing business performance metrics.

businessrustgo
0
27,967
Team Composition AnalysisA

This skill should be used when the user asks to "plan team structure", "determine hiring needs", "design org chart", "calculate compensation", "plan equity allocation", or requests organizational design and headcount planning for a startup.

businessgotesting
0
27,967
Go Concurrency PatternsA

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

developmentgobash
0
27,967
Memory Safety PatternsA

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.

code-qualityrustgo
0
27,967
Rust Async PatternsA

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.

developmentrustgo
0
27,967
Accessibility ComplianceA

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

designtypescriptreact
0
27,967
Design System PatternsA

Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing theme switching, building component libraries, or establishing design system foundations.

designjavascripttypescript
0
27,967
Interaction DesignA

Design and implement microinteractions, motion design, transitions, and user feedback patterns. Use when adding polish to UI interactions, implementing loading states, or creating delightful user experiences.

designgospring
0
27,967
Mobile Android DesignA

Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.

designgokotlin
0
27,967
Mobile Ios DesignA

Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.

designswiftperformance
0
27,967
React Native DesignA

Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.

developmenttypescriptreact
0
27,967
Responsive DesignA

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

designreactperformance
2
27,967
Visual Design FoundationsA

Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design tokens, building style guides, or improving visual hierarchy and consistency.

designdocumentation
0
27,967
Web Component DesignA

Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI component libraries, designing component APIs, or implementing frontend design systems.

developmentreactvue
0
27,967
Screen Reader TestingA

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

testingjavascriptgo
1
23,027
Wcag Audit PatternsA

Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.

testingjavascriptgo
0
23,027
Fastapi TemplatesA

Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs.

developmentpythongo
0
23,027
Api Design PrinciplesA

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.

developmentpythonrust
0
23,027
Architecture PatternsA

Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.

developmentpythongo
0
23,027