kw-login-supabase-cli
Installation
SKILL.md
Login Supabase CLI
Authenticate with Supabase CLI and link a project. Execute ALL steps automatically. Only pause when user input is truly needed.
RULES:
- NEVER write tokens, secrets, or private keys to
.envor any file. - NEVER add
.envto.gitignore. The.envonly contains public/publishable keys and should be committed. - NEVER read
.env— it's not needed for CLI setup. - CLI auth is always via
npx supabase loginin the user's terminal. Never use--token-stdinor paste tokens.
Workflow — Execute all steps sequentially
Step 1: Authenticate
Run npx supabase projects list to test auth.
If it works: Show the project list and ask: "Is this the correct Supabase account for this project?" Options:
- "Yes" → continue to Step 2
- "No, different account" → tell user to run
npx supabase loginin their terminal, wait for confirmation, then re-verify
Related skills
More from kwazema/claude-skills
kw-gsd-fortify
>
11kw-cubic
>
10kw-stack-audit
>
10kw-update-skills
>
10kw-vite-checker-setup
>
10kw-find-docs
Retrieves up-to-date documentation and code examples from Context7 for any library or framework. Use when writing code that depends on external packages, verifying API signatures, looking up usage patterns, or when training data may be outdated. Covers setup, migration, and version-specific docs.
9