A curated marketplace of Claude Code plugins and workflows to enhance your AI-assisted development experience
npx claudepluginhub jgillam/practical-ccA pair of slash commands that maintain context between Claude Code sessions through automatic session documentation. Eliminates the need to manually explain what you were working on when starting a new session.
A curated marketplace of Claude Code plugins, workflows, and configurations to enhance your AI-assisted development experience.
This marketplace provides a collection of reusable Claude Code plugins organized by functional area. Each plugin is self-contained with its own commands, documentation, and installation instructions.
Register this marketplace in Claude Code to make all plugins available. See the Claude Code documentation for details on registering marketplaces.
jg-session - Maintain context and continuity between Claude Code sessions
A pair of slash commands (/tidyup and /tidydown) that automate end-of-session cleanup and start-of-session context loading. Creates structured session summaries so you never have to re-explain your work when you return.
tidyup, tidydownEach plugin in this marketplace follows a consistent structure:
plugins/
└── plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── commands/
│ ├── command1.md # Command definitions
│ └── command2.md
└── README.md # Plugin documentation
Register this marketplace in Claude Code to install plugins. Once registered, all plugins become available directly within Claude Code.
For detailed installation instructions, see the Claude Code Plugin Documentation.
Plugins are organized into categories for easy discovery:
Want to contribute your own plugin? Follow this structure:
plugins/ with a descriptive name (consider using a namespace prefix like yourname-pluginname).claude-plugin/plugin.json with metadatacommands/ directory with command definition files (.md)README.md.claude-plugin/marketplace.json to register your pluginUse a namespace prefix to avoid conflicts:
jg-session (Jason G.'s session management plugin)yourname-yourplugin (your plugin)This is similar to scoped packages in npm (@username/package) or Java package namespacing (com.company.product).
See existing plugins for examples of plugin.json structure. Key fields:
Contributions are welcome! This marketplace grows organically as the community develops new tools and workflows.
This work is licensed under a Creative Commons Attribution 4.0 International License.
Individual plugins may have additional attribution requirements. See each plugin's README for details.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.