UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.
/plugin marketplace add Primadetaautomation/claude-dev-toolkit/plugin install claude-dev-toolkit@primadata-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdscripts/persona-generator.tsscripts/persona_generator.pyComprehensive toolkit for user-centered research and experience design with data-driven approaches.
This skill provides professional UX research and design capabilities including persona generation from real user data, customer journey mapping, usability testing frameworks, and research synthesis methods.
Create research-backed personas from quantitative and qualitative user data:
Built-in archetype templates for common user types:
Map complete user journeys with:
Structured approaches for:
Transform raw research into insights:
Location: scripts/persona_generator.py
Purpose: Generate comprehensive, data-driven user personas from user data and optional interview insights.
Usage:
# JSON output
python scripts/persona_generator.py json
# Human-readable output
python scripts/persona_generator.py
Features:
Input Data Structure:
user_data = [
{
'user_id': 'user_1',
'age': 28,
'usage_frequency': 'daily', # daily, weekly, monthly
'features_used': ['dashboard', 'reports', 'settings'],
'primary_device': 'desktop', # desktop, mobile, tablet
'usage_context': 'work', # work, personal
'tech_proficiency': 7, # 1-10 scale
'pain_points': ['slow loading', 'confusing UI']
}
# ... more users
]
Output Includes:
Location: scripts/persona-generator.ts
Purpose: Same functionality as Python version, integrated with Node.js/TypeScript ecosystem.
Usage:
# JSON output
ts-node scripts/persona-generator.ts --format=json
# Pretty output
ts-node scripts/persona-generator.ts
TypeScript Advantages:
Each generated persona includes specific design implications based on their characteristics:
For High-Frequency Users:
For Casual Users:
For Mobile Users:
For Business Users:
Works well with:
UX Research Methods:
Persona Creation:
Journey Mapping:
v1.0.0 - Initial release
Maintained by: Primadata Enhanced Toolkit Source: Based on claude-skills repository by Alireza Rezvani Last Updated: November 2025
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.