Build, deploy, and manage full-stack serverless applications on Zoho Catalyst — prototyping database-backed backends, serverless functions with API Gateway, frontend hosting via Slate, and S3-compatible object storage, all through natural language interactions with MCP-based infrastructure management
Catalyst AppSail — persistent backend PaaS with managed runtimes (Node.js, Java, Python) and custom Docker containers. Trigger on 'AppSail', 'persistent server', 'Docker on Catalyst', 'X_ZOHO_CATALYST_LISTEN_PORT', or 'long-running process on Catalyst'. Do NOT use for stateless request/response handlers, event-driven functions, or scheduled jobs — use catalyst-functions instead.
Catalyst Authentication — user login/signup, ZAID, Web SDK auth flows, and OAuth token management via Connections. Trigger on 'authentication', 'login', 'signup', 'getCurrentUser', 'ZAID', 'isUserAuthenticated', 'signOut', 'Connections', or 'getAccessToken'. You MUST load this skill whenever implementing user login or protecting data — ZAID differs between Development and Production and is the #1 cause of auth failures after environment promotion. For Security Rules (function invocation control), route to catalyst-functions.
Core Catalyst project setup — directory structure, environments, CLI commands, and all Catalyst IDs (Project ID, ZAID, Table ID, Segment ID, Org ID). Trigger on 'start a Catalyst project', 'what is .catalystrc', 'where do I find my Table ID', 'difference between Development and Production', or any Catalyst ID or CLI question.
Catalyst Cache — in-memory key-value store with TTL for ephemeral session and temporary data. Trigger on 'Cache', 'cache segment', 'cache key', 'TTL', 'segment.put', 'segment.get', or 'temporary data Catalyst'.
Catalyst Data Store — relational cloud database with ZCQL, CRUD operations, table permissions, and result pagination. Trigger on 'Data Store', 'ZCQL', 'create table', 'executeZCQLQuery', 'table permissions', or 'ROWID'. You MUST load this skill whenever writing code that reads or writes Data Store data — ZCQL result wrapping and App User permissions are non-obvious and cause silent bugs if skipped.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of AI agent skills for Catalyst by Zoho — the full-stack serverless cloud platform.
These skills give AI coding agents (Claude, etc.) deep knowledge of Catalyst's platform, services, SDK patterns, and best practices — enabling them to write deployment-ready Catalyst code, recommend the right architecture, and even manage infrastructure directly via Zoho MCP tools.
| Skill | Description |
|---|---|
catalyst-by-zoho | Complete Catalyst development assistant — covers all services, SDKs, CLI, architecture patterns, pricing, migration guides, and Zoho MCP tool-based resource management |
Note: For edge-case lookups not covered by the Tier 1 or Tier 2 reference files, the skill instructs agents to search the official Catalyst docs site (
docs.catalyst.zoho.com) and fetch individual pages — rather than bundling the full documentation dump locally. This keeps the repo lean while ensuring accurate, up-to-date answers.
| Service | Skill |
|---|---|
| Functions (7 types, API Gateway, Security Rules) | catalyst-functions |
| AppSail (PaaS, Docker, managed runtimes) | catalyst-appsail |
| Slate (frontend hosting, Git deploy, SSR) | catalyst-slate |
| Data Store + ZCQL | catalyst-datastore |
| Stratus (object storage, signed URLs) | catalyst-stratus |
| NoSQL (document storage) | catalyst-nosql |
| Authentication + Connections (OAuth) | catalyst-authentication |
| Cache (in-memory key-value, TTL) | catalyst-cache |
| Pricing (free tier, cost estimation) | catalyst-pricing |
| SDKs (Node.js, Web, Python, Java, Android, iOS, Flutter) | catalyst-sdk |
| Zia Services + QuickML (OCR, AutoML) | catalyst-zia |
Zoho MCP (CatalystbyZoho_* tools) | catalyst-zoho-mcp |
| Project setup, CLI, environments, architecture | catalyst-basics |
Signals (event bus), Circuits (workflows), Job Scheduling, Pipelines (CI/CD), ConvoKraft (chatbots), SmartBrowz (headless browser), Logs, APM, Alerts, GitHub integration, VS Code Extension, REST APIs. These topics appear in architecture guides and SDK references — agents will find relevant guidance but won't have a dedicated step-by-step skill.
Install with a single command — works with Cursor, Claude Code, Copilot, Windsurf, and any other Agent Skills-compatible tool:
npx skills add catalystbyzoho/agent-skills
The CLI automatically detects which AI tools you have configured and installs the skills in the right location for each one.
Prerequisites: You must have the Claude Code CLI installed. Open your system terminal (not the Claude Code desktop app or web interface) and start a session with
claudebefore running the commands below.
Steps:
Register this repository as a plugin marketplace source:
/plugin marketplace add catalystbyzoho/agent-skills
Install the Catalyst skill plugin:
/plugin install catalyst-by-zoho@catalyst-by-zoho
Set up Zoho MCP so Claude can manage Catalyst infrastructure (create tables, cache) directly from the conversation:
https://<server>-<org>.zohomcp.com/mcp/<token>/message).mcp.json and replace the <YOUR_ZOHO_MCP_URL> placeholder with your URLFor full details and verification steps, see the Zoho MCP setup section below.
gemini extensions install https://github.com/catalystbyzoho/agent-skills
Via symlink (recommended):
git clone https://github.com/catalystbyzoho/agent-skills.git
ln -s /path/to/catalyst-skills/skills ~/.cursor/rules/catalyst-by-zoho
Or via the plugin manifest: The .cursor-plugin/plugin.json in this repo points Cursor
to the skills/ directory automatically if Cursor supports plugin manifests in your version.
Alternatively, copy the .cursor-plugin/ and skills/ folders into your project root.
git clone https://github.com/catalystbyzoho/agent-skills.git
catalyst-by-zoho/SKILL.md to your project's .github/copilot-instructions.md — do not replace the file if it already has content.Official Claude Code plugin for Catalyst by Zoho — full-stack serverless cloud platform. With Skills that covers all services, SDKs, CLI, architecture patterns, pricing, migration guides, and Zoho MCP tool-based resource management.
npx claudepluginhub catalystbyzoho/agent-skills --plugin catalyst-by-zohoServerless architecture and FaaS expert for AWS Lambda, Azure Functions, and event-driven systems
DigitalOcean cloud deployment plugin for App Platform, Droplets, Kubernetes, Functions, Managed Databases, Spaces storage, and infrastructure management with official MCP server integration
Zeabur CLI skills for deployment, template management, and troubleshooting
Claude Code skill pack for Fly.io (18 skills)
Tencent CloudBase MCP Server - AI-powered development toolkit for building and deploying full-stack applications, mini-programs, and cloud functions to Tencent CloudBase platform
Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.