agent-persona-creator

Create marketplace-ready AI agent persona markdown files from role briefs.

1.7k|226|Updated Jun 4, 2025
One-click install
npx skills add https://github.com/Jamailar/Beav --skill agent-persona-creator-jamailar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-persona-creator
Source: https://github.com/Jamailar/Beav/tree/main/desktop/electron/system-skills/agent-persona-creator
Command: npx skills add https://github.com/Jamailar/Beav --skill agent-persona-creator-jamailar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Turning a rough role idea into a structured, production-ready AI agent profile is slow and inconsistent, especially when targeting agent marketplaces like agency-agents that enforce specific frontmatter, section ordering, and naming conventions. ## Core Features & Use Cases - Structured Persona Drafting: Builds Identity, Mission, Critical Rules, Deliverables, Workflow, Communication Style, and Success Metrics sections following the agency-agents baseline. - Scaffolding and Linting: Uses a scaffold script to generate compliant markdown files and a lint script to validate profiles against repository conventions. - Design Canvas Guidance: Provides a persona design canvas covering positioning, decision policy, deliverable contracts, and measurable metrics. - Use Case: Given a brief for a Xiaohongshu marketing specialist, produce a complete agent markdown file with kebab-case filename, category-prefixed path, and numeric KPIs ready to commit to an agent marketplace repository. ## Quick Start Use the agent-persona-creator skill to draft an agency-agents style profile for a frontend code reviewer from my brief.

Frequently Asked Questions about agent-persona-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an AI agent persona for a marketplace?▼

Collect a brief covering domain, target users, deliverables, constraints, and success metrics, then draft the profile using the agency-agents section structure. Scaffold the file with the included script and fill placeholders with domain-specific details.

What sections should an agency-agents profile include?▼

The baseline order is Identity & Memory, Core Mission, Critical Rules, Technical Deliverables, Workflow Process, Communication Style, Learning & Memory, Success Metrics, and Advanced Capabilities. Frontmatter must include name, description, and color.

How do I validate an agent profile before publishing?▼

Run the included lint script with bash scripts/lint-agents.sh followed by the agent file path. Also self-review that frontmatter fields exist, all required sections are present, and at least one metric has a numeric threshold.

What makes an agent persona profile low quality?▼

Generic assistant phrasing, mission statements without concrete deliverables, metrics without numbers, overly broad scope spanning unrelated domains, and missing workflow phases are the main anti-patterns to avoid.

What are the file naming conventions for agent profiles?▼

Use kebab-case slugs with concise professional role names, and prefix filenames with the category folder, such as engineering/engineering-frontend-developer.md or marketing/marketing-xiaohongshu-specialist.md.