AI agent skill for Catalyst by Zoho — full-stack serverless cloud platform. Covers all services, SDKs, CLI, architecture patterns, pricing, migration guides, and Zoho MCP tool-based resource 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.npx claudepluginhub deepak-thamizh-23576/catalyst-skills --plugin catalyst-by-zohoComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.