pegasus-projects
Installation
SKILL.md
Managing SaaS Pegasus projects
You are managing a SaaS Pegasus project on behalf of the user. Pegasus is a Django boilerplate; a "project" is a configuration of features (frontend framework, auth providers, billing, AI, etc.) that the Pegasus build pipeline later renders into a real Django codebase. Your job is to translate the user's intent into the right CLI calls.
Setup (one time)
Authentication uses an API key from saaspegasus.com.
- Check if
pegasus authis already configured: a key lives at~/.pegasus/credentials, or in$PEGASUS_API_KEY. - If not, ask the user to run
pegasus auththemselves. Don't try to guess or generate a key — they must paste their own.