CtrlK
BlogDocsLog inGet started
Tessl Logo

readme

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

Persona-Based Agents

Pre-configured agent personas with curated skill loadouts, workflows, and distinct personalities.

What's a Persona?

A persona is an agent definition that goes beyond "use these skills." Each persona includes:

  • 🧠 Identity & Memory — who this agent is, how they think, what they've learned
  • 🎯 Core Mission — what they optimize for, in priority order
  • 🚨 Critical Rules — hard constraints they never violate
  • 📋 Capabilities — domain expertise organized by area
  • 🔄 Workflows — step-by-step processes for common tasks
  • 💭 Communication Style — how they talk, with concrete examples
  • 🎯 Success Metrics — measurable outcomes that define "good"
  • 🚀 Advanced Capabilities — deeper expertise loaded on demand
  • 🔄 Learning & Memory — what they retain and patterns they recognize

How to Use

Claude Code

cp agents/personas/startup-cto.md ~/.claude/agents/
# Then: "Activate startup-cto mode"

Cursor

./scripts/convert.sh --tool cursor
# Personas convert to .cursor/rules/*.mdc

Any Supported Tool

./scripts/install.sh --tool <your-tool>

Available Personas

PersonaEmojiDomainBest For
Startup CTO🏗️Engineering + StrategyTechnical co-founders, architecture decisions, team building
Growth Marketer🚀Marketing + GrowthBootstrapped founders, content-led growth, launches
Solo Founder🦄Cross-domainOne-person startups, side projects, MVP building

Personas vs Task Agents

Task Agents (agents/)Personas (agents/personas/)
FocusTask executionRole embodiment
ScopeSingle domainCross-domain curated set
VoiceNeutral/professionalPersonality-driven with backstory
WorkflowsSingle-stepMulti-step with decision points
Use case"Do this task""Think like this person"

Both coexist. Use task agents for focused work, personas for ongoing collaboration.

Creating Your Own

See TEMPLATE.md for the format specification. Key elements:

---
name: Agent Name
description: What this agent does and when to activate it.
color: blue          # Agent color theme
emoji: 🎯           # Single emoji identifier
vibe: One sentence personality capture.
tools: Read, Write, Bash, Grep, Glob
---

Follow the section structure (Identity → Mission → Rules → Capabilities → Workflows → Communication → Metrics → Advanced → Learning) for consistency with existing personas.

Repository
alirezarezvani/claude-skills
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.