TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
ericbrian

design-aesthetics

by ericbrian

star 0

Ensure the user interface meets premium design standards, maintains consistency with existing design tokens, and provide...

ericbrian

code-quality

by ericbrian

star 0

Best practices for code structure, error handling, and reducing duplication.

knopki

proof-of-work

by knopki

star 0

Use automatically during development workflows when making claims about tests, builds, verification, or code quality req...

knopki

typescript-type-system

by knopki

star 0

Use when working with TypeScript's type system including strict mode, advanced types, generics, type guards, and compile...

knopki

doc-coauthoring

by knopki

star 0

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, pr...

knopki

performance-optimization

by knopki

star 0

Use when optimizing code for performance, reducing bundle size, improving load times, or fixing performance bottlenecks....

knopki

legacy-code-safety

by knopki

star 0

Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes an...

knopki

oop-encapsulation

by knopki

star 0

Use when applying encapsulation and information hiding principles in object-oriented design. Use when controlling access...

knopki

pytest-fixtures

by knopki

star 0

Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.

knopki

python-async-patterns

by knopki

star 0

Master Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and concurr...

knopki

terraform-modules

by knopki

star 0

Use when creating and using reusable Terraform modules for organizing and sharing infrastructure code.

knopki

terraform-configuration

by knopki

star 0

Use when writing and organizing Terraform infrastructure-as-code configurations for cloud resource provisioning.

knopki

typescript-async-patterns

by knopki

star 0

Use when typeScript async patterns including Promises, async/await, and async iterators with proper typing. Use when wri...

knopki

pytest-plugins

by knopki

star 0

Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.

knopki

professional-honesty

by knopki

star 0

Use when responding to questions or providing information requiring professional honesty and directness over excessive a...

knopki

shell-portability

by knopki

star 0

Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatib...

knopki

shell-scripting-fundament...

by knopki

star 0

Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops w...

knopki

shell-error-handling

by knopki

star 0

Use when implementing error handling, cleanup routines, or debugging in shell scripts. Covers traps, exit codes, and rob...

knopki

boy-scout-rule

by knopki

star 0

Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scou...

knopki

oop-inheritance-compositi...

by knopki

star 0

Use when deciding between inheritance and composition in object-oriented design. Use when creating class hierarchies or...

knopki

fastapi-dependency-inject...

by knopki

star 0

Master FastAPI dependency injection for building modular, testable APIs. Use when creating reusable dependencies and ser...

knopki

backend-models-standards

by knopki

star 0

Define database models with clear naming, appropriate data types, constraints, relationships, and validation at multiple...

knopki

terraform-state

by knopki

star 0

Use when managing Terraform state files, remote backends, and state locking for infrastructure coordination.

knopki

simplicity-principles

by knopki

star 0

Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishme...