Install
npx skillscat add vamseeachanta/workspace-hub/prompt-engineering-5-persona-design Install via the SkillsCat registry.
SKILL.md
5. Persona Design
5. Persona Design
Expert Persona:
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.