Build, test, and run applications on Cyoda EDBMS. Covers local cyoda-go development, Cyoda Cloud, entity/workflow design, compute nodes, testing, debugging, and lift-and-shift migration.
Start here if you're new to Cyoda. Walks through the full development journey — Cyoda orientation, app design, instance setup, incremental build, and testing. Experienced users can invoke individual skills directly.
Authenticate to Cyoda Cloud using OAuth 2.0 client credentials. Obtains a JWT token and saves it to ~/.config/cyoda/cyoda-plugin-config.json under a named profile. Includes production safety guard requiring explicit confirmation before storing production credentials. Only trigger for Cyoda-specific authentication — do not trigger for generic /login commands unrelated to Cyoda.
Incrementally build Cyoda entity models and workflows. Inspects the running instance, brainstorms the next change, generates config, and registers it. Supports new entities, new states, new transitions, criteria, and schema mode changes.
Guide implementation of Cyoda compute nodes — external gRPC processors and criteria services. Language-agnostic. Covers connection lifecycle, tag routing, processor and criteria patterns, and production requirements. Auto-invoked when compute node implementation is discussed.
Diagnose Cyoda failures and observe entity history. Two modes — debugging (fix problems) and observation (audit trail, point-in-time lookup). Auto-invoked when transition failures, processor errors, or entity history questions arise.
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.
Cyoda is an EDBMS that runs entity lifecycle management, state-machine workflows, event-driven processing, and transactional consistency as one integrated runtime.
This repository contains Cyoda skills — reusable instructions that teach your AI coding agent how to scaffold entities, define workflows, implement compute processors, and test your Cyoda application.
Install via the Claude Code plugin marketplace:
/plugin marketplace add Cyoda-platform/cyoda-skills
/plugin install cyoda@cyoda
/reload-plugins
Then start building:
/cyoda:app
Point your agent to this repository and ask it to read the skill files before building:
"Read the skills in https://github.com/Cyoda-platform/cyoda-skills and use them to help me build a Cyoda application."
| Skill | Purpose |
|---|---|
/cyoda:app | Start here — walks the full build journey |
/cyoda:setup | Install cyoda-go locally or connect to Cyoda Cloud |
/cyoda:auth | Authenticate to Cyoda Cloud (obtain JWT) |
/cyoda:design | Brainstorm entities and workflows for your app |
/cyoda:build | Incrementally build and register entity models and workflows |
/cyoda:compute | Implement compute node processors and criteria services via gRPC |
/cyoda:test | Smoke-test your running Cyoda instance |
/cyoda:debug | Diagnose failures and browse entity history |
/cyoda:migrate | Lift-and-shift from local cyoda-go to Cyoda Cloud |
/cyoda:docs | Look up Cyoda documentation |
/cyoda:status | Check connection status |
npx claudepluginhub cyoda-platform/cyoda-skills --plugin cyodaComprehensive 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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer