38 Personas · Claude Code · Cursor · VS Code

cursor-claude-personas

Portable AI persona packs you copy directly into any project. Each persona is a pair of config folders pre-loaded with role-specific rules, skills, and agent instructions — frontend, backend, DevOps, security, AI, and more.

Browse Personas Star on GitHub View Source

Principles

Software ships faster when intent is explicit. These personas are not generic assistants — they are domain-shaped collaborators with strong defaults, clear taste, and execution discipline.

01

Depth Over Breadth

One sharp specialist beats five vague generalists. Pick the persona closest to your current problem.

02

Action Over Theater

Plans matter only when they become concrete files, tests, and working code — not long explanations.

03

Craft Over Templates

Each role encodes judgment and taste, not copy-pasted boilerplate you have to clean up afterward.

04

Systems Over Hacks

Reusable rules and skills outlast one-off prompts. The behavior travels with your project.

How It Works

Three steps, no install required.

1

Pick a Persona

Browse the library below. Filter by tag or search by technology. Find the role that matches your current work.

2

Copy Two Folders

Run one cp command to copy .claude/ and .cursor/ into your project root.

3

Reopen Your Session

Claude Code and Cursor reload instructions at session start. The persona is live immediately.

Quick Install

Replace senior-python-developer with any persona slug from the library below.

Claude Code

TARGET=/path/to/your-project
PERSONA=senior-python-developer

cp -R "$PERSONA/.claude" "$TARGET/"

Cursor

TARGET=/path/to/your-project
PERSONA=senior-python-developer

cp -R "$PERSONA/.cursor" "$TARGET/"

Both tools

TARGET=/path/to/your-project
PERSONA=senior-python-developer

cp -R "$PERSONA/.claude" "$TARGET/"
cp -R "$PERSONA/.cursor" "$TARGET/"

Each persona also includes an auto-skill router rule — copy .claude/rules/rules--auto-skill-router.md alongside the persona to get automatic skill loading without typing slash commands.

Persona Library

If this saves you time, help others find it.

Star on GitHub