- AgentHub: 13 files updated with non-engineering examples (content drafts, research, strategy) — engineering stays primary, cross-domain secondary - AgentHub: 7 slash commands, 5 Python scripts, 3 references, 1 agent, dry_run.py validation (57 checks) - Marketplace: agenthub entry added with cross-domain keywords, engineering POWERFUL updated (25→30), product (12→13), counts synced across all configs - SEO: generate-docs.py now produces keyword-rich <title> tags and meta descriptions using SKILL.md frontmatter — "Claude Code Skills" in site_name propagates to all 276 HTML pages - SEO: per-domain title suffixes (Agent Skill for Codex & OpenClaw, etc.), slug-as-title cleanup, domain label stripping from titles - Broken links: 141→0 warnings — new rewrite_skill_internal_links() converts references/, scripts/, assets/ links to GitHub source URLs; skills/index.md phantom slugs fixed (6 marketing, 7 RA/QM) - Counts synced: 204 skills, 266 tools, 382 refs, 16 agents, 17 commands, 21 plugins — consistent across CLAUDE.md, README.md, docs/index.md, marketplace.json, getting-started.md, mkdocs.yml - Platform sync: Codex 163 skills, Gemini 246 items, OpenClaw compatible Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
75 lines
2.4 KiB
Markdown
75 lines
2.4 KiB
Markdown
---
|
|
title: "AI Coding Personas — Startup CTO, Growth Marketer, Solo Founder"
|
|
description: "3 persona-based AI coding agents with curated Claude Code skill loadouts, decision frameworks, and distinct communication styles for Codex, Gemini CLI, and OpenClaw."
|
|
---
|
|
|
|
<div class="domain-header" markdown>
|
|
|
|
# :material-account-group: Personas
|
|
|
|
<p class="domain-count">3 persona-based agents for role embodiment</p>
|
|
|
|
</div>
|
|
|
|
Personas go beyond task agents. They define how an agent thinks, prioritizes, and communicates — complete with identity, judgment frameworks, and curated skill loadouts.
|
|
|
|
### Personas vs Task Agents
|
|
|
|
| | Task Agents | Personas |
|
|
|---|---|---|
|
|
| **Purpose** | Execute a specific task | Embody a role across tasks |
|
|
| **Scope** | Single domain | Cross-domain, curated |
|
|
| **Voice** | Neutral, professional | Personality-driven with backstory |
|
|
| **Workflows** | Single-step | Multi-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.
|
|
|
|
---
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
- :material-hammer-wrench:{ .lg .middle } **[Startup CTO](startup-cto.md)**
|
|
|
|
---
|
|
|
|
Architecture decisions, tech stack selection, team building, technical due diligence. Pragmatic, opinionated, allergic to over-engineering.
|
|
|
|
- :material-chart-line:{ .lg .middle } **[Growth Marketer](growth-marketer.md)**
|
|
|
|
---
|
|
|
|
Content-led growth, launch strategy, channel optimization. Data-driven, budget-conscious, bootstrapped marketing expertise.
|
|
|
|
- :material-lightbulb-on:{ .lg .middle } **[Solo Founder](solo-founder.md)**
|
|
|
|
---
|
|
|
|
One-person startups, side projects, MVP building. Cross-domain prioritization, wearing all hats, shipping fast.
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## Usage
|
|
|
|
### Claude Code
|
|
```bash
|
|
cp agents/personas/startup-cto.md ~/.claude/agents/
|
|
# Then: "Activate startup-cto mode"
|
|
```
|
|
|
|
### Any Supported Tool
|
|
```bash
|
|
./scripts/convert.sh --tool cursor # Converts personas too
|
|
./scripts/install.sh --tool cursor --target /path/to/project
|
|
```
|
|
|
|
### Create Your Own
|
|
|
|
Use the [TEMPLATE.md](https://github.com/alirezarezvani/claude-skills/blob/main/agents/personas/TEMPLATE.md) to create custom personas with your own identity, skills, and workflows.
|
|
|
|
### Try in ChatGPT
|
|
|
|
Don't use Claude Code or Codex? Try our [Custom GPTs](../custom-gpts.md) — the Solo Founder persona is available as a free Custom GPT in ChatGPT.
|