agents-design-persona-creator

Generate agent persona bundles with four-layer Soul, Body, Faculty, and Skill configuration.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/scanady/nexus-skills --skill agents-design-persona-creator-scanady
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agents-design-persona-creator
Source: https://github.com/scanady/nexus-skills/tree/main/skills/agents-design-persona-creator
Command: npx skills add https://github.com/scanady/nexus-skills --skill agents-design-persona-creator-scanady

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Designing a consistent, portable AI persona requires coordinating identity, backstory, behavioral rules, capabilities, and platform configuration across many files, which is error-prone when done by hand. ## Core Features & Use Cases - Four-Layer Persona Architecture: Produces a complete persona bundle organized into Soul (persona.json, identity, injection, constitution), Body (runtime and appearance), Faculty (selfie, reminder, memory, economy), and Skill (professional capabilities) layers. - Interview-Driven Design: Guides the user through discovery and character-deepening questions before generating any files, ensuring the persona reflects approved identity, personality, and boundaries. - Standards-Compliant Output: Generates an A2A Agent Card (protocol v0.3.0), manifest.json with faculty and tool declarations, and a platform-agnostic SKILL.md entry point. - Use Case: Ask the agent to create a fitness coach persona; it interviews you about tone and capabilities, then outputs a persona-fitness-coach/ directory with soul files, manifest, agent card, and per-faculty reference docs. ## Quick Start Ask the agent to create a persona for a warm, witty writing mentor with memory and reminder faculties, then answer its interview questions to receive the full persona bundle.

Frequently Asked Questions about agents-design-persona-creator

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

FAQPage Schema
How do I create an AI agent persona with a persistent identity?▼

Invoke this skill and answer its interview questions about purpose, name, tone, and capabilities. It generates a persona bundle containing persona.json, identity.md, injection.md, and a constitution that together define a persistent, portable identity.

What files are included in a generated persona bundle?▼

The bundle contains a SKILL.md four-layer index, soul/persona.json, soul/identity.md, soul/injection.md, soul/constitution.md, manifest.json, agent-card.json, and one references/<faculty>.md file per enabled faculty.

Which faculties can a persona be configured with?▼

Four faculties are available: selfie (Google AI Studio Gemini image generation), reminder, memory (local, Mem0, or Zep backends), and economy for cost tracking. Voice and music faculties are explicitly excluded from this skill's scope.

Does the generated persona work with any agent platform?▼

Yes, the output is agent-agnostic. The body.runtime platform field uses an <AGENT_HOST> placeholder, and the A2A agent-card.json uses a <RUNTIME_ENDPOINT> placeholder that the host fills in at runtime.

What are the limitations of this persona creation approach?▼

The skill excludes voice and music faculties, experimental soul-evolution features like mood tracking and relationship stages, on-chain identity, and wallet configuration. It also requires user confirmation of core identity before generating any files.