Back to Discover

zie-plugins-claude-code

plugin

zierocode

zie-plugins for Claude Code

View on GitHub
0 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add zierocode/zie-plugins-claude-code

README

zie-plugins-claude-code

Claude Code plugin marketplace for zierocode tools.

Plugins

PluginDescriptionRepo
zie-frameworkSolo developer SDLC framework for Claude Code — spec-first, TDD, automated testing, brain-integratedsource
zie-brainPersonal AI memory — semantic cross-project memory for Claude Codesource

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

Rendered live from zierocode/zie-plugins-claude-code's GitHub README — not stored, always reflects the source repo.

2 Plugins

NameDescriptionCategorySource
zie-frameworkSolo developer SDLC framework for Claude Code — spec-first, TDD, automated testing, brain-integrateddevelopmenthttps://github.com/zierocode/zie-framework.git
zie-brainPersonal AI memory — semantic cross-project memory for Claude Codedevelopmenthttps://github.com/zierocode/zie-brain.git

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.