# Create Persona

> Create detailed user persona with guided questions

- Skill: `majiayu000/create-persona` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/create-persona`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/create-persona/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/create-persona

---


# create-persona

**Category**: Product & Strategy

## Usage

```bash
create-persona <name>
```

## Arguments

- `<name>`: Required argument

## Execution Instructions for Claude Code

When this command is run, Claude Code should:

1. Read the source file at `claude_settings/python/templates/persona-template.md`
2. Read the template content
3. If arguments provided, use them for output filename
4. Generate the file from the template
5. Replace any template variables if needed

## Source Content Location

The full process documentation can be found at:
`claude_settings/python/templates/persona-template.md`

Claude Code should read this file and follow the documented process exactly.

## Example

```bash
create-persona example-name
```

