Quickstart Guide

PreBuilt AI provides a library of specialized agent personas (such as DevOps specialists, Frontend engineers, database architects) designed to yield immediate, production-ready results when working with large language models.

Note: PreBuilt AI does not require hosting, key setups, or complex server environments. You copy the system prompt locally, keeping all data fully secure.

Installing via Web Catalog

To use an agent from our web catalog:
1. Search for the agent persona in the catalog.
2. Click the agent card to open the Details Drawer.
3. Review prompt guidelines and click the Copy Full Prompt button.

Usage Instructions

Once copied to your clipboard, you can feed the markdown script as the system prompt instructions. Here is an example layout of a copied agent prompt:

prompt-meta.md Copy
# Role: DB Optimizer Agent
# Division: Engineering
# Constraints:
- Always generate clean, index-friendly postgres migrations.
- Avoid using custom triggers unless requested.
- Limit transaction scopes to 10 seconds.

IDE & CLI Integrations

PreBuilt AI prompts work perfectly inside AI-powered coding systems:

Cursor

Paste the copied markdown text into a `.cursorrules` file placed at the root of your repository to keep the AI agent constantly adhering to those guidelines during code editing sessions.

Aider / Claude Code

When starting your CLI chat tool, append the instructions to your startup flag parameters:

terminal
aider --message "Act as [Paste Copied System Instructions here]"