Quick Start
Get running in 30 seconds
Prompts are stored in ~/.siloprompts/prompts/ by default. 10 starter prompts are included on first run.
Mount your own prompts folder for persistence:
Using the Web UI
Browse and Search
- Sidebar shows all categories with prompt counts
- Category pills at the top filter the grid
- Tags below categories let you filter across categories
- Search (press
Cmd+K) finds prompts by keyword - Sort using the button — by name, date, or size
Copy a Prompt
- Click a prompt card to open it
- Each section has a Copy button
- Paste into ChatGPT, Claude, Gemini, or any AI platform
Favorite Prompts
- Click the star next to any section to favorite it
- Click Favorites in the sidebar to see all your favorites
- Favorites are stored in your browser
Create a Prompt
- Click + New Prompt
- Fill in title, category, tags
- Add sections — each section is one prompt
- Click Save
Import and Export
- Import: Click Import, select a
.mdfile, choose a category - Export: Open a prompt, click Download to save as
.md - Backup: Download all prompts as a ZIP from the API
Edit and Delete
- Open a prompt, click Edit to modify sections, tags, title
- Click Delete to remove (with option to clean up empty categories)
Prompt File Format
Prompts are stored as .md files in prompts/<category>/:
# Code Review Prompts
Tags: python, security, best-practices
## General Code Review
Review the following code for:
- Bug risks and logic errors
- Security vulnerabilities
- Performance improvements
[PASTE YOUR CODE HERE]
## Security-Focused Review
Perform a security audit of this code...
Structure:
# Title— File title (shown on cards)Tags: ...— Comma-separated, used for filtering## Section— Each section is a separate prompt- Code blocks contain the prompt text users copy
What's Included
10 starter prompts ship with SiloPrompts:
| Category | Prompts |
|---|---|
| coding | Code review, debugging, code generation |
| writing | Content creation |
| analysis | Data analysis |
| creative | Brainstorming |
| productivity | Planning |
| instructions | Behavior control, output format, response guidelines |
Next Steps
- Browse the included prompts to see what's available
- Create your first custom prompt from the web UI
- Set up tags to organize prompts your way
- Favorite the prompts you use most often
- Check out the API Reference to integrate programmatically