catalystbyzoho/agent-skills

catalyst-sdk

Catalyst SDKs — initialization patterns, service access, and method reference for Node.js, Web (browser), Python, Java, Android, iOS, and Flutter.

Trending #4112 Hot #6078 First seen Jun 21, 2026

Installation

$ npx skills add catalystbyzoho/agent-skills --skill catalyst-sdk

Summary

  • Catalyst SDKs — initialization patterns, service access, and method reference for Node.js, Web (browser), Python, Java, Android, iOS, and Flutter.
  • Trigger on 'SDK', 'zcatalyst-sdk-node', 'Node.js SDK', 'Web SDK', 'Python SDK', 'Java SDK', 'Android SDK', 'iOS SDK', 'Flutter SDK', or 'initialize SDK'.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from catalystbyzoho/agent-skills · top by installs.

npx skills add catalystbyzoho/agent-skills

Browse all from catalystbyzoho/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 59
License LICENSE
Default branch main
Open issues 5
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.2
More metadata
version
2.0.2

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,112 B
  • docs SUMMARY.md 319 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 436 installs

SKILL.md

How It Works

  1. Identify the platform — Node.js, Web (browser), Python, Java, Android, iOS, or Flutter.
  2. Load the matching reference file — Each platform has its own SDK reference with initialization pattern and service methods.
  3. Initialization first — Always show the SDK init call before any service-specific code.
  4. Platform quirks — Web SDK uses browser auth (no service account); Node.js SDK uses server-side init; Mobile SDKs require the Catalyst project ID in the config.

Triggers

Use this skill for: "SDK", zcatalyst-sdk-node, zcatalyst-sdk, "Node.js SDK", "Web SDK", "Python SDK", "Java SDK", "Android SDK", "iOS SDK", "Flutter SDK", sdk-web, sdk-mobile, catalyst.initialize, catalystApp, "initialize SDK", or any platform-specific SDK question.

References

Reference Load when the query is about…
references/sdk-nodejs.md Node.js SDK — DataStore, ZCQL, Cache, Stratus (multipart, signed URLs), Auth, Email, NoSQL, Job Scheduling, Circuits, Connections, Search, Push Notifications
references/sdk-web.md Web SDK v4 — browser-side auth (hosted/embedded login), generateAuthToken, isUserAuthenticated, signOut, DataStore, Stratus, cross-domain Slate→function pattern
references/sdk-python.md Python SDK — DataStore, ZCQL, Cache, Stratus, Auth, Email, Search, Connections, NoSQL, Push Notifications, Job Scheduling, Circuits, Zia, SmartBrowz
references/sdk-java.md Java SDK — Maven setup, DataStore, ZCQL, Cache, SmartBrowz (Selenium, PDF)
references/sdk-mobile.md Android (Kotlin), iOS (Swift), Flutter (Dart) — auth, DataStore, ZCQL, Stratus, Push Notifications, Search