explaingit

arlandaren/proagents

25PythonAudience · vibe coderComplexity · 1/5LicenseSetup · easy

TLDR

A library of 794 ready-made expert prompts and workflow checklists for AI coding tools like Cursor and Claude Code, with a CLI to browse and install any profile into your editor in seconds.

Mindmap

mindmap
  root((proagents))
    What It Is
      794 AI prompts
      Expert personas
      Workflow checklists
    Persona Categories
      126 engineering roles
      15 design roles
      33 operations roles
    Workflows
      521 checklists
      Test-driven dev
      Security review
      Deployment guides
    Supported Editors
      Claude Code
      Cursor
      Windsurf
    Setup
      Clone and run CLI
      No pip install needed
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Install a senior full-stack developer persona into Claude Code so the AI writes code with stricter validation and test-first habits.

USE CASE 2

Search the library for a security code review workflow and add it to your editor rules file with one command.

USE CASE 3

Switch between expert personas for different tasks, such as a mobile specialist for UI work and a database reviewer for schema changes.

USE CASE 4

Browse the 521 workflow checklists to find a deployment procedure or API integration guide for your current project type.

Tech stack

Python

Getting it running

Difficulty · easy Time to first run · 5min
Use, modify, and share freely for any purpose including commercial projects, as long as you keep the copyright notice.

In plain English

Proagents is a library of 794 pre-written system prompts, agent personas, and task workflows for AI coding tools. The idea is that instead of writing your own instructions each time you open a project in an AI editor like Cursor, Claude Code, or Windsurf, you can install a ready-made expert profile that tells the AI how to behave as a particular kind of specialist. A simple command-line tool lets you browse, search, and install these prompts into your editor's configuration file. The library is organized by domain. There are 126 engineering personas covering roles like senior full-stack developer, mobile app specialist, game engine developer, and embedded firmware engineer. There are 15 design personas for UI designers, UX researchers, and brand specialists. There are 33 operations-focused personas for code reviewers in various languages, database reviewers, and technical onboarding guides. The library also includes 521 workflow checklists covering things like test-driven development steps, security review processes, deployment procedures, and API integration guides. No dependencies are required to use the CLI, it runs on Python 3.8 and above. The prompts are described as distilled from six existing open-source agent frameworks and tested across real projects rather than written speculatively. The README compares the default AI assistant output to what the library's prompts are said to produce: generic layout versus curated design decisions, missing edge cases versus strict validation, skipped tests versus test-first workflow, and so on. Whether a specific prompt delivers those improvements depends on the AI model and context you are using it in. Installation is a single clone with no pip install. From there you use a CLI script to list available domains, search by keyword, and install a prompt to your editor's rules file or print it to standard output so you can append it manually. The project is released under the MIT license and available in English, Russian, and Chinese.

Copy-paste prompts

Prompt 1
Use the proagents CLI to list all engineering personas and install the senior full-stack developer profile into my Claude Code rules file.
Prompt 2
Search proagents for a test-driven development workflow and show me exactly what instructions it adds to my editor configuration.
Prompt 3
Install the security code reviewer persona from proagents into Cursor and apply it to review my current API endpoint file.
Prompt 4
List all deployment workflow checklists in proagents and install the one that covers zero-downtime releases.
Prompt 5
Switch my Claude Code persona from the full-stack developer to the mobile app specialist using proagents and confirm what changed in the rules file.
Open on GitHub → Explain another repo

← arlandaren on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.