proagents is a curated, prefix-free library of 794 professional system prompts, agent personas, and task workflows distilled from 6 leading open-source agent frameworks. No wrappers, no telemetry, no dependencies. Drop any file into your AI IDE and the model immediately operates as a senior specialist.
| 794 Total prompts |
232 Agent personas |
521 Workflow checklists |
41 Rules & taste tokens |
11 Domains covered |
6 Source frameworks |
Most AI IDE prompts are written once, never maintained, and produce generic outputs. These were battle-tested across real production projects and distilled into a clean, domain-organized format. The difference is immediate:
| Default AI | proagents | |
|---|---|---|
| UI Output | Generic Tailwind, boring layout, system fonts | Curated HSL palettes, micro-animations, glassmorphism |
| Code Safety | Hardcoded values, missing edge cases | Zero magic strings, strict validation, typed errors |
| Testing | "I'll add tests later" | TDD first: red → green → refactor |
| Security | OWASP basics ignored | Threat modeling built into every review |
| Performance | Unoptimized, re-renders everywhere | LCP targets, spring physics, precise DOM ops |
git clone https://github.com/Arlandaren/proagents.git
cd proagents
# List all domains and counts
./proagents list
# Search by keyword
./proagents search react
# Install to Cursor (.cursorrules)
./proagents install react-patterns --cursor
# Install to Claude Code (CLAUDE.md)
./proagents install senior-fullstack --stdout >> CLAUDE.md
# Preview any prompt
./proagents install ux-architect --infoNo pip installs. Works on Python 3.8+.
Deep specialists, not generic "act as a developer" prompts. Each has a defined personality, strict rules, and measurable output standards.
| Agent | What it does |
|---|---|
senior-fullstack |
Full-stack engineer with strict architectural opinions and code review standards |
react-build-resolver |
Diagnoses and fixes Webpack/Vite build failures in React/Next.js projects |
mobile-app-builder |
Native iOS/Android + React Native/Flutter specialist |
solidity-smart-contract-engineer |
EVM contracts, gas optimization, DeFi protocol security |
sre-site-reliability-engineer |
SLOs, error budgets, chaos engineering, toil reduction |
embedded-firmware-engineer |
Bare-metal / RTOS for ESP32, STM32, Nordic nRF |
godot-multiplayer-engineer |
MultiplayerAPI, ENet/WebRTC, RPCs for Godot 4 |
unity-architect |
ScriptableObjects, data-driven modularity, ECS/DOTS |
macos-spatial-metal-engineer |
Swift + Metal, high-performance 3D, Vision Pro |
lsp-index-engineer |
Language Server Protocol, semantic code intelligence |
+ 116 more |
AI/ML, backend, DevOps, game engines, XR, blockchain... |
| Agent | What it does |
|---|---|
design-ui-designer |
Visual design systems, component libraries, brand consistency |
design-ux-architect |
CSS architecture, accessible layouts, implementation guidance |
design-brand-guardian |
Brand voice, visual identity enforcement, positioning |
design-ux-researcher |
Usability testing, behavior analysis, actionable research |
design-image-prompt-engineer |
Expert prompts for Midjourney, DALL·E, Stable Diffusion |
design-inclusive-visuals-specialist |
Bias-free, culturally accurate AI imagery |
+ 9 more |
Motion designers, whimsy injectors, visual storytellers... |
| Agent | What it does |
|---|---|
code-reviewer |
Constructive review focused on correctness, security, and maintainability |
react-reviewer |
React-specific patterns, hooks discipline, render performance |
typescript-reviewer |
Strict type safety, interface contracts, inference quality |
codebase-onboarding-engineer |
Helps new devs understand unfamiliar repos from the source |
database-reviewer |
Schema design, index strategy, N+1 detection |
automation-governance-architect |
Audits automation value, risk, and maintainability |
+ 27 more |
Go, Python, Java, C#, C++ reviewers + PM roles... |
| Agent | What it does |
|---|---|
chief-of-staff |
Filters noise, owns processes, routes decisions for executives |
executive-brief |
C-suite summaries using McKinsey SCQA + BCG Pyramid |
feedback-synthesizer |
Turns raw user feedback into quantified product priorities |
behavioral-nudge-engine |
Behavioral psychology to maximize user motivation |
government-digital-presales-consultant |
ToG presales, policy interpretation, bid documents |
cross-border-ecommerce |
Amazon, Shopee, Lazada, AliExpress full-funnel ops |
+ 8 more |
GTM planners, trend researchers, proposal strategists... |
Niche experts covering legal tech, academia, finance, spatial computing, and more.
| Agent | What it does |
|---|---|
legal-document-review |
Contract review, risk clause flagging, version comparison |
blockchain-security-auditor |
Smart contract vulnerability detection, audit reports |
academic-anthropologist |
Culturally coherent society design, kinship systems |
academic-psychologist |
Psychologically credible characters and interactions |
workflow-architect |
Maps every workflow path before a line of code is written |
mcp-builder |
Builds Model Context Protocol servers for AI agents |
+ 38 more |
Civil engineers, supply chain, HR, real estate, XR, finance... |
The largest domain. Complete execution checklists covering every phase of software delivery.
Highlights: tdd-workflow · react-patterns · senior-fullstack · production-deployment · launch-strategy · stripe-integration-expert · liquid-glass-design · motion-advanced · nextjs-patterns · swift-actor-persistence · remote-mcp-server
owasp-threat-modeling · soc2-compliance · gdpr-privacy · ai-security · threat-detection · security-review · blockchain-audit · dependency-auditor
react-testing · browser-qa-testing · ab-test-setup · accessibility · ai-regression-testing · api-test-suite-builder
github-ops · analytics · board-deck-builder · autonomous-loops · research · senior-secops
The rules/ directory is the most impactful single folder. It shapes how the model generates, not just what it generates.
rules/taste/ — Eliminates visual mediocrity:
animate— Spring physics, frame-perfect motion, no CSS transitionsbolder— Forces decisive type hierarchy, no weak graysbrand— HSL-based color theory, custom font stacksliquid-glass— Glassmorphism with correct backdrop-filter valuesmotion-advanced— Bezier curves, staggered reveals, scroll-triggered animationsoverdrive— Maximum visual density when you need premium impact
rules/core/ — Zero-tolerance code hygiene: no magic values, no hardcoded secrets, no silent failures.
# Install a workflow as .cursorrules
./proagents install react-patterns --cursor
# Or reference specific rules in Cursor Settings → Rules for AI
cat rules/taste/animate.md# Append any persona to CLAUDE.md
./proagents install code-reviewer --stdout >> CLAUDE.md
# Load a taste rule for visual work
./proagents install brand --stdout >> CLAUDE.md# Output to stdout and paste into system instructions
./proagents install ux-architect --stdout# Install a skill file to ~/.gemini/extensions/
./proagents install senior-fullstack --target ~/.gemini/extensions/proagents/SKILL.md- Fork the repo
- Add your
.mdfile in the appropriatepersonas/orworkflows/domain - No YAML frontmatter required — clean markdown is enough
- Open a PR
Consolidated from 6 open-source frameworks under MIT and Apache 2.0 licenses.
Original attributions preserved in CREDITS.md.
MIT License © 2026 Arlandaren
