Everything for Claude Code

Skills, subagents, slash commands, hooks, settings, plugin bundles and MCP servers that install into Claude Code. 474,804 indexed, measured the same four ways as everything else here.

PostToolUse

145

supabase/supabase

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing format_and_lint.sh. From supabase/supabase.

109k 2d ago A tokens not measured original Apache-2.0

supabase

146

supabase/supabase

Settings file Claude Code

Agent settings declaring 2 hook events (SessionStart, PostToolUse).

109k 2d ago A tokens not measured original Apache-2.0

react-hook-form

147

supabase/supabase

Skill Claude CodeCodex

Correct React Hook Form usage anywhere in the monorepo — data flow, subscriptions, reset, dirty state, number inputs, and controlled-input rules. Load this BEFORE writing or modifying ANY form code, adding a field to an existing form, touching watch/useWatch/formState/getValues/setValue/reset, wiring a form into a…

109k 2d ago A 123 tokens original Apache-2.0

safe-sql-execution

148

supabase/supabase

Skill Claude CodeCodex

Use whenever code will build, return, fetch, or execute SQL that runs against a user's real Postgres database — even when the request reads like an ordinary feature or bug fix and never says "security," "injection," or "SafeSqlFragment." This covers: writing or editing any pg-meta function, query builder, or endpoint…

109k 2d ago A 221 tokens original Apache-2.0

studio-e2e-tests

149

supabase/supabase

Skill Claude CodeCodex

Write and run Playwright E2E tests for Supabase Studio (e2e/studio). Use when asked to run e2e tests, write new E2E tests, or debug flaky or failing Playwright tests. Covers running commands, avoiding race conditions, waiting strategies, selectors, helper functions, and CI vs local differences.

109k 2d ago A 74 tokens original Apache-2.0

supabase

150

supabase/supabase

MCP server Claude CodeCodexCursor +2

Supabase's hosted MCP server: lets the agent manage projects, tables, SQL and migrations. Remote server at mcp.supabase.com.

109k 2d ago A tokens not measured original Apache-2.0

lint-all

151

denoland/deno

Skill Claude CodeCodex

Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.

108k 3d ago A 24 tokens original MIT

node-compat

152

denoland/deno

Skill Claude CodeCodex

Run a Node.js compatibility test, diagnose failures, and either fix the implementation, skip, or ignore the test. Use when asked to work on node compat tests.

108k 3d ago A 37 tokens original MIT

review-pr

153

denoland/deno

Skill Claude CodeCodex

Review a Deno runtime pull request for correctness, tests, security, and conventions. Use when asked to review a PR or when a PR number/URL is provided for review.

108k 3d ago A 39 tokens original MIT

pr-creator

154

google-gemini/gemini-cli

Skill Claude CodeCodexGemini CLI

Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.

107k 3d ago A 31 tokens original Apache-2.0

review-duplication

155

google-gemini/gemini-cli

Skill Claude CodeCodexGemini CLI

Use this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.

107k 3d ago A 37 tokens original Apache-2.0

skill-creator

156

google-gemini/gemini-cli

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.

107k 3d ago A 46 tokens original Apache-2.0

document-public-apis

157

pytorch/pytorch

Skill Claude CodeCodex

Document undocumented public APIs in PyTorch by removing functions from coverageignorefunctions and coverageignoreclasses in docs/source/conf.py, running Sphinx coverage, and adding the appropriate autodoc directives to the correct .md or .rst doc files. Use when a user asks to remove functions from conf.py ignore…

103k 2d ago A 66 tokens

metal-kernel

158

pytorch/pytorch

Skill Claude CodeCodex

Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple Silicon. Covers nativefunctions.yaml dispatch, host-side operators, and Metal kernel implementation.

103k 2d ago A 52 tokens

scrub-issue

159

pytorch/pytorch

Skill Claude CodeCodex

Fetch, analyze, reproduce, and minimize GitHub issue reproductions. Use only when the user asks to check whether a GitHub issue reproduces, minimize a GitHub issue's repro, analyze a GitHub bug report, or scrub/triage a GitHub issue for reproducibility. Do not use for standalone reproduction requests without a GitHub…

103k 2d ago A 76 tokens

fastapi

160

fastapi/fastapi

Skill Claude CodeCodex

FastAPI best practices and conventions. Use when working with FastAPI APIs, Pydantic models, dependencies, streaming responses including Server-Sent Events (SSE), and serving frontend apps. Keeps FastAPI code clean and up to date with the latest features and patterns.

102k 6d ago A 57 tokens original MIT

caveman

161

JuliusBrussee/caveman

Plugin Claude Code

Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens against an unprompted baseline (measured) while keeping full technical accuracy.

102k 3d ago A tokens not measured

caveman

162

JuliusBrussee/caveman

Plugin Claude Code

Ultra-compressed communication mode. Cuts 65% of output tokens against an unprompted baseline (measured) while keeping full technical accuracy by speaking like a caveman.

102k 3d ago A tokens not measured

caveman

163

JuliusBrussee/caveman

Skill Claude CodeCodex

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

102k 3d ago A 59 tokens

caveman-learn

164

JuliusBrussee/caveman

Skill Claude CodeCodex

Act on a Caveman learn report - review the ranked token sinks, apply cost-lowering fixes with per-edit consent, and report what those fixes returned. Use when asked to lower an agent's token cost, what caveman has saved, to trim a heavy CLAUDE.md, or to offload re-pasted context into cavemem.

102k 3d ago A 76 tokens

caveman-setup

165

JuliusBrussee/caveman

Skill Claude CodeCodex

Wire a repository through the Caveman Cloud gateway so every LLM request is measured, with no behavior change. Use for "set up caveman" or adding LLM spend observability.

102k 3d ago A 44 tokens

adev-writing-guide

166

angular/angular

Skill Claude CodeCodex

Comprehensive writing guide for Angular documentation (adev). Covers Google Technical Writing standards, Angular-specific markdown extensions, code blocks, and components. You MUST use this skill any time you plan to create, edit, or review documentation files in adev/ or adev/src/content.

101k 4d ago A 60 tokens original MIT

PR Review

167

angular/angular

Skill Claude CodeCodex

Guidelines and tools for reviewing pull requests in the Angular repository.

101k 4d ago A 16 tokens original MIT

angular/angular

Skill Claude CodeCodex

Explains the mental model and architecture of the code under packages/forms/signals. You MUST use this skill any time you plan to work with code in packages/forms/signals.

101k 4d ago A 43 tokens original MIT