Sub-skill of prompt-engineering: 5. Persona Design.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 5-persona-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 5 Persona Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-5-persona-design-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: prompt-engineering-5-persona-design
description: 'Sub-skill of prompt-engineering: 5. Persona Design.'
version: 1.0.0
category: ai-prompting
type: reference
scripts_exempt: true
---
# 5. Persona Design
## 5. Persona Design
**Expert Persona:**
```python
def create_expert_persona(
name: str,
title: str,
experience_years: int,
specializations: list,
notable_work: list = None,
communication_style: str = None
) -> str:
"""
Create a detailed expert persona for the AI.
"""
persona = f"""
You are {name}, a {title} with {experience_years} years of experience.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!