backend

Automate Supabase backend API design, database schemas, and Next.js server-side logic.

Updated Aug 27, 2025
One-click install
npx skills add https://github.com/Andrej1601/HTMLSignage --skill backend-andrej1601
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend
Source: https://github.com/Andrej1601/HTMLSignage/tree/main/.agents/skills/backend
Command: npx skills add https://github.com/Andrej1601/HTMLSignage --skill backend-andrej1601

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams implement robust backend support for Supabase-backed applications, reducing back-and-forth between frontend and backend and ensuring scalable server-side logic.

Core Features & Use Cases

  • End-to-end backend setup including API surface, data models, and auth rules for Supabase.
  • Database schema design with migrations, constraints, and secure access policies.
  • API route scaffolding and server-side logic integration with Next.js for seamless frontend-backend collaboration.

Quick Start

Run the backend scaffolding to generate API routes and database schemas from the current frontend feature spec.

Frequently Asked Questions about backend

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

FAQPage Schema
How do I scaffold backend APIs and database schemas for a Supabase and Next.js project?

Scaffolding backend APIs and database schemas for Supabase and Next.js involves automating server-side logic, data model creation, and API route generation. This skill enforces secure access policies, authentication, and validation to deliver maintainable endpoints from your frontend feature spec.

What is the best way to design scalable database schemas with Supabase?

Designing scalable database schemas with Supabase requires automated migrations, constraints, and secure access policies. This skill generates schema designs end-to-end, ensuring data layer integrity and scalable server-side logic for your application.

Does this backend skill handle authentication and authorization for server-side APIs?

Yes, handling authentication and authorization for server-side APIs is a core feature. The skill enforces validation and secure access policies across your Supabase-backed Next.js application, ensuring robust endpoint security and maintainable server-side logic.

Can I generate Next.js API routes directly from a frontend feature spec?

Yes, you can generate Next.js API routes directly from a frontend feature spec. The skill automates API route scaffolding and integrates server-side logic with Supabase, reducing back-and-forth between frontend and backend development.

Do I need TypeScript to use this Supabase backend automation skill?

Yes, TypeScript is required to use this Supabase backend automation skill. The environment is designed for projects using Next.js and Supabase, ensuring type-safe server-side logic, API surface design, and database schema creation.