Back to blog
ClaudePluginHub

Community directory for discovering and installing Claude Code plugins.

Help us improve

Share bugs, ideas, or general feedback.

Product

  • Browse Plugins
  • Marketplaces
  • Pricing
  • About
  • Contact

Resources

  • Learning Center
  • Blog
  • Claude Code Docs
  • Plugin Guide
  • Plugin Reference
  • Plugin Marketplaces

Community

  • Browse on GitHub
  • Get Support

Legal

  • Terms of Service
  • Privacy Policy

© 2025 ClaudePluginHub

Community Maintained · Not affiliated with Anthropic

ClaudePluginHub
ClaudePluginHub
ToolsLearnPricing
Search everything...
All Posts

Recent Posts

Claude Plugins for Productivity: From TDD Enforcement to Persistent MemoryClaude's Largest Plugin Category: 7 Utility Plugins Worth InstallingState of the Claude Plugin Ecosystem — April 2026Claude Code MCP Servers: A Developer's Guide to Memory, Automation, and Documentation Plugins

Categories

Trending3
Ecosystem Stats1

Explore plugins

Browse the full directory of Claude Code plugins — commands, agents, skills, MCP servers, and more.

Browse plugins →
Trending

Claude Plugins for Productivity: From TDD Enforcement to Persistent Memory

Explore 7,522 productivity plugins for Claude Code covering workflow automation, session memory, TDD enforcement, and autonomous development with real install data.

May 5, 20266 min

Why Productivity Plugins Matter for Claude Code

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.

Workflow Enforcement: Superpowers and GSD

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.

Session Monitoring and Context Management

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.

Persistent Memory: Three Approaches

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.

Presentations and Knowledge Sharing

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.

Choosing the Right Productivity Stack

These eight plugins address five distinct productivity needs:

NeedPluginComponent Types
TDD enforcementsuperpowersskills, hooks
Autonomous dev pipelineGSDcommands, agents
Session monitoringClaude HUDcommands
CLAUDE.md optimizationClaude MD Managementcommands, skills
Cross-session memoryMem0, Mempalace, Paperclipskills, hooks, MCP
Presentation creationSlidevskills

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.

Claude's Largest Plugin Category: 7 Utility Plugins Worth Installing

Featured in this post

superpowers

178.4k

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.

today
v5.1.0
View superpowers

claude-hud

21.2k

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.

5d
v0.1.0
View claude-hud

gsd-build-get-shit-done

57.5k

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.

1w
v1.38.5
View gsd-build-get-shit-done

claude-md-management

18.3k

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.

2mo
v1.0.0
View claude-md-management

paperclipai-paperclip-1

59.0k

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.

1w
v2026.416.0
View paperclipai-paperclip-1

mem0

52.1k

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.

4w
v0.1.0
View mem0

mempalace

50.8k

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.

2d
v3.3.3
View mempalace

slidev

46.2k

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.

today
v1.0.0
View slidev