alfadocs-staff-sso-app

Build internal AlfaDocs staff apps with Google Workspace SSO and Supabase data.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/alfadocs/ai-harness-instructions --skill alfadocs-staff-sso-app
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: alfadocs-staff-sso-app
Source: https://github.com/alfadocs/ai-harness-instructions/tree/main/lovable/skills/alfadocs-staff-sso-app
Command: npx skills add https://github.com/alfadocs/ai-harness-instructions --skill alfadocs-staff-sso-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams build internal AlfaDocs tools for employees that need secure Google Workspace sign-in, private Supabase data, and optional server-side access to AlfaDocs practice data.

Core Features & Use Cases

  • Staff-only apps for AlfaDocs employees, such as dashboards, operations consoles, and workplan tools.
  • Supabase Auth with @alfadocs.com Google Workspace login and role-based access control.
  • Optional Edge Function proxy for reading AlfaDocs data safely with an API key kept off the client.
  • Best for internal products that own their own data and are not customer-facing marketplaces.

Quick Start

Ask the AI to design an internal AlfaDocs staff app with Google Workspace SSO, Supabase-owned data, and optional server-side AlfaDocs API access.

Frequently Asked Questions about alfadocs-staff-sso-app

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

FAQPage Schema
How do I build an internal staff app with Google Workspace SSO and Supabase?▼

To build an internal staff app with Google Workspace SSO and Supabase, use this Skill to configure Supabase Auth for @alfadocs.com login, apply RLS-scoped tables for private data ownership, and deploy secure dashboards or operations tools for employees only.

What is the best way to secure an AlfaDocs internal tool with employee-only access?▼

The best way to secure an AlfaDocs internal tool is enforcing Google Workspace authentication through Supabase, applying RLS-scoped Supabase tables for private data ownership, and restricting access to @alfadocs.com employees rather than customer-facing users.

Can I use Supabase Edge Functions to securely access the AlfaDocs API key?▼

Yes, you can use Supabase Edge Functions as an optional proxy to securely access the AlfaDocs API key. This keeps the API key server-side and off the client while safely reading AlfaDocs practice data for internal operations tools.

Does this Skill work for customer-facing or multi-practice marketplace products?▼

No, this Skill is specifically built for internal AlfaDocs staff apps like dashboards and workplan systems. It applies to private products that own their own data for @alfadocs.com employees, not customer-facing marketplaces or multi-practice products.

When do I need RLS-scoped Supabase tables for an internal operations console?▼

You need RLS-scoped Supabase tables for an internal operations console when building staff-only apps that require private data ownership. This ensures secure Google Workspace SSO and role-based access control for AlfaDocs employee dashboards.