80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
design-aesthetics
by ericbrian
Ensure the user interface meets premium design standards, maintains consistency with existing design tokens, and provide...
code-quality
by ericbrian
Best practices for code structure, error handling, and reducing duplication.
proof-of-work
by knopki
Use automatically during development workflows when making claims about tests, builds, verification, or code quality req...
typescript-type-system
by knopki
Use when working with TypeScript's type system including strict mode, advanced types, generics, type guards, and compile...
doc-coauthoring
by knopki
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, pr...
performance-optimization
by knopki
Use when optimizing code for performance, reducing bundle size, improving load times, or fixing performance bottlenecks....
legacy-code-safety
by knopki
Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes an...
oop-encapsulation
by knopki
Use when applying encapsulation and information hiding principles in object-oriented design. Use when controlling access...
pytest-fixtures
by knopki
Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.
python-async-patterns
by knopki
Master Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and concurr...
terraform-modules
by knopki
Use when creating and using reusable Terraform modules for organizing and sharing infrastructure code.
terraform-configuration
by knopki
Use when writing and organizing Terraform infrastructure-as-code configurations for cloud resource provisioning.
typescript-async-patterns
by knopki
Use when typeScript async patterns including Promises, async/await, and async iterators with proper typing. Use when wri...
pytest-plugins
by knopki
Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.
professional-honesty
by knopki
Use when responding to questions or providing information requiring professional honesty and directness over excessive a...
shell-portability
by knopki
Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatib...
shell-scripting-fundament...
by knopki
Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops w...
shell-error-handling
by knopki
Use when implementing error handling, cleanup routines, or debugging in shell scripts. Covers traps, exit codes, and rob...
boy-scout-rule
by knopki
Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scou...
oop-inheritance-compositi...
by knopki
Use when deciding between inheritance and composition in object-oriented design. Use when creating class hierarchies or...
fastapi-dependency-inject...
by knopki
Master FastAPI dependency injection for building modular, testable APIs. Use when creating reusable dependencies and ser...
backend-models-standards
by knopki
Define database models with clear naming, appropriate data types, constraints, relationships, and validation at multiple...
terraform-state
by knopki
Use when managing Terraform state files, remote backends, and state locking for infrastructure coordination.
simplicity-principles
by knopki
Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishme...