persona-template
Generate user persona documents and empathy maps from templates
npx skills add a5c-ai/babysitter --skill persona-template --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Persona Template Skill ## Purpose Generate professional user persona documents and empathy map visualizations from structured data and templates. ## Capabilities - Fill persona templates with research data - Generate persona cards in multiple formats - Create empathy map visualizations - Export to PDF, PNG, and Markdown - Support multiple persona template styles - Generate persona comparison views ## Target Processes - persona-development.js (personaDocumentationTask) - user-research.js (personaCreationTask) ## Integration Points - Template engines (Handlebars, EJS) - PDF generation (Puppeteer, PDFKit) - Image generation for persona cards ## Input Schema ```json { "type": "object", "properties": { "personaData": { "type": "object", "properties": { "name": { "type": "string" }, "photo": { "type": "string" }, "demographics": { "type": "object", "properties": { "age": { "type": "number" }, "occupation": { "type": "string" }, "location": { "type": "string" }, "education": { "type": "string" } } }, "goals": { "type": "array", "items": { "type": "string" } }, "frustrations": { "type": "array", "items": { "type": "string" } }, "behaviors": { "type": "array", "items": { "type": "string"
- Purpose
- Capabilities
- Target Processes
- Integration Points
- Input Schema
- Output Schema
- Usage Example
What does the persona-template skill do?
Generate user persona documents and empathy maps from templates
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill persona-template --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
