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:
If you need a DAO first:
Practical Advice¶
- Keep one library focused on one domain or workflow.
- Use
sage search ...andsage suggest skill ...before creating new content. - Treat manifest publication (
sage library push) and governance promotion (sage library promote) as separate steps.