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
Dwsy

zai-vision

by Dwsy

star 0

Dynamic access to zai-vision MCP server (8 tools, transport: stdio)

mirakui

verify

by mirakui

star 0

Run repository quality checks (lint, format, type check, test). Use /verify to run all checks, or /verify lint, /verify...

dazuck

code-reviewer

by dazuck

star 0

Quality review after major work. Focuses on product impact over style, identifies real issues not nitpicks, and verifies...

dazuck

sync-skills-public

by dazuck

star 0

Export a sanitized copy of your Claude Code skills to a public repo. Scans for sensitive content, applies sanitization,...

dazuck

brainstorming

by dazuck

star 0

Design and planning before coding. Explores problem space, generates approaches, evaluates tradeoffs, and recommends a p...

dazuck

handoff

by dazuck

star 0

Session wrap-up and handoff to next agent. Verifies work, updates docs, creates handoff message, runs pre-mortem.

dazuck

design-principles

by dazuck

star 0

Enforce a precise, minimal design system inspired by Linear, Notion, and Stripe. Use this skill when building dashboards...

dazuck

systematic-debugging

by dazuck

star 0

Structured debugging process for bugs. Reproduces, isolates, hypothesizes, tests, fixes minimally, and documents learnin...

dazuck

writeup

by dazuck

star 0

Document work and learnings for publication. Assesses session work, recommends format (tweet, thread, week notes, full w...

dazuck

format-for-x

by dazuck

star 0

Convert markdown articles to X/Twitter-compatible format. Removes markdown syntax, converts tables to em-dash format, an...

dazuck

strategic-pressure-test

by dazuck

star 0

Strategic sparring partner for pressure testing high-leverage work. Identifies major gaps in plans, strategies, content,...

dazuck

coach

by dazuck

star 0

Expert advisor and thinking partner for strategic situations. Rapidly develops domain expertise, identifies knowledge ga...

richardhowes

component-hierarchy

by richardhowes

star 0

Guide component selection in ResRequest Vue projects. Ensures correct usage of ShadCN-Vue vs custom components, proper i...

richardhowes

inertia-patterns

by richardhowes

star 0

Enforce Inertia.js patterns in Vue components. Prevents axios usage, ensures proper form handling, and guides navigation...

richardhowes

vilt-coding-standards

by richardhowes

star 0

Apply VILT stack coding standards when writing Vue, Laravel, or TypeScript code. Automatically enforces patterns for Com...

richardhowes

reflection

by richardhowes

star 0

Self-improving meta-skill that learns from user corrections and updates the TARGET PROJECT's skill files. Only runs when...

kiet-ta

ux-designer

by kiet-ta

star 0

User experience and interface design specialist

kiet-ta

root-cause-tracing

by kiet-ta

star 0

Systematically trace bugs backward through call stack to find original trigger

kiet-ta

defense-in-depth-validati...

by kiet-ta

star 0

Validate at every layer data passes through to make bugs impossible

kiet-ta

collision-zone-thinking

by kiet-ta

star 0

Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?"

kiet-ta

backend-development

by kiet-ta

star 0

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django),...

kiet-ta

sequential-thinking

by kiet-ta

star 0

Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alterna...

kiet-ta

frontend-dev-guidelines

by kiet-ta

star 0

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, use...

kiet-ta

verification-before-compl...

by kiet-ta

star 0

Run verification commands and confirm output before claiming success