create-persona

create-persona is a skill for Claude Code from CThomas-PO/cthomas-plugins. It costs 96 tokens per session (1,541 once invoked), scanned A, original, no licence file.

A user-persona setup tool for creating a simulated user profile for UX testing. It first records information about the app being tested, then builds a persona.

In plain words
What is it for?
Use it to create a test persona for checking how an app might work for a particular type of user.
Why use it?
It gives testing a defined user perspective instead of leaving the simulated user unspecified.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the user-persona-generator plugin — 3 skills shipped together

Good fit Use it to create a test persona for checking how an app might work for a particular type of user.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cthomas-po/cthomas-plugins/create-persona
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CThomas-PO/cthomas-plugins --skill create-persona
Clone the repo
git clone --depth 1 https://github.com/CThomas-PO/cthomas-plugins

Made for: Claude Code.

Or install user-persona-generator, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-persona

README.md
[![agentmods](https://agentmods.dev/badge/skills/cthomas-po/cthomas-plugins/create-persona/github.svg)](https://agentmods.dev/skills/cthomas-po/cthomas-plugins/create-persona)
Your own site
<a href="https://agentmods.dev/skills/cthomas-po/cthomas-plugins/create-persona"><img src="https://agentmods.dev/badge/skills/cthomas-po/cthomas-plugins/create-persona/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for create-persona

Your own site · 80×15
<a href="https://agentmods.dev/skills/cthomas-po/cthomas-plugins/create-persona"><img src="https://agentmods.dev/badge/skills/cthomas-po/cthomas-plugins/create-persona.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,541 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.01541
Opus 5 $0.00048 $0.00771
Sonnet 5 $0.00019 $0.00308
Haiku 4.5 $0.00010 $0.00154

Measured 10d ago against content hash a8ae1a89253d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

create-persona scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/user-persona-generator/skills/create-persona/SKILL.md · 152 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 152 lines · 96 tokens per session scan A a8ae1a89253d

Subscribe to this mod's changes

create-persona is a skill published in the GitHub repository CThomas-PO/cthomas-plugins (4 stars, last pushed 1mo ago), with no licence file. It adds 96 tokens to every session and 1,541 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

design-tokens

Design tokens and CSS custom properties: theme systems, dark mode, component libraries. Use when implementing design systems or user mentions tokens, CSS variables, or theming.

laurigates/claude-plugins · 37 tokens

design-compare

Compare Figma designs against implementation screenshots, identifying layout, typography, color, and sizing discrepancies. Generates a structured visual review table and an interactive HTML comparison page with swipe and side-by-side modes. Use when the user asks to compare design with preview, compare Figma with…

artemnovichkov/skills · 74 tokens

frontend-standards

React renderer standards — ports & adapters (service hooks), design tokens, motion tokens, @ajh/ui primitives, i18n, feature isolation, React Query, a11y. Load for changes under apps/desktop/src/renderer/.

saeedkolivand/ai-job-hunter-app · 54 tokens

expose-tunable-knob

Expose a live-adjustable control instead of guessing a magic constant for a parameter the agent cannot itself perceive. Use when tuning visual, audio, or UX output (color, size, position, timing, volume) that only the user can judge.

laurigates/claude-plugins · 56 tokens

design-reference

Iterative design research: brief → references → feedback → principles → prototype → approve. Use when starting a design phase for any frontend project, or when the user says things like 'design pass', 'design phase', 'collect references', 'design research'.

animalzinc/claude-plugins · 54 tokens

error-ux

Principles and patterns for writing error messages that help users recover. Use when auditing, writing, or improving error messages in code. Triggers: error messages, user experience, error handling, exception messages, validation errors.

jimmc414/claude-code-plugin-marketplace · 0 tokens