gui-agent-dev
NewDevelopment toolkit for GUI automation agents with /dev command (6-step workflow), 8 agents (5 domain + 3 workflow), and code review skill.
Overview
A collection of plugins for Claude Code.
Available Plugins
| 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 |
Installation
1. Add this marketplace
/plugin marketplace add marketplace2. Install a plugin
/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-kitsChecking for Updates
Method 1: Using the plugin-updater plugin (Recommended)
Install the plugin-updater and use the /check-updates command:
# Install the plugin
/plugin install plugin-updater@developer-kits
# Check for updates anytime
/check-updatesThis will automatically:
- •Check all installed plugins against the latest versions
- •Display available updates with version numbers
- •Provide commands to update each plugin
- •Show changelog links for each update
Method 2: Using the update check script
# Clone or download the repository
git clone marketplace
cd developer-kits
# Run the update checker
bash scripts/check-updates.shThe script will:
- •Check all installed plugins against the latest versions
- •Display available updates with version numbers
- •Provide commands to update each plugin
- •Show changelog links for each update
Method 3: Manual check
Check the versions.json file for the latest version numbers, or visit the Releases page.
Method 4: Using Claude Code commands
# Update a specific plugin
/plugin install <plugin-name>@developer-kits
# This will fetch and install the latest versionUpdating Plugins
To update a plugin to the latest version:
/plugin install <plugin-name>@developer-kitsExample:
/plugin install claude-mem0@developer-kitsVersion History
Each plugin maintains its own changelog:
For Plugin Developers
Automatic Version Management
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.shWhen you push changes to any plugins/*/.claude-plugin/plugin.json file, GitHub Actions will automatically:
- Run the generation script
- Update
versions.json - Commit and push the changes
You can also manually trigger the workflow from the GitHub Actions tab.
Publishing a New Version
- Update the version in your plugin's
.claude-plugin/plugin.json:
``json { "name": "your-plugin", "version": "1.1.0", ... } ``
- Update the plugin's
CHANGELOG.mdwith the new version details
- Commit and push:
``bash 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
License
MIT
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/gui-agent-dev.md https://raw.githubusercontent.com/zlyv587/marketplace/main/SKILL.md/gui-agent-devFrequently Asked Questions
What is gui-agent-dev?
Development toolkit for GUI automation agents with /dev command (6-step workflow), 8 agents (5 domain + 3 workflow), and code review skill.
How to install gui-agent-dev?
To install gui-agent-dev, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /gui-agent-dev.
What is gui-agent-dev best for?
gui-agent-dev is a community categorized under Development. It is designed for: code-review, agent. Created by James Tan.