nubase

Featured

Use when the user mentions Nubase broadly, wants a backend for an AI-generated app, or needs to deploy/publish generated code online — across Database, Auth, Storage, Assets (static frontend CDN), Functions (edge/serverless), AI Gateway, Memory, cron/scheduled jobs, Supabase-style REST/RLS, service_role keys, or MCP. This is the top-level Nubase skill; use the references folder for capability-specific guidance.

API & Backend 627 stars 73 forks Updated 3 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
93
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Nubase Core Skill Nubase turns AI-written code into real apps: the backend **and** deploy layer that a coding agent drives directly to ship a generated app online in minutes. It provides eight capability modules, each with a stable API and (where useful) MCP tools: | Module | What it does | Agent entry | | --- | --- | --- | | Database | Postgres + PostgREST data layer (`/rest/v1`) per project, with RLS | `rest_select`, `sql_execute` | | Auth | Supabase-style users, sessions, OAuth/MFA (`/auth/v1`) | `auth_*` | | Storage | Buckets + signed URLs for user files (`/storage/v1`) | `storage_*` | | Assets | Publish the generated **frontend** to a public CDN (`/assets/v1`) | `assets_*` | | Functions | Deploy backend logic as edge functions (`/functions/v1`) | `functions_*` | | AI Gateway | OpenAI/Anthropic-compatible LLM routing + usage (`/v1`) | `gateway_*` | | Memory | Durable agent/user/project context (`/mem/v1`) | `memory_*` | | cron | Schedule recurring jobs (edge fn / db fn) | `cron_*` | ## Required First Moves When starting a Nubase task: 1. Call `nubase_overview()` first. One call returns the whole backend state — capabilities, database schema, storage buckets, auth users, AI Gateway keys, the permission gates that are on/off, and suggested next steps. 2. Call `memory_context({ "task": "<current task>" })` to recall prior decisions. 3. Identify which capability owns the work and read the matching reference (see References below). 4. Prefer stable Nubase APIs and tool...

Details

Author
OtterMind
Repository
OtterMind/Nubase
Created
3 months ago
Last Updated
3 weeks ago
Language
Java
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Featured

cloudbase

Use this skill when you develop, design, build, deploy, debug, migrate, or troubleshoot CloudBase (腾讯云开发, 云开发, TCB, 微信云开发) projects — Web, 微信小程序, 小程序, uni-app, mobile (iOS, Android, Flutter, React Native). Covers UI (页面, 界面, 表单, dashboard, prototype, 原型); auth (登录, 注册, OAuth, publishable key); databases (NoSQL 文档数据库, MySQL 关系型数据库, PostgreSQL/CloudBase PG, app.rdb(), queryPgDatabase/managePgDatabase, CRUD, security rules); 云函数/cloud functions (serverless, scf_bootstrap); CloudRun (云托管, Dockerfile); 云存储; built-in AI (内置大模型, AI 对话, streaming, 流式输出, 图片生成, generateText, streamText, createModel, generateImage, TokenHub, Hunyuan, DeepSeek, GLM, Kimi, Token Credits 资源包, 小程序成长计划); third-party/custom model onboarding (第三方大模型接入, 大模型调用, LLM API); AI agent (智能体, AG-UI, LangGraph); ops troubleshooting (巡检, 诊断, 日志); spec workflow (需求文档, 技术方案, requirements, tasks.md). Do NOT use for non-CloudBase projects, pure frontend without CloudBase, or self-hosted backends without CloudBase.

1,102 Updated today
TencentCloudBase
API & Backend Featured

cloudbase-platform

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

1,102 Updated today
TencentCloudBase
API & Backend Listed

ref-sp-baas-supabase

Portable Supabase guidance for CLI workflows, migrations, supabase-js CRUD usage, Edge Functions, and ORM boundaries. Use when: initializing Supabase, evolving schema, designing CRUD paths, writing Edge Functions, or deciding how ORMs fit with Supabase.

0 Updated 1 weeks ago
swiftpostlabs