Browse the full directory of Claude Code plugins — commands, agents, skills, MCP servers, and more.
Browse plugins →Explore 7,522 productivity plugins for Claude Code covering workflow automation, session memory, TDD enforcement, and autonomous development with real install data.
With 32,829 active plugins in the Claude Code ecosystem and 290,813 total components, finding the right productivity tools can feel overwhelming. The productivity category alone contains 7,522 plugins — the second-largest category in the directory.
Productivity plugins differ from development-focused ones in a key way: they change how you work with Claude Code rather than what you build. They enforce methodologies, persist context across sessions, automate multi-step workflows, and surface real-time session health data. This guide covers eight plugins with demonstrated adoption, each addressing a distinct productivity gap.
The most-installed productivity plugin this week is superpowers with 1,830 installs in the past 7 days and 178,416 stars. It provides skills and hooks that enforce TDD workflows with red-green-refactor cycles, generate and execute batched implementation plans via subagents, dispatch parallel agents for independent task fixes, perform technical code reviews with git diffs, debug root causes before applying fixes, create isolated git worktrees for features, and verify tests and builds before merging or creating PRs.
What makes superpowers distinctive is its opinionated methodology enforcement. Rather than offering optional suggestions, its hooks actively shape your session behavior — you write a failing test before implementation code, period. For teams adopting TDD in AI-assisted workflows, this removes the temptation to skip the red phase.
GSD (Get Shit Done) takes a different approach with 64 installs per week and 57,510 stars. It automates spec-driven software development: bootstrap projects with AI-generated roadmaps and requirements, then autonomously plan, execute, and audit phases via 100+ commands and agents. It manages git commits, releases, PRs, backlogs, and workspaces while generating tests, docs, and reviews. Its component types include commands and agents, giving you both slash-command entry points and autonomous agent workflows.
The key difference: superpowers enforces discipline within your existing workflow, while GSD replaces your workflow with an autonomous spec-driven pipeline.
Claude HUD addresses a problem many Claude Code users hit: losing track of session health during long coding sessions. With 77 installs this week and 21,227 stars, it provides commands to monitor Claude Code sessions in real-time via a statusline HUD displaying context health, tool activity, agent status, and todo progress. You can interactively configure the HUD layout, presets, and display elements like git status and usage, saving preferences to config.json. It also detects and cleans ghost plugin installations by scanning cache, registry, and temp files across macOS, Linux, and Windows.
For developers running multi-hour sessions with subagents and complex tool chains, the visibility into context window consumption alone justifies installation.
Claude MD Management operates at a meta-productivity level with 48 installs per week and 18,309 stars. Published by the Anthropic GitHub org, it provides commands and skills to audit CLAUDE.md files across repositories by discovering them with find, evaluating quality against rubrics, generating reports, and applying targeted improvements after approval. It also captures learnings from Claude Code sessions to propose concise updates to CLAUDE.md or .claude.local.md files with user approval.
This is productivity infrastructure — better CLAUDE.md files mean better Claude Code performance across every future session in that repository.
One of the sharpest productivity gaps in Claude Code is context loss between sessions. Three plugins in this category tackle it with different architectures.
Mem0 (52,060 stars) uses skills, hooks, and MCP to add persistent memory to Claude Code tasks and AI apps. It retrieves relevant past decisions, strategies, and session states on new tasks, stores user data for personalization, and enables semantic search across long-term memories using Python and TypeScript SDKs. The hook-based approach means memory capture happens automatically without manual intervention.
Mempalace (50,809 stars) takes a local-first MCP server approach. It runs mempalace-mcp to give AI persistent memory by mining projects and conversations into a searchable palace using auto-save hooks, 19 MCP tools, and guided setup for RAG-enhanced recall across sessions. The "palace" metaphor maps to a structured knowledge graph rather than flat key-value storage.
Paperclip (59,027 stars) integrates memory into a broader autonomous agent framework. It provides skills to build and manage autonomous AI agent workflows, scaffold React/TypeScript/Node plugins, create governance-aware agents from templates, and store persistent knowledge using the PARA method in YAML and markdown files. Tasks are coordinated via API for delegation, status updates, and routines.
The tradeoff between these three is scope: Mem0 is a focused memory layer, Mempalace is a local knowledge graph, and Paperclip bundles memory into a full agent orchestration framework. If you only need cross-session recall, Mem0 or Mempalace keep your plugin surface area smaller. If you want memory as part of autonomous multi-agent delegation, Paperclip provides the complete package.
Slidev (46,190 stars) might seem like an outlier in a productivity category, but it addresses a real developer workflow gap: creating and presenting interactive web-based slidedecks using Markdown and Vue components. Its skills support code highlighting, animations, interactive demos, and presenter notes — all authored in the same Markdown-centric workflow developers already use.
For developers who context-switch between coding and presenting (conference talks, team demos, architecture walkthroughs), keeping slide creation inside Claude Code eliminates tool-switching overhead.
These eight plugins address five distinct productivity needs:
| Need | Plugin | Component Types |
|---|---|---|
| TDD enforcement | superpowers | skills, hooks |
| Autonomous dev pipeline | GSD | commands, agents |
| Session monitoring | Claude HUD | commands |
| CLAUDE.md optimization | Claude MD Management | commands, skills |
| Cross-session memory | Mem0, Mempalace, Paperclip | skills, hooks, MCP |
| Presentation creation | Slidev | skills |
A practical starting stack for most developers: superpowers for methodology discipline (1,830 installs this week suggests strong community validation), one memory plugin for context persistence, and Claude HUD for session visibility. Add GSD if you want autonomous pipeline execution, or Claude MD Management if you maintain multiple repositories.
Browse the full productivity category to explore all 7,522 plugins, or check individual plugin pages for installation instructions and component details.
Enforce TDD workflows with red-green-refactor cycles, generate and execute batched implementation plans via subagents, dispatch parallel agents for independent task fixes like test failures, perform technical code reviews with git diffs, debug root causes before fixes, create isolated git worktrees for features, and verify tests/builds before merging or PRs in Claude Code sessions.
Monitor Claude Code sessions in real-time via a statusline HUD displaying context health, tool activity, agent status, and todo progress. Interactively configure HUD layout, presets, display elements like git status and usage, saving to config.json. Detect and clean ghost plugin installations by scanning cache, registry, and temp files on macOS, Linux, or Windows.
Automate spec-driven software development in Claude Code: bootstrap projects with AI-generated roadmaps/requirements, autonomously plan/execute/audit phases via 100+ commands/agents, manage git commits/releases/PRs/backlogs/workspaces, generate tests/docs/reviews, debug/fix issues.
Audit CLAUDE.md files across repositories by discovering them with find, evaluating quality against rubrics, generating reports, and applying targeted improvements after approval. Capture learnings from Claude Code sessions to propose concise updates to CLAUDE.md or .claude.local.md files with user approval.
Build and manage autonomous AI agent workflows in the Paperclip framework. Scaffold React/TypeScript/Node plugins, create governance-aware agents from templates, store persistent knowledge using PARA method in YAML/markdown files, and coordinate tasks via API for delegation, status updates, and routines.
Add persistent memory to Claude Code tasks and AI apps via Mem0: retrieve relevant past decisions, strategies, and session states on new tasks; store user data for personalization; enable semantic search across long-term memories using Python/TS SDKs, hooks, and MCP tools.
Run a local MCP server with mempalace-mcp to give AI persistent memory: mine projects and conversations into a searchable palace using auto-save hooks, 19 MCP tools, and guided setup for RAG-enhanced recall across sessions.
Create and present interactive web-based Slidev slidedecks using Markdown and Vue components for technical presentations, conference talks, code walkthroughs, and workshops, with code highlighting, animations, interactive demos, and presenter notes.