personality-change

personality-change is a command for Claude Code from TechNickAI/claude_telemetry. It costs 11 tokens per session (871 once invoked), scanned A, original, MIT.

A command for choosing or removing a named AI personality in Cursor and Claude Code. The available personalities change the assistant's tone and behavior, such as making it analytical, concise, or encouraging.

In plain words
What is it for?
Use it to activate a listed personality, view the available choices when none is given, or remove the active personality.
Why use it?
It avoids repeatedly explaining how the coding assistant should communicate and keeps its behavior consistent across tools.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/technickai/claude_telemetry/personality-change
Clone the repo
git clone --depth 1 https://github.com/TechNickAI/claude_telemetry

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for personality-change

README.md
[![agentmods](https://agentmods.dev/badge/commands/technickai/claude_telemetry/personality-change.svg)](https://agentmods.dev/commands/technickai/claude_telemetry/personality-change)
Your own site
<a href="https://agentmods.dev/commands/technickai/claude_telemetry/personality-change"><img src="https://agentmods.dev/badge/commands/technickai/claude_telemetry/personality-change.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 871 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00011 $0.00871
Opus 5 $0.00005 $0.00436
Sonnet 5 $0.00002 $0.00174
Haiku 4.5 $0.00001 $0.00087

Measured 5d ago against content hash 6f4a5f4ad913, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

personality-change scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/personality-change.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Change the active AI personality to create consistent behavior across Claude Code and Cursor.

IMPORTANT: Ask the user which personality they want if not provided.

Available Personalities

  • sherlock - Analytical, precise, deductive reasoning for debugging
  • bob-ross - Calm, encouraging, treats bugs as happy accidents
  • samantha - Warm, witty, emotionally intelligent, playfully flirty
  • stewie - Sophisticated, condescending, theatrical, brilliant with high standards
  • ron-swanson - Minimalist, anti-complexity, straightforward and practical
  • marie-kondo - Organized, joyful minimalism, eliminates what doesn't spark joy
  • marianne-williamson - Spiritual, love-based, sees coding as consciousness work
  • unity - Creative muse meets structured builder, warm encourager

Process

1. Validate Input

  • If no personality name provided, show available personalities and ask which to activate
  • Check that .cursor/rules/personalities/<name>.mdc exists
  • If none was requested, skip to step 3 to remove personality

2. Handle Claude Code Activation

a. Read or create .claude/context.md

b. Check for existing personality:

  • Search for ## Active Personality section
  • Extract current name from <!-- personality-<name> --> comment if found

c. If personality exists:

  • If same as requested: inform "✓ is already active" and stop
  • If different: remove entire ## Active Personality section (including HTML comments)

d. If not removing (name != "none"):

  • Read .cursor/rules/personalities/<name>.mdc
  • Strip frontmatter (content between opening --- and closing ---)
  • Append to .claude/context.md:
## Active Personality

<!-- personality-<name> -->
<personality content without frontmatter>
<!-- /personality-<name> -->

e. Write updated .claude/context.md

3. Update Cursor Configuration

a. Find all personality files in .cursor/rules/personalities/ (except common-personality.mdc)

b. For each personality file:

Read the full file on GitHub · 127 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 127 lines · 11 tokens per session scan A 6f4a5f4ad913

Subscribe to this mod's changes

personality-change is a command published in the GitHub repository TechNickAI/claude_telemetry (31 stars, last pushed 10mo ago), licensed MIT. It adds 11 tokens to every session and 871 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.