Skip to content

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-marketplace

Install a plugin

/plugin install zarai-implement@zarai-ai

Or test locally

claude --plugin-dir ./plugins/zarai-implement

For 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.

View on GitHub

Built to deploy. Not to demo.