Loading...
Loading...
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.
npx skill4agent add catalystbyzoho/agent-skills catalyst-basics⚠️ PRE-FLIGHT CHECK: Before creating any project files, confirm thatand.catalystrcexist in the project directory. If they don't:catalyst.json
- Use MCP (
→CatalystbyZoho_List_All_Organizations) to get the org ID and project ID.CatalystbyZoho_List_All_Projects- Run:
catalyst init --org <orgId> -p <projectId> -ni- Never ask the user to run
interactively. Never create these files manually — they are CLI-generated and must come from the CLI.catalyst init
CatalystbyZoho_*references/quick-start.mdreferences/console-ui-guide.md.catalystrccatalyst.jsoncatalyst init --org <orgId> -p <projectId> -nicatalyst initreferences/project-basics.mdcatalyst.jsonreferences/cli.mdcatalyst initcatalyst deploycatalyst servecatalyst login.catalystrcCatalystbyZoho_CatalystbyZoho_List_All_ProjectsCatalystbyZoho_List_All_TablesCatalystbyZoho_List_All_OrganizationsCatalystbyZoho_List_All_Projectsclaude_desktop_config.json.catalystrccatalyst.jsonNever ask the user to manually look up IDs from the console if MCP is connected. Every project detail — org ID, project ID, table IDs, ZAIDs, bucket names — is retrievable via MCP tools. Asking the user to hunt for IDs when MCP is available wastes time and introduces copy-paste errors.
| Reference | Contents |
|---|---|
| First-time setup — install CLI, |
| Console navigation — finding Project ID/ZAID/Table ID, creating tables with typed columns, enabling App User permissions (Scopes and Permissions), Authorized Domains + CORS toggle |
| Project directory structure, |
| Full CLI command reference — all subcommands with flags, Slate/AppSail non-interactive setup, |
| Service selection guide — which Catalyst service to use for which pattern, typical stack combinations, DC availability table for regionally restricted services |
| Installing skills and connecting Zoho MCP in Claude Code (Claude Desktop) |
| Installing skills and connecting Zoho MCP in Cursor |
| Installing skills and connecting Zoho MCP in GitHub Copilot (VS Code) |