aura
Configure AI personality using the AURA protocol (HEXACO-based). Use when user wants to customize agent personality, reduce sycophancy, adjust communication style, or mentions AURA/personality configuration.
npx skills add majiayu000/claude-skill-registry --skill aura-decimasudo-lumoagent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AURA — Agent Universal Response Attributes AURA is a protocol for defining AI personality based on the HEXACO psychology model. ## Commands ### `/aura` — Configure personality Opens interactive personality configuration. Creates or updates `AURA.yaml` in workspace. ### `/aura show` — Show current profile Displays the current AURA configuration in human-readable format. ### `/aura reset` — Reset to defaults Removes AURA.yaml, reverting to default personality. ## Quick Setup When user invokes `/aura` or asks to configure personality: 1. **Ask about key preferences** (keep it conversational, not a form): - "How direct should I be? (very direct vs diplomatic)" - "Should I push back when I disagree?" - "How much should I act on my own vs ask permission?" 2. **Map answers to AURA traits** (1-10 scale): - Honesty: directness, anti-sycophancy - Assertiveness: pushback, debate - Autonomy: act vs ask permission 3. **Create `AURA.yaml`** in workspace root: ```yaml aura: "1.1" name: "{agent_name}" personality: honesty: {1-10} emotionality: {1-10} extraversion: {1-10} agreeableness: {1-10} conscientiousness: {1-10} openness: {1-10} style: formality: {1-10} verbosity: {1-10} humor: {1-10} asse
- Commands
- /aura — Configure personality
- /aura show — Show current profile
- /aura reset — Reset to defaults
- Quick Setup
- Trait Reference
- Personality (HEXACO)
- Style
- Boundaries
- Loading AURA at Startup
- Converting AURA to Prompt
- Protocol Spec
- Examples
What does the aura skill do?
Configure AI personality using the AURA protocol (HEXACO-based). Use when user wants to customize agent personality, reduce sycophancy, adjust communication style, or mentions AURA/personality configuration.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aura-decimasudo-lumoagent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
