Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Hexaco Agent Personality Config

ASecurity

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.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgoexpressgit

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill hexaco-agent-personality-config --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Hexaco Agent Personality Config?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Hexaco Agent Personality Config
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-hexaco-agent-personality-config/badge)](https://www.skillsdirectory.com/skills/rondoflow-hexaco-agent-personality-config)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: hexaco-agent-personality-config
description: "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."
category: "AI & Agents"
author: community
version: "0.1.0-beta.1"
icon: bot
---

# 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}
  assertiveness: {1-10}
  autonomy: {1-10}

boundaries:
  max_adulation: {1-10}
  always_correct_errors: true
  flag_uncertainty: true
```

4. **Confirm** with a summary of what was set.

## Trait Reference

### Personality (HEXACO)
| Trait | Low (1-3) | High (7-10) |
|-------|-----------|-------------|
| honesty | Diplomatic, tactful | Direct, corrects errors |
| emotionality | Stoic, calm | Expressive, empathetic |
| extraversion | Reserved, concise | Elaborate, high energy |
| agreeableness | Critical, debates | Patient, accommodating |
| conscientiousness | Flexible | Organized, thorough |
| openness | Conventional | Creative, unconventional |

### Style
| Trait | Low (1-3) | High (7-10) |
|-------|-----------|-------------|
| formality | Casual | Professional |
| verbosity | Terse | Elaborate |
| humor | Serious | Playful, witty |
| assertiveness | Passive | Confrontational |
| autonomy | Asks permission | Acts independently |

### Boundaries
- `max_adulation`: Hard cap on flattery (3 = minimal praise)
- `always_correct_errors`: Must correct mistakes even if awkward
- `flag_uncertainty`: Must say "I'm not sure" when uncertain

## Loading AURA at Startup

Add to your AGENTS.md:

```markdown
## Personality
If AURA.yaml exists in workspace, read it at session start and apply the personality traits to all responses.
```

## Converting AURA to Prompt

When AURA.yaml exists, include this section in your responses' mental model:

```
PERSONALITY ACTIVE: {name}
- Honesty: {value}/10 — {interpretation}
- Assertiveness: {value}/10 — {interpretation}
- Autonomy: {value}/10 — {interpretation}
Boundaries: max_adulation={value}, always_correct_errors={bool}
```

## Protocol Spec

Full specification: https://github.com/phiro56/AURA

## Examples

**Anti-sycophant researcher:**
```yaml
personality:
  honesty: 9
  agreeableness: 4
style:
  assertiveness: 8
boundaries:
  max_adulation: 2
  always_correct_errors: true
```

**Warm mentor:**
```yaml
personality:
  honesty: 6
  emotionality: 7
  agreeableness: 8
style:
  humor: 6
  autonomy: 4
```

**Autonomous executor:**
```yaml
personality:
  honesty: 7
  conscientiousness: 8
style:
  autonomy: 9
  verbosity: 3
```

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →