80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
cloudflare
by clawdbot
Manage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying workers, managing database...
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an exist...
design-engineer
by Dammyjay93
This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing...
documentation
by kubb-labs
Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense)...
components-generators
by kubb-labs
Guidance for writing `@kubb/react-fabric` components and generators (React-based and function-based).
testing
by kubb-labs
Testing, CI, and troubleshooting guidance for running the repository's test suite and interpreting CI failures.
changelog
by kubb-labs
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and tra...
coding-style
by kubb-labs
Coding style, testing, and PR guidelines for the Kubb ecosystem. Use when writing or reviewing code for the Kubb ecosyst...
pr
by kubb-labs
Rules and checklist for preparing PRs, creating changesets, and releasing packages in the monorepo.
plugin-architecture
by kubb-labs
Explains plugin lifecycle, generator types, and common utilities used by plugins in the Kubb ecosystem.
toolhive-release
by stacklok
Creates ToolHive release PRs by analyzing commits since the last release, categorizing changes, recommending semantic ve...
split-pr
by stacklok
Analyzes current changes and suggests how to split them into smaller, reviewable PRs
neo4j-cypher-guide
by tomasonjo
Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generatin...
component-wrapper-archite...
by TheOrcDev
Best practices for wrapping shadcn/ui components. Apply when creating 8-bit styled variants of existing shadcn/ui compon...
fumadocs-component-docs
by TheOrcDev
Create component documentation with installation, usage examples, and preview sections. Apply when documenting 8-bit com...
js-set-map-lookups
by TheOrcDev
Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or pe...
retro-css-architecture
by TheOrcDev
Organize 8-bit CSS with custom properties, pixel fonts, and responsive pixel art. Apply when creating or modifying retro...
shadcn-ui-conventions
by TheOrcDev
UI component conventions for 8-bit styled components. Use when working with shadcn/ui components or implementing retro-s...
rerender-memo
by TheOrcDev
Extract expensive work into memoized components with React.memo. Apply when components perform expensive computations th...
rerender-functional-setst...
by TheOrcDev
Use functional setState updates to prevent stale closures and unnecessary callback recreations. Apply when updating stat...
js-early-exit
by TheOrcDev
Use early returns to avoid unnecessary computation in loops and functions. Apply when processing arrays, validating inpu...
rendering-conditional-ren...
by TheOrcDev
Use explicit ternary operators instead of && for conditional rendering. Apply when rendering values that could be 0, NaN...
fumadocs-registry-integra...
by TheOrcDev
Register 8-bit components in registry.json for shadcn/ui add command. Apply when adding new components to the component...
bundle-barrel-imports
by TheOrcDev
Import directly from source files instead of barrel files. Apply when using libraries like lucide-react, @mui/material,...