Skip to content

Creating Your First Prompt Library

The current Sage workflow is library-first.

Minimal Flow

sage library quickstart
sage library create "my-library"
sage library prompt add my-prompt --file my-prompt.md --library my-library
sage library push my-library

If you want the library governed by a DAO:

sage library promote my-library --dao 0xDAOAddress

If you need a DAO first:

sage governance dao create --name "My DAO" --governance personal --yes

Practical Advice

  • Keep one library focused on one domain or workflow.
  • Use sage search ... and sage suggest skill ... before creating new content.
  • Treat manifest publication (sage library push) and governance promotion (sage library promote) as separate steps.