ZARAI AI Marketplace
Plugin ecosystem for Claude Code
MIT LicenseClaude Code v1.0.33+
Install
Add the marketplace
/plugin marketplace add echoai-labs/zarai-ai-marketplaceInstall a plugin
/plugin install zarai-implement@zarai-aiOr test locally
claude --plugin-dir ./plugins/zarai-implementFor Plugin Authors
The marketplace uses a three-layer architecture pattern derived from studying the GSD framework and official Claude Code plugin specification.
Layer 1: (.cjs scripts)
Parse arguments, return structured JSON. Zero AI logic.
Layer 2: (.md contracts)
Behavioral contracts Claude reads conditionally.
Layer 3: (slash command .md)
Thin entry point that orchestrates layers 1 and 2.
Built to deploy. Not to demo.