Prompt Library
for your Claude agents
Stop rewriting the same prompts. Save your best ones per project, organize them in folders, and send them to any agent in one click. Git-native. No cloud required.
Folders
Write a JWT authentication middleware for Express that validates tokens, refreshes expired ones, and attaches the decoded user to req.user…
Personal note: staging API key is in 1Password under 'SaaS Staging'. Never commit this anywhere. For local dev use .env.local…
Create a REST endpoint following the project conventions: Zod validation, typed error responses, Prisma query with error handling…
Everything you need, nothing you don't
The Prompt Library is built into every project. No setup, no plugins, no extra config.
Organized in folders
Create folders per topic, per workflow, per agent role. Drag & drop to reorganize. Your prompts, your structure.
Git-native sync
Prompts live in .agentsroom/prompts.json — a real file in your project. Commit it, push it, and every machine that pulls the repo gets the prompts automatically.
Personal prompts, gitignored
Mark a prompt as "Personal" and it's stored in prompts-personal.json — automatically listed in .agentsroom/.gitignore. Never accidentally commit private notes.
Send to any agent instantly
Click a prompt, click "Send to agent" — the text goes straight to the active terminal. No copy-paste, no context switching.
Quick search
Find any prompt in milliseconds. Filter by folder, tag, or just type. The library opens at full speed — it reads local files.
Cloud backup (optional)
When you're signed in, prompts are silently backed up to your account. Restore them on any machine even without git.
How it works
Open any project
Click the 📚 Prompts button next to Add Agent in the project header. The library is scoped to that project.
Save your first prompt
Click "New Prompt", write your prompt, give it a title, assign it to a folder. Toggle Personal if it shouldn't be committed.
Prompts live in your repo
Public prompts are saved to:
.agentsroom/prompts.jsonPersonal prompts stay local
Personal prompts go to .agentsroom/prompts-personal.json, which is automatically gitignored via:
.agentsroom/.gitignoreCross-machine sync, for free
Other tools sync prompts through the cloud. AgentsRoom stores them in .agentsroom/prompts.json — a plain JSON file inside your project. Commit it once, and every developer on your team, on every machine, gets the same prompts via git pull.
Public prompts
.agentsroom/
└── prompts.json ← committedPersonal prompts
.agentsroom/
├── .gitignore ← managed
└── prompts-personal.json ← ignoredFAQ
Is the Prompt Library per project or global?
Per project. Each project has its own .agentsroom/prompts.json — scoped to that codebase. This keeps prompts relevant to the right context.
Can I share prompts with my team?
Yes. Commit .agentsroom/prompts.json to your repo. Every team member who pulls gets the same prompts automatically. No account required on their end.
What about my personal prompts — will they leak?
No. Personal prompts go to .agentsroom/prompts-personal.json. AgentsRoom automatically adds this file to .agentsroom/.gitignore on first use. They never leave your machine via git.
Do I need an account for the Prompt Library?
No. The Prompt Library is fully local — it reads and writes JSON files on your disk. An account unlocks cloud backup as a secondary safety net.
Can I reorder and organize prompts?
Yes. Drag & drop to reorder prompts within a folder or move them between folders. Create as many folders as you need — they're free.
Stop rewriting prompts
Download AgentsRoom and start building your prompt library in 30 seconds. Free for up to 3 projects.
Download AgentsRoom — FreemacOS