Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By zlyv587
Check for updates to installed Claude Code plugins from the developer-kits marketplace
npx claudepluginhub zlyv587/marketplace --plugin plugin-updaterA collection of plugins for Claude Code.
| Plugin | Version | Description | Category |
|---|---|---|---|
| claude-md-sync | 1.0.0 | Automatically keeps CLAUDE.md synchronized with project state. Detects project type, analyzes current state, and proposes documentation updates. | Productivity |
| claude-mem0 | 1.6.1 | Persistent memory for Claude Code using mem0 cloud API. Automatically captures and retrieves global user-level and project-level memories. | Productivity |
| gui-agent-dev | 1.1.0 | Development toolkit for GUI automation agents with /dev command (6-step workflow), 8 agents (5 domain + 3 workflow), and code review skill. | Development |
| plugin-updater | 1.0.0 | Check for updates to installed Claude Code plugins from the developer-kits marketplace. Use /check-updates command. | Maintenance |
/plugin marketplace add marketplace
/plugin install claude-md-sync@developer-kits
/plugin install claude-mem0@developer-kits
/plugin install gui-agent-dev@developer-kits
/plugin install plugin-updater@developer-kits
Install the plugin-updater and use the /check-updates command:
# Install the plugin
/plugin install plugin-updater@developer-kits
# Check for updates anytime
/check-updates
This will automatically:
# Clone or download the repository
git clone marketplace
cd developer-kits
# Run the update checker
bash scripts/check-updates.sh
The script will:
Check the versions.json file for the latest version numbers, or visit the Releases page.
# Update a specific plugin
/plugin install <plugin-name>@developer-kits
# This will fetch and install the latest version
To update a plugin to the latest version:
/plugin install <plugin-name>@developer-kits
Example:
/plugin install claude-mem0@developer-kits
Each plugin maintains its own changelog:
The versions.json file is automatically generated from each plugin's plugin.json file. You don't need to manually maintain it.
To regenerate versions.json locally:
bash scripts/generate-versions.sh
When you push changes to any plugins/*/.claude-plugin/plugin.json file, GitHub Actions will automatically:
versions.jsonYou can also manually trigger the workflow from the GitHub Actions tab.
Update the version in your plugin's .claude-plugin/plugin.json:
{
"name": "your-plugin",
"version": "1.1.0",
...
}
Update the plugin's CHANGELOG.md with the new version details
Commit and push:
git add plugins/your-plugin/.claude-plugin/plugin.json
git add plugins/your-plugin/CHANGELOG.md
git commit -m "chore: bump your-plugin to v1.1.0"
git push
GitHub Actions will automatically update versions.json
(Optional) Create a GitHub Release with tag your-plugin-v1.1.0
MIT
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Discover and audit all plugins in a Claude Code marketplace with installation status, versions, and component breakdown
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent memory for Claude Code using mem0 cloud API. Automatically captures and retrieves global user-level and project-level memories.
Automatically keeps CLAUDE.md synchronized with project state. Detects project type, analyzes current state, and proposes documentation updates.
Development toolkit for GUI automation agents with /dev command (6-step workflow), 8 agents, and code review skill
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim