Everything for Claude Code

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

XueruiSu/Paper-PRISM

Skill Claude CodeCodex

Use when the user wants to turn a research idea, experiment results, related works, or draft into a paper through the Codex-native PaperPRISM workflow.

not rated 108 2mo ago A 39 tokens

cronalytics

6602

8bit64k/cronalytics

Skill Claude CodeCodex

Analyze, diagnose, and optimize Hermes cron jobs via the cronalytics CLI. Terminal-based health checks, cost attribution, failure analysis, trend detection, and schedule drift. Also references the Cronalytics dashboard plugin for visual exploration.

not rated 108 2mo ago B 50 tokens original MIT

llm-wiki

6603

ekadetov/llm-wiki

Plugin Claude Code

Bundles 1 skill, 1 command, 1 hook · 75 tokens together

LLM Wiki — persistent, compounding knowledge base inside Obsidian. Ingest, compile, query, lint, and remove knowledge base wikis. Based on Karpathy's LLM Wiki pattern.

not rated 108 +1 5mo ago A tokens not measured original MIT

ConstantineChenn/SakikoMind

Skill Claude CodeCodex

A set of procedures for handling billing and subscription requests for SakikoMind's BillingAgent, including charges, refunds, invoices, and plan management.

not rated 108 +1 yesterday A 34 tokens

osborn

6605

fainshare/Liam-Skills

Skill Claude Code

A divergent-thinking method based on Osborn’s idea-generation techniques, including SCAMPER and rotating through stakeholder viewpoints.

not rated 108 1mo ago A 195 tokens

thesis-orchestrator

6606

idoforgod/Dissertation-Simulator-AgenticWorkflow

Agent Claude Code needs its repo

Master orchestrator for the doctoral research workflow. Manages the full thesis lifecycle from initialization through publication, coordinating Agent Teams, sub-agents, quality gates, and SOT.

not rated 108 3mo ago A 41 tokens original MIT

scv-scan

6607

kadenzipfel/scv-scan

Skill Claude CodeCodex

Systematically audit Solidity smart contract codebases for security vulnerabilities using a 4-phase approach - load a vulnerability cheatsheet, sweep code with grep and semantic analysis, deep-validate candidates against reference files, and output a severity-ranked findings.

not rated 108 +2 6mo ago A 51 tokens

skill-creator

6608

linyqh/speclip-skills

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 108 5mo ago A 64 tokens

deep-code-read

6609

CiferaTeam/deep-code-reader

Skill Claude CodeCodex

Use when you want to deeply understand an unfamiliar codebase and generate reusable cognitive skills from it, by providing a local path or GitHub URL.

not rated 108 +1 changed 13d ago A 32 tokens

claude-view

6610

tombelieber/claude-view

Skill Claude CodeCodex

Monitor and query Claude Code sessions — list sessions, search conversations, check costs, view AI fluency score, see live running agents. Use when the user asks about their Claude Code usage, costs, session history, or running agents.

not rated 108 +2 17d ago A SkillSpector: warn 51 tokens original MIT

crawlie

6611

spronta/crawlie

Plugin Claude Code

Bundles 4 skills, 1 MCP server · 356 tokens together

Turn your agent into an SEO team: crawl any site, catch broken links, redirect chains, missing metadata, thin content, and AI-search (GEO) gaps — then get a prioritized fix list and diff crawls to prove the fixes landed. Runs on Crawlie Cloud: sign in and go, nothing to install.

not rated 108 +1 2mo ago A tokens not measured

kb

6612

compozy/kb

Skill Claude CodeCodex

Comprehensive skill for the kb CLI and the Karpathy Knowledge Base pattern. Covers the full KB lifecycle — topic scaffolding, multi-source ingestion (URLs, files, YouTube videos and channels, Instagram reels, bookmarks, codebases), wiki article compilation, cross-article querying with file-back, lint-and-heal passes…

not rated 108 29d ago A SkillSpector: pass 262 tokens original MIT

code-review-team

6613

revfactory/harness-engineering-with-cc

Skill Claude Code

A coordinated code-review workflow with four reviewers: one for static analysis, one for design, one for security, and one for refactoring. A pull request is a proposed set of code changes submitted for review.

not rated 108 +2 3mo ago A 66 tokens original Apache-2.0

ida-reverse

6614

haikow/claude-reverse-skills

Skill Claude CodeCodex

A Chinese-language assistant for IDA Pro, a program used to analyze compiled files such as Windows executables, libraries, and firmware.

not rated 108 +3 2mo ago A 176 tokens

vox-explainer

6615

CK42BB/vox-explainer-skill

Skill Claude CodeCodex

End-to-end pipeline for producing Vox-style explainer videos from a single topic prompt. One topic in, finished film out — script, keyframes (Seedream 5.0 Pro), animation (Gemini Omni Flash), voiceover (xAI TTS), music (MiniMax Music 2.6), all assembled locally with ffmpeg via the Atlas Cloud API. Use this skill…

not rated 108 +3 2mo ago A 164 tokens original MIT

open-supermarkets

6616

abracadabra50/open-supermarkets

Skill Claude Code

Grocery automation across nine retailers in five countries — UK, Netherlands, Belgium, Spain and the US. Search, compare, basket, delivery slots and checkout, plus Open Food Facts nutrition and allergen enrichment. Available as CLI, MCP server, or agent skill.

not rated 108 +4 11d ago A 57 tokens original MIT

Szotasz/marveen

Skill Claude CodeCodex

AI fleet project execution (orchestrator=PM, marketing agent, backend dev agent, video agent). Fast-iteration architecture pivots and inter-agent task delegation across multi-hour sessions. Use when a user assigns a multi-agent project with "take it as a team" instruction.

not rated 108 +8 today A SkillSpector: warn 63 tokens original MIT

pr-checklist

6618

Swttch/swttch

Skill Claude Code

Pre-PR review checklist for the claude-code-gui-jetbrains project. Verifies a change is ready to open a pull request against main — rebased onto the latest main, feature docs written for feature PRs, no marketplace-forbidden Internal/ Deprecated JetBrains APIs, all three test layers passing, the project's core…

not rated 108 +5 changed 10d ago A 152 tokens AGPL-3.0

geo-mcp-servers

6619

sparkgeo/geo-mcp-servers

Skill Claude CodeCodex

Browse, search, and recommend geospatial / GIS / mapping / earth-observation MCP servers, and add newly discovered ones to the tracked list. Use when the user asks "is there an MCP server for ", wants to find a geocoding/routing/PostGIS/STAC/imagery/weather MCP server, or says they found a new geo MCP server to track.

not rated 108 +11 7d ago A SkillSpector: warn 84 tokens original MIT

wsimmonds/claude-nextjs-skills

Skill Claude Code

Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode, and streaming with Suspense. CRITICAL for server actions (action.ts, actions.ts files, 'use server' directive), setting cookies from client components, and form…

not rated 108 11mo ago A 111 tokens original MIT

mcp-server

6621

HelloGGX/shadcn-vue-mcp

MCP server Claude CodeCodexCursor +2

mcp server. Runs locally from the mcp-server npm package.

not rated 108 10mo ago A tokens not measured original Apache-2.0

mcp-wechat-server

6622

Howardzhangdqs/mcp-wechat-server

MCP server Claude CodeCodexCursor +2

MCP Server for WeChat iLink Bot - enables AI agents to send/receive WeChat messages via the Model Context Protocol. Runs locally from the mcp-wechat-server npm package.

not rated 108 6mo ago A tokens not measured

unstick

6623

AsifKibria/claude-code-toolkit

Command Claude Code

Unstick a session that's wedged on PDF/image errors (issue.

not rated 108 4mo ago A 13 tokens original MIT

oi-owarasero

6624

nwiizo/oi-owarasero

Plugin Claude Code

Bundles 1 skill · 143 tokens together

A dialogue-based reflection skill for examining moments when work stopped and identifying hidden assumptions and next steps.

not rated 108 +8 10d ago A tokens not measured original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: