supabase-anclora

Initialize and migrate a Supabase database for the Anclora Nexus project.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ToniIAPro73/Anclora-Nexus --skill supabase-anclora
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-anclora
Source: https://github.com/ToniIAPro73/Anclora-Nexus/tree/main/.agent/skills/supabase-anclora
Command: npx skills add https://github.com/ToniIAPro73/Anclora-Nexus --skill supabase-anclora

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the setup and migration of a Supabase database for the Anclora Nexus project, ensuring the core schema and Anclora-specific tables are correctly configured.

Core Features & Use Cases

  • Database Initialization: Sets up a new Supabase project with essential extensions.
  • Schema Migration: Creates core tables (orgs, users, agents, tasks, audit_log, etc.) and Anclora-specific tables (leads, properties, weekly_recaps).
  • Seed Data Population: Inserts initial data for organizations, users, agents, and constitutional limits.
  • Use Case: When asked to set up the database for a new Anclora Nexus instance or to apply schema changes, this Skill will execute the necessary Supabase CLI commands and SQL migrations.

Quick Start

Run the supabase init and link commands, then apply the database migrations in the specified order.

Frequently Asked Questions about supabase-anclora

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a Supabase database schema for a custom project?

To initialize a Supabase database schema, you must run the Supabase init and link commands, then apply database migrations in a strict order to ensure schema integrity and correctly configure core tables.

What is the correct migration order for setting up Anclora-specific tables in Supabase?

Setting up Anclora-specific tables in Supabase requires applying schema migrations in a strict order to maintain schema integrity, creating core tables like orgs and users before Anclora-specific tables like leads and properties.

Can I use the Supabase CLI to populate seed data for organizations and users?

Yes, you can use the Supabase CLI to populate seed data for organizations, users, agents, and constitutional limits by running SQL migrations that insert initial data according to your product specifications.

Do I need the Supabase CLI to manage database migrations and schema changes?

Yes, you need the Supabase CLI to manage database migrations and schema changes, as it executes the necessary commands to create core tables, apply Anclora-specific schema, and populate seed data.

Why does database migration fail when setting up a new Supabase instance?

Database migration fails during Supabase setup when you do not adhere to the strict migration order required for schema integrity, causing errors in creating core tables, Anclora-specific tables, or seed data.

What is the best way to configure Supabase extensions and core tables for a new project?

The best way to configure Supabase extensions and core tables is to initialize the project with essential extensions first, then apply schema migrations to create core tables before adding project-specific tables and seed data.