Agent skill · Security

nubase

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.

OtterMindgithub.com/OtterMindGitHub ↗
claude-codeApache-2.0
Install
npx skills add OtterMind/Nubase --skill nubase --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 10
SKILL.md size: 9 KB
Bundled scripts: none
Path: frontend/packages/mcp-bridge/skills/nubase/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 659 · +3 this week
Language: Java
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 Ga

What's inside
Steps it walks through
  1. Required First Moves
  2. Deploy Flow (generate → live)
  3. MCP Tools
  4. Setup
  5. Compatibility Language
  6. Core Safety Rules
  7. What To Remember
  8. References
Ships with 9 files
  • references/ai-gateway.md
  • references/app-workers.md
  • references/assets.md
  • references/auth-storage.md
  • references/cron.md
  • references/database.md
  • references/functions.md
  • references/memory.md
  • references/security.md
Commands it runs
npx -y nubase_cli@latest install-skills
npx -y nubase_cli@latest install-skills --skills-scope project
About this skill
What does the nubase skill do?

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.

How do I install it?

Run `npx skills add OtterMind/Nubase --skill nubase --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From OtterMind/Nubase, a repository with 659 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going