agent-persona-creator

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

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/X-manist/Cohmira --skill agent-persona-creator-x-manist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-persona-creator
Source: https://github.com/X-manist/Cohmira/tree/main/boss/desktop/electron/system-skills/agent-persona-creator
Command: npx skills add https://github.com/X-manist/Cohmira --skill agent-persona-creator-x-manist

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Writing a consistent, high-quality AI agent profile for an agent marketplace is slow and error-prone: frontmatter fields get missed, sections drift from the expected structure, and personas end up generic with no measurable outcomes. This Skill turns a rough role brief into a complete, lint-compatible agent markdown file following the agency-agents conventions. ## Core Features & Use Cases - Structured persona drafting: Builds Identity, Core Mission, Critical Rules, Deliverables, Workflow, Communication Style, Metrics, and Advanced Capabilities sections in the expected order. - Scaffolding and linting: Uses scripts/create_agent_profile.py to scaffold a compliant file and scripts/lint-agents.sh to validate it against repository rules. - Design references: Includes a persona design canvas and agency-agents pattern reference covering frontmatter requirements, naming conventions, and anti-patterns. - Use Case: Given a brief like "a Xiaohongshu content specialist for a beauty brand", produce a categorized markdown profile with a distinctive voice, sequential workflow phases, and numeric success metrics, saved under marketing/marketing-xiaohongshu-specialist.md. ## Quick Start Use the agent-persona-creator skill to turn my role brief for a frontend code reviewer into a complete agency-agents style profile with measurable success metrics.

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 an agent marketplace?▼

Collect a brief covering domain, target users, deliverables, constraints, and metrics, then draft the profile with the required sections: Identity, Core Mission, Critical Rules, Deliverables, Workflow, Communication, Metrics, and Advanced Capabilities. Scaffold the file with create_agent_profile.py and validate it with lint-agents.sh.

What frontmatter fields are required for an agency-agents profile?▼

The minimum required frontmatter fields are name, description, and color, where color accepts a color name or hex code. Optional fields used in mature profiles include emoji, vibe, and services for external dependencies.

How should agent profile files be named and organized?▼

Use concise professional role names with kebab-case file slugs, and prefix filenames with their category folder. For example, engineering profiles live at paths like engineering/engineering-frontend-developer.md.

What makes an agent persona profile low quality?▼

Weak profiles use generic assistant phrasing, missions without concrete deliverables, metrics without numbers or thresholds, and scopes spanning unrelated domains. Every profile needs a narrow specialization, sequential workflow phases, and at least one measurable KPI.

What if my role brief is incomplete or vague?▼

The workflow infers sensible defaults for missing inputs and marks them explicitly as assumptions. The final output includes an Assumptions section listing each inferred decision so reviewers can correct them.