zie-plugins-claude-code
Claude Code plugin marketplace for zierocode tools.
Plugins
| Plugin | Description | Repo |
|---|---|---|
| zie-framework | Solo developer SDLC framework for Claude Code — spec-first, TDD, automated testing, brain-integrated | source |
| zie-brain | Personal AI memory — semantic cross-project memory for Claude Code | source |
Install
Add the marketplace
claude plugin marketplace add https://claude.zie-agent.cloud/marketplace.json
Install a plugin
# User scope (available in all projects)
claude plugin install zie-framework@zie-plugins --scope user
# Project scope (available only in the current project)
claude plugin install zie-framework@zie-plugins --scope project
Update plugins
claude plugin marketplace update zie-plugins
claude plugin update zie-framework
Add a new plugin
To register a new plugin, add an entry to the plugins array in .claude-plugin/marketplace.json:
{
"name": "plugin-name",
"description": "Short description of the plugin",
"author": {
"name": "zie",
"email": "iam@zie-agent.cloud"
},
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/zierocode/plugin-name.git"
},
"homepage": "https://github.com/zierocode/plugin-name"
}
Valid categories: development, productivity, design, deployment, database, security, monitoring, testing, automation, learning, math
License
MIT