The index of tools.
Plugins, MCPs, Skills, and Tools for Claude Code — sorted by category, type, and tag.
Herdr
A terminal-native agent multiplexer in a single Rust binary. Herdr combines tmux-style session persistence and pane splits with agent awareness — a sidebar that shows whether each pane's agent is idle, working, blocked, or done — for Claude Code and other CLI agents. The direct Claude Code integration (`herdr integration install claude`) adds full state detection, semantic state forwarding over a local socket API, and agent-session restoration after a server restart.
LLM Wiki
A cross-platform desktop application implementing Andrej Karpathy's llm-wiki.md pattern. Instead of traditional RAG that retrieves and answers from scratch every time, the LLM incrementally builds and maintains a persistent wiki from your sources. A built-in local HTTP API and a companion agent skill let Claude Code query your wiki — "what does my LLM Wiki say about X."
CC Workflow Studio
Design workflows on a canvas in VS Code and export them as Markdown your AI agent already understands — skills, commands, and agents for Claude Code, Cursor, Copilot, and more. An MCP server runs in the background so you can refine workflows in natural language with 'Edit with AI'.
Google Skills
Agent Skills for Google products and technologies — maintained by Google. The repo ships 13 skills: 7 foundational (Gemini API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE basics), 3 recipes (Google Cloud onboarding, auth, network observability), and 3 Well-Architected Framework skills (security, reliability, cost optimization), so Claude Code pulls in Google Cloud guidance automatically when those topics come up.
Firecrawl
🔥 The API to search, scrape, and interact with the web for AI. Three integrated capabilities — Search, Scrape, Interact — exposed through one API. Open source under AGPL-3.0 and self-hostable via docker-compose, the engine also powers the firecrawl.dev cloud SaaS run by the same team.
Firecrawl MCP
🔥 Official Firecrawl MCP Server — Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. Exposes 12+ tools spanning single-page scrape, batch processing, site crawl, search, structured extraction, autonomous research agent, and interactive page automation, returning clean LLM-ready markdown.
Perplexity MCP
The official MCP server implementation for the Perplexity API Platform. Provides AI assistants with real-time web search, reasoning, and research capabilities through Sonar models and the Search API.
Codex Plugin for Claude Code
Use Codex from Claude Code to review code or delegate tasks. An OpenAI-published plugin that exposes standard reviews, adversarial reviews, and task delegation as slash commands, plus a Codex subagent and background-job tracking.
Find Skills
A meta-skill that activates when users ask "how do I do X" or "is there a skill that can…", then searches the open agent skills ecosystem and walks the user through installation.
Graphify
Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
Caveman
why use many token when few token do trick — a Claude Code skill that cuts output tokens by ~65-75% by talking like caveman.
RTK
A high-performance CLI proxy that compresses dev command output by 60-90% before it reaches the LLM context. Single Rust binary, 100+ supported commands — better reasoning, longer sessions, lower costs.
Slack
Official Slack MCP server for interactive and collaborative workflows. Surface insights, draft messages, and engage teams directly within Slack from Claude Code.
Andrej Karpathy Skills
A single `CLAUDE.md` file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Mixpanel MCP
Mixpanel's hosted Model Context Protocol (MCP) server that gives AI assistants direct access to your Mixpanel data.
Claude-Mem
Persistent memory compression system built for Claude Code. Context survives across sessions by capturing tool observations and generating semantic summaries.
CodeBurn
An interactive TUI dashboard for Claude Code token usage and cost. 13 auto-categorized task types and one-shot success rate tracking.
Obsidian Skills
A collection of agent skills for reading and writing Obsidian-specific file formats — markdown, Canvas, Base — directly from Claude Code.
Claude Code Setup
Analyzes your project and recommends the right mix of MCP servers, skills, hooks, and slash commands to automate it in Claude Code.
Commit Commands
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests.
GitHub MCP
The GitHub official MCP server. Browse repositories, manage issues and PRs, monitor Actions, and run code security analysis — all from Claude Code.
Notion MCP
Notion's official remote MCP server. Read and write Notion workspaces directly from Claude Code — no self-hosting required.
Session Report
Analyzes your Claude Code session and generates a structured report of what changed, what decisions were made, and what's left to do.
Atlassian
Official MCP server for Jira and Confluence. Query and update issues, manage Confluence pages, and stay in your editor instead of context-switching to the browser.
Career-Ops
An AI-agent toolkit that evaluates job postings, generates tailored resumes, and manages your entire job-search pipeline.
ccstatusline
A Powerline-style status line for the Claude Code CLI. Show model, token usage, session time, and more at a glance.
ccusage
A CLI tool that analyzes your Claude Code token usage and cost across daily, monthly, session, and 5-hour billing windows.
Chrome DevTools MCP
An MCP server that lets AI agents control and inspect a live Chrome browser for performance analysis, debugging, and automation.
Code Review
Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives.
Figma MCP
Official Figma MCP server. Read design files, convert designs to code, and write back to the Figma canvas — all from Claude Code.
Frontend Design
Generates distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
Hookify
Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions.
Playwright MCP
Microsoft's official Playwright MCP server. Drives the browser via the accessibility tree for fast, deterministic automation without vision models.
Plugin Dev Kit
A comprehensive toolkit for developing Claude Code plugins with expert guidance on hooks, MCP integration, plugin structure, and marketplace publishing.
PR Review
A comprehensive collection of specialized agents for thorough pull request review.
Superpowers
A complete software development methodology for your coding agents, built on composable skills that enforce TDD, systematic debugging, and plan-driven execution.