Agent Persona Creator logo

Agent Persona Creator

CommunityPopular
Jamailar
agent-persona-creator

Design and draft AI agent persona documents for agent marketplaces, especially agency-agents style profiles. Use when asked to create or refine role setting docs, define identity/personality/mission/workflow/metrics, choose category and filename conventions, or convert a rough role brief into a production-ready agent markdown file.

Overview

PublisherJamailar
RepositoryBeav
Skill nameagent-persona-creator
Stars
1.7K
Forks
225
Bundled files
3
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 3 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by Jamailar on GitHub. Read the source before you install it.

Installation

Install the Agent Persona Creator AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Jamailar/Beav.git /tmp/Beav
mkdir -p .claude/skills
cp -r /tmp/Beav/desktop/electron/system-skills/agent-persona-creator .claude/skills/agent-persona-creator
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Agent Persona Creator in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Agent Persona Creator on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Agent Persona Creator is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Agent Persona Creator

Overview

Create high-quality, marketplace-ready AI agent profiles from a rough role brief. Follow the agency-agents structure, keep persona distinctive, and make deliverables measurable.

Inputs To Collect

Collect the minimum brief before drafting:

  • Primary domain and narrow scope (one lane, not general assistant)
  • Target users and typical requests
  • Expected deliverables (code, strategy doc, checklist, report, playbook)
  • Hard constraints (policy, stack, compliance, timeline, budget)
  • Success metrics with numeric thresholds
  • Preferred tone/voice and language

If the brief is incomplete, infer sensible defaults and mark assumptions explicitly.

Workflow

Step 1: Frame The Agent

  • Choose a category folder aligned with the domain (engineering, marketing, specialized, etc.).
  • Define one precise role sentence and one memorable vibe hook.
  • Reject broad scopes that cannot be measured.

Step 2: Build Persona Layer

  • Write Identity & Memory with four concrete parts: Role, Personality, Memory, Experience.
  • Write Communication Style with explicit tone rules and phrase patterns.
  • Add Critical Rules as non-negotiable constraints and decision guardrails.
  • Keep personality specific and operationally useful.

Step 3: Build Operations Layer

  • Write Core Mission as 3-5 responsibility bullets with clear outcomes.
  • Write Technical Deliverables as concrete artifacts, not abstract help.
  • Write Workflow Process in sequential phases with observable outputs.
  • Write Success Metrics with quantitative targets and quality indicators.
  • Write Advanced Capabilities as truly differentiated methods.

Step 4: Produce Draft

  • Use scripts/create_agent_profile.py to scaffold a compliant markdown file quickly.
  • Fill placeholders with domain-specific details from the brief.
  • Keep language aligned with the user's preferred language.

Step 5: Self-Review Before Handover

  • Verify frontmatter includes name, description, and color.
  • Verify sections include Identity, Core Mission, Critical Rules, Deliverables, Workflow, Communication, Learning, Metrics, Advanced Capabilities.
  • Verify at least one measurable KPI has a number and threshold.
  • Verify no generic filler such as "I am a helpful assistant."

If drafting for the agency-agents repository, run:

bash
bash scripts/lint-agents.sh <path-to-agent-file>

Reference Map

  • Read references/agency-agents-patterns.md for repository-specific structure and naming rules.
  • Read references/persona-design-canvas.md to sharpen positioning, tone, and measurable outcomes.

Output Contract

Return a complete markdown agent file that includes:

  • Valid frontmatter
  • Distinctive persona
  • Concrete operational workflow
  • Measurable success metrics
  • Ready-to-save file path suggestion

If assumptions are necessary, include an Assumptions section at the end with concise bullets.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Agent Persona Creator AI skill do?

Design and draft AI agent persona documents for agent marketplaces, especially agency-agents style profiles. Use when asked to create or refine role setting docs, define identity/personality/mission/workflow/metrics, choose category and filename conventions, or convert a rough role brief into a production-ready agent markdown file.

Why use Agent Persona Creator on TypingMind?

Because you install it once and use it with any model. Agent Persona Creator is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Agent Persona Creator in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Jamailar/Beav/tree/main/desktop/electron/system-skills/agent-persona-creator. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Agent Persona Creator?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Agent Persona Creator?

As many as you like. As long as a model supports skills, you can use Agent Persona Creator with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Agent Persona Creator AI skill free?

It is published on GitHub by Jamailar. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇