Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/aura-decimasudo-lumoagent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Commands
  2. /aura — Configure personality
  3. /aura show — Show current profile
  4. /aura reset — Reset to defaults
  5. Quick Setup
  6. Trait Reference
  7. Personality (HEXACO)
  8. Style
  9. Boundaries
  10. Loading AURA at Startup
  11. Converting AURA to Prompt
  12. Protocol Spec
  13. Examples
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going