setup-saaskit
Installation
SKILL.md
Setup SaaSKit
Give this project env credentials, a registered redirect URI, and a first login URL. Then stop.
Guardrails
- MUST wait for dashboard credential values. MUST NOT invent them.
- MUST keep
SCALEKIT_REDIRECT_URIidentical to the dashboard Allowed callback URL. - MUST NOT write login, callback, or session code. Name
implement-saaskitinstead.
Gotchas
- Read credentials from
SCALEKIT_ENVIRONMENT_URL,SCALEKIT_CLIENT_ID,SCALEKIT_CLIENT_SECRET, andSCALEKIT_REDIRECT_URI. SCALEKIT_REDIRECT_URImust match an Allowed callback URL in the dashboard, character for character.- Default callback is
http://localhost:3000/auth/callbackwhen the project has no callback path yet. - This skill stops at the first login URL. Login, callback, and session code belong to
implement-saaskit. - Wait for the user to supply credentials. Do not invent values.