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 auth is already configured: a key lives at ~/.pegasus/credentials, or in $PEGASUS_API_KEY.
  • If not, ask the user to run pegasus auth themselves. Don't try to guess or generate a key — they must paste their own.

Commands

Installs
1
GitHub Stars
8
First Seen
Jul 24, 2026
pegasus-projects — saaspegasus/pegasus-skills