Persona Packs

All 7 persona packs — what they include and who they're for.

Each AgentLife persona pack is a self-contained bundle that configures your AI agent for a specific domain. Every pack follows the same structure: 5 skills, 4 use cases, 3 cron scripts, 2 helper scripts, and 7+ MCP recommendations.

Life Ops

Featured Personal Finance

Your life, engineered by AI. Track portfolio, budget, calendar, and subscriptions — all automated by your personal AI agent.

LayerContent
SkillsPortfolio Tracking, Expense Management, Calendar Ops, Subscription Management, Morning Brief
Use Casesportfolio-tracking, expense-tracking, calendar-ops, bill-subscriptions
Cron Scriptsdaily-brief (weekdays 7AM), weekly-spending-digest (Mon 9AM), monthly-budget-report (1st)
Helpersportfolio-tracker.py, expense-categorizer.py
MCP Serversplaid, actual_budget, google_calendar, sqlite, puppeteer, gmail, web_search

Best for: Anyone who wants AI-powered personal financial management — net worth tracking, spending analysis, calendar optimization, subscription monitoring.

Enterprise Architect

Architecture Cloud Governance

Solution architecture, cloud strategy, tech evaluation, and governance — from whiteboard to boardroom.

LayerContent
SkillsArchitecture Design, Cloud Assessment, Tech Evaluation, Governance, Daily Brief
Use Casesarchitecture-design, cloud-assessment, tech-evaluation, governance
Cron Scriptsmorning-tech-brief (weekdays 7AM), cloud-cost-check (Mon 6AM), arb-review-reminder (Mon 9AM)
Helpersarchitecture-designer.py, tech-evaluator.py
MCP Serversfilesystem, web_search, github, mermaid, aws_pricing, azure_pricing, well_architected, confluence, jira

Best for: Enterprise solution architects and technical leaders who need AI assistance with C4 diagrams, ADRs, cloud assessments, and ARB governance.

Knowledge Worker

Research Writing Analysis

Research, document authoring, data analysis, and knowledge management — from raw information to structured insight.

LayerContent
SkillsResearch & Synthesis, Document Authoring, Data Analysis, Knowledge Management, Morning Brief
Use Casesresearch, document-authoring, data-analysis, knowledge-management
Cron Scriptsmorning-brief (weekdays 7AM), weekly-reading-digest (Mon 8AM), knowledge-review (Fri 5PM)
Helpersresearcher.py, analyst.py
MCP Serversarxiv, brave_search, google_docs, notion, confluence, sqlite, filesystem

Best for: Information professionals, analysts, writers, and researchers — anyone who needs to synthesize, create, and organize content.

Hobbyist

Projects Making Skills

Project planning, materials sourcing, skill building, and maker projects — from idea to prototype to finished creation.

LayerContent
SkillsProject Planning, Materials Sourcing, Skill Building, Maker Projects, Weekend Maker Brief
Use Casesproject-planning, materials-sourcing, skill-building, maker-projects
Cron Scriptsweekly-project-check (Mon 7AM), project-milestone-reminder (daily 8AM), weekend-maker-brief (Sat 8AM)
Helpersproject-planner.py, skill-tracker.py
MCP Serversgithub, puppeteer, youtube_transcript, image_gen, mermaid, filesystem, web_search

Best for: Makers, crafters, DIY enthusiasts, woodworkers, electronics hobbyists, and 3D printing fans.

Small Biz Owner

Business CRM Marketing

Business operations, customer management, financial management, and growth marketing — from daily ops to strategic growth.

LayerContent
SkillsBusiness Operations, Customer Management, Financial Management, Growth & Marketing, Morning Brief
Use Casesbusiness-operations, customer-management, financial-management, growth-marketing
Cron Scriptsmorning-business-brief (weekdays 7AM), weekly-cash-flow-check (Mon 6AM), weekly-customer-followup (Fri 9AM)
Helpersbusiness-ops.py, crm-helper.py
MCP Serverssqlite, gmail, puppeteer, google_docs, notion, filesystem, web_search

Best for: Entrepreneurs, freelancers, and small business owners juggling operations, customers, finances, and marketing.

Student

Courses Study Research

Course management, study planning, academic research, and assignment tracking — from syllabus to graduation.

LayerContent
SkillsCourse Management, Study Planning, Academic Research, Assignment Tracking, Morning Brief
Use Casescourse-management, study-planning, academic-research, assignment-tracking
Cron Scriptsmorning-study-brief (weekdays 7AM), weekly-assignment-check (Mon 8AM), exam-prep-reminder (daily 9AM)
Helpersstudy-planner.py, citation-manager.py
MCP Serversarxiv, youtube_transcript, notion, google_docs, web_search, sqlite, filesystem

Best for: Students managing courses, deadlines, exams, and academic research — high school through graduate level.

Indie Hacker

Product Growth Startup

Product development, user research, growth hacking, and indie operations — from idea to launch to revenue.

LayerContent
SkillsProduct Development, User Research, Growth Hacking, Indie Ops, Morning Brief
Use Casesproduct-development, user-research, growth-hacking, indie-ops
Cron Scriptsmorning-indie-brief (weekdays 7AM), weekly-growth-check (Mon 7AM), weekly-product-review (Fri 3PM)
Helpersproduct-planner.py, growth-tracker.py
MCP Serversgithub, stripe, puppeteer, notion, web_search, sqlite, filesystem

Best for: Solo founders and indie developers building digital products — from idea validation and MVPs to growth experiments and revenue tracking.

What's in a Persona Pack?

Every persona pack follows the same structure:

packs/<persona>/
├── config.yaml          # Pack metadata, cron, MCP recommendations
├── skills/              # 5 SKILL.md files with YAML frontmatter
│   ├── <skill-1>.md
│   └── ...
├── use-cases/           # 4 YAML configs with cron + MCP alternatives
│   ├── <use-case-1>.yaml
│   └── ...
├── scripts/             # 3 shell scripts for cron jobs
│   ├── <script-1>.sh
│   └── ...
└── helpers/             # 2 Python helpers for automation
    ├── <helper-1>.py
    └── ...

Portable Export

Any persona pack can be exported as a portable SKILL.md bundle compatible with:

  • Hermes Agent — native support
  • Claude Code — portable via SKILL.md
  • Codex CLI — portable via SKILL.md
  • Cursor — portable via SKILL.md
  • OpenClaw — portable via SKILL.md
# Export as SKILL.md bundle
agentlife pack export life-ops

# Export as ZIP with scripts
agentlife pack export life-ops --format zip