zion
01functorz-tech/zion-nocode-plugin
Plugin Claude Code
Zion no-code platform plugin for Claude Code and Codex.
functorz-tech/zion-nocode-plugin
Plugin Claude Code
Zion no-code platform plugin for Claude Code and Codex.
functorz-tech/zion-nocode-plugin
Plugin Claude Code
Orientation and entry point for working on a Zion project. Load first for any Zion app task — designing or changing the data model, UI, server-side action flows, permissions, payments, or data bindings, or reading runtime logs — then follow it to the right capability. For Zion projects only; not generic programming…
functorz-tech/zion-nocode-plugin
Skill Claude CodeCodex
Orientation and entry point for working on a Zion project. Load first for any Zion app task — designing or changing the data model, UI, server-side action flows, permissions, payments, or data bindings, or reading runtime logs — then follow it to the right capability. For Zion projects only; not generic programming…
functorz-tech/zion-aicoding-rules
Cursor rule
React UI design rules based on Organic/Natural style with wabi-sabi aesthetics. Use when: (1) Building React components with Tailwind CSS, (2) Creating organic blob shapes and natural textures, (3) Using earth-tone color palette, (4) Implementing colored shadows (moss green/clay orange), (5) Designing cards, buttons…
functorz-tech/zion-aicoding-rules
Cursor rule
WeChat Pay integration in Mini Programs via Zion backend. Use when: (1) Creating payment orders in Mini Programs, (2) Getting WeChat Pay parameters via GraphQL, (3) Calling wx.requestPayment API, (4) Querying payment status after completion, (5) Handling payment errors and retries, (6) Configuring order tables in Zion…
functorz-tech/zion-aicoding-rules
Cursor rule
WeChat Mini Program integration with Zion.app backend. Use when: (1) Developing WeChat Mini Programs, (2) Using CommonJS module system (require/module.exports), (3) Making GraphQL requests via wx.request, (4) Handling Mini Program file structure (.wxml, .wxss, .wxs, .js), (5) Integrating authentication, (6) Uploading…
functorz-tech/zion-aicoding-rules
Cursor rule
Zeabur platform deployment rules and best practices for React + TypeScript + Vite projects. Use when: (1) Deploying to Zeabur platform, (2) Configuring required files (tsconfig.json, vite.config.ts), (3) Setting up TypeScript 4.9.5 compatibility, (4) Configuring SPA routing (React Router), (5) Troubleshooting…
functorz-tech/zion-aicoding-rules
Cursor rule
Execute complex multi-step backend workflows via Actionflows in Zion.app. Use when: (1) Calling Actionflows via GraphQL, (2) Handling synchronous vs asynchronous workflows, (3) Polling async Actionflow status, (4) Passing complex parameters (Json type), (5) Processing multi-step business logic, (6) Handling…
functorz-tech/zion-aicoding-rules
Cursor rule
Interact with Zion.app AI Agents for RAG, tool use, and multi-modal I/O. Use when: (1) Creating and managing AI Agents, (2) Using RAG (retrieval-augmented generation), (3) Tool use / function calling, (4) Multi-modal input/output (text/image/audio), (5) Structured JSON output, (6) Streaming responses.
functorz-tech/zion-aicoding-rules
Cursor rule
Zion.app backend architecture and GraphQL API setup for headless BaaS integration. Use when: (1) Setting up Apollo Client or GraphQL client for Zion backend, (2) Configuring authentication (email/phone/username), (3) Establishing WebSocket connections for subscriptions, (4) Understanding Zion's GraphQL endpoint…
functorz-tech/zion-aicoding-rules
Cursor rule
Upload and manage binary assets (images, videos, files) with Zion.app backend. Use when: (1) Uploading files to Zion storage, (2) Getting CDN URLs for media, (3) Optimizing and converting images, (4) Managing file metadata, (5) Controlling resource access permissions.
functorz-tech/zion-aicoding-rules
Cursor rule
Zion.app database operations via auto-generated GraphQL schema. Use when: (1) Querying or mutating database records, (2) Working with relationships (1:1, 1:N, N:N), (3) Filtering, sorting, paginating data, (4) Understanding how tables map to GraphQL types, (5) Using aggregate functions, (6) Handling media assets…
functorz-tech/zion-aicoding-rules
Cursor rule
Zion development best practices and security guidelines. Use when: (1) Setting up TypeScript/React projects, (2) Configuring Apollo Client, (3) Making architectural decisions (GraphQL CRUD vs Actionflow), (4) Implementing authentication flows, (5) Following code quality standards, (6) Handling sensitive operations…
functorz-tech/zion-aicoding-rules
Cursor rule
Payment processing via Zion backend (Alipay, WeChat Pay, etc.). Use when: (1) Creating payment orders, (2) Processing one-time payments, (3) Managing subscriptions, (4) Handling payment webhooks, (5) Tracking order status, (6) Integrating payment UI.
functorz-tech/zion-aicoding-rules
Cursor rule
Invoke third-party APIs through Zion.app backend relay. Use when: (1) Calling external APIs without CORS issues, (2) Using imported OpenAPI definitions, (3) Managing API credentials securely on server-side, (4) Handling rate limiting and error responses, (5) Logging API requests/responses.