Personal collection of priority Claude Code skills and plugins for development workflows, including plugin formatting and task prioritization tools.
npx claudepluginhub ZenterFlow/claude-priorityFormats plugin folders and files according to Claude Code plugin marketplace guidelines
One-command project status, priority surfacing and persistent backlog grooming for development workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A curated Claude Code plugin marketplace featuring professional development tools for plugin formatting and project management.
This is a Claude Code Plugin Marketplace that you can install locally to access custom development tools. Install once, use everywhere in your Claude Code sessions.
Category: Tools | Version: 1.0.0
Automatically formats and validates Claude Code plugins to ensure they meet marketplace guidelines.
Features:
How to Use:
Category: Tools | Version: 1.0.0
One-command project status assessment, priority surfacing, and persistent backlog grooming.
Features:
How to Use:
Add the Marketplace
/plugin marketplace add https://github.com/ZenterFlow/claude-priority
Install Plugins
/plugin install plugin-formatter@claude-priority
/plugin install claude-prioritise@claude-priority
Enable Plugins
/plugin enable plugin-formatter
/plugin enable claude-prioritise
That's it! Your plugins are ready to use.
After installation, verify everything is working:
/plugin marketplace list # Should show "claude-priority"
/plugin list # Should show plugins as "enabled"
Then test the plugins:
claude-priority/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── .github/workflows/ # CI/CD automation
│ ├── validate-plugins.yml # Plugin validation
│ └── test-installation.yml # Installation testing
├── plugin-formatter/ # Plugin 1: Formatting & validation
│ ├── .claude-plugin/plugin.json
│ ├── agents/plugin-formatter-tutor.md
│ ├── skills/plugin-formatter/
│ │ ├── skill.md
│ │ ├── rules.md
│ │ ├── schemas/ # JSON schemas
│ │ ├── scripts/ # Validation scripts
│ │ └── templates/ # Plugin templates
│ └── README.md
├── claude-prioritise/ # Plugin 2: Task management
│ ├── .claude-plugin/plugin.json
│ ├── agents/claude-prioritise-tutor.md
│ ├── skills/project-status/skill.md
│ ├── persistence/ # Auto-created storage
│ │ ├── log.md
│ │ ├── ideas.md
│ │ └── todo.md
│ └── README.md
├── persistence/ # Project tracking
└── README.md # This file
Marketplace Version: 3.0.0 (Production Release) Last Updated: 2025-11-03
This is a production marketplace. For development, testing, and contributing:
MIT - See LICENSE file for details