One-click install
npx skills add https://github.com/Kaleb-Rupe/aurora --skill agents-kaleb-rupe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agents
Source: https://github.com/Kaleb-Rupe/aurora/tree/main/claude/skills/Agents
Command: npx skills add https://github.com/Kaleb-Rupe/aurora --skill agents-kaleb-rupe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating specialized AI agents with distinct personalities, voices, and expertise normally requires manual prompt engineering and voice configuration for each agent. This Skill automates agent composition by combining expertise, personality, and approach traits into complete agent definitions with matched ElevenLabs voice settings. ## Core Features & Use Cases - Dynamic Agent Composition: Combine expertise (security, legal, research), personality (skeptical, enthusiastic), and approach (thorough, rapid) traits via ComposeAgent.ts to generate complete agent prompts with voice IDs and prosody settings. - Voice Prosody Control: Configure ElevenLabs parameters (stability, similarity boost, style, speed) per personality type, with a two-tier base + user customization merge so personal settings survive updates. - Parallel Agent Orchestration: Distinguish custom agents (unique identities via general-purpose subagent type) from parallel grunt-work agents, with persistent save/load/delete of composed agents. - Use Case: Ask to "spin up 3 custom security agents" and the Skill composes three agents with different trait combinations, each receiving a unique personality-matched voice and color, then launches them in parallel. ## Quick Start Ask the assistant to spin up custom agents for your task, such as "create 3 custom research agents with different expertise areas," and it will compose and launch them automatically.

Frequently Asked Questions about Agents

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

FAQPage Schema
How do I create custom AI agents with different personalities?

Run ComposeAgent.ts with trait combinations like "security,skeptical,thorough" and a task description. Each unique trait combination produces a distinct agent prompt with a personality-matched ElevenLabs voice and color, launched with the general-purpose subagent type.

What is the difference between custom agents and parallel agents?

Custom agents use ComposeAgent to get unique identities, voices, and colors for specialized work. Parallel agents share one identity and launch directly for grunt work like researching multiple items simultaneously. The trigger word "custom" determines which pattern applies.

How do I configure ElevenLabs voice settings for agents?

Add prosody settings (stability, similarity_boost, style, speed, use_speaker_boost) to the voice_registry in your user Traits.yaml file. Personality types map to recommended values, such as low stability for enthusiastic voices and high stability for analytical ones.

Can I save and reuse composed agents?

Yes, ComposeAgent.ts supports --save to persist an agent, --list-saved to view saved agents, --load to retrieve one, and --delete to remove it. Saved agents keep their composed prompt and voice configuration for reuse.

When should I use this skill instead of agent teams?

Use this skill for one-shot parallel workers with unique identities and no shared state. For persistent coordinated teams with shared task lists, messaging, and multi-turn collaboration, use the Delegation skill's TeamCreate tool instead.