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
clawdbot

cloudflare

by clawdbot

star 1.7k

Manage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying workers, managing database...

agentscope-ai

skill-creator

by agentscope-ai

star 1.7k

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an exist...

Dammyjay93

design-engineer

by Dammyjay93

star 1.6k

This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing...

kubb-labs

documentation

by kubb-labs

star 1.6k

Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense)...

kubb-labs

components-generators

by kubb-labs

star 1.6k

Guidance for writing `@kubb/react-fabric` components and generators (React-based and function-based).

kubb-labs

testing

by kubb-labs

star 1.6k

Testing, CI, and troubleshooting guidance for running the repository's test suite and interpreting CI failures.

kubb-labs

changelog

by kubb-labs

star 1.6k

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and tra...

kubb-labs

coding-style

by kubb-labs

star 1.6k

Coding style, testing, and PR guidelines for the Kubb ecosystem. Use when writing or reviewing code for the Kubb ecosyst...

star 1.6k

Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.

kubb-labs

plugin-architecture

by kubb-labs

star 1.6k

Explains plugin lifecycle, generator types, and common utilities used by plugins in the Kubb ecosystem.

stacklok

toolhive-release

by stacklok

star 1.6k

Creates ToolHive release PRs by analyzing commits since the last release, categorizing changes, recommending semantic ve...

stacklok

split-pr

by stacklok

star 1.6k

Analyzes current changes and suggests how to split them into smaller, reviewable PRs

tomasonjo

neo4j-cypher-guide

by tomasonjo

star 1.6k

Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generatin...

TheOrcDev

component-wrapper-archite...

by TheOrcDev

star 1.6k

Best practices for wrapping shadcn/ui components. Apply when creating 8-bit styled variants of existing shadcn/ui compon...

TheOrcDev

fumadocs-component-docs

by TheOrcDev

star 1.6k

Create component documentation with installation, usage examples, and preview sections. Apply when documenting 8-bit com...

TheOrcDev

js-set-map-lookups

by TheOrcDev

star 1.6k

Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or pe...

TheOrcDev

retro-css-architecture

by TheOrcDev

star 1.6k

Organize 8-bit CSS with custom properties, pixel fonts, and responsive pixel art. Apply when creating or modifying retro...

TheOrcDev

shadcn-ui-conventions

by TheOrcDev

star 1.6k

UI component conventions for 8-bit styled components. Use when working with shadcn/ui components or implementing retro-s...

TheOrcDev

rerender-memo

by TheOrcDev

star 1.6k

Extract expensive work into memoized components with React.memo. Apply when components perform expensive computations th...

TheOrcDev

rerender-functional-setst...

by TheOrcDev

star 1.6k

Use functional setState updates to prevent stale closures and unnecessary callback recreations. Apply when updating stat...

TheOrcDev

js-early-exit

by TheOrcDev

star 1.6k

Use early returns to avoid unnecessary computation in loops and functions. Apply when processing arrays, validating inpu...

TheOrcDev

rendering-conditional-ren...

by TheOrcDev

star 1.6k

Use explicit ternary operators instead of && for conditional rendering. Apply when rendering values that could be 0, NaN...

TheOrcDev

fumadocs-registry-integra...

by TheOrcDev

star 1.6k

Register 8-bit components in registry.json for shadcn/ui add command. Apply when adding new components to the component...

TheOrcDev

bundle-barrel-imports

by TheOrcDev

star 1.6k

Import directly from source files instead of barrel files. Apply when using libraries like lucide-react, @mui/material,...