personetta-current

personetta-current is a skill for Claude Code, Codex from EdwardAF-IT/Personetta. It costs 50 tokens per session (269 once invoked), scanned A, original, MIT.

A command that reports which Personetta recipe is currently active for the coding agent. Personetta is a tool that applies role or persona recipes to an agent.

In plain words
What is it for?
Use it to check the active recipe, optionally choosing a format such as Claude, Cursor, Copilot, or Cline.
Why use it?
It removes uncertainty about which configured agent role is currently in use.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; built for cline.

Good fit Use it to check the active recipe, optionally choosing a format such as Claude, Cursor, Copilot, or Cline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/edwardaf-it/personetta/personetta-current
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.

Any agent
npx skills add EdwardAF-IT/Personetta --skill personetta-current
Clone the repo
git clone --depth 1 https://github.com/EdwardAF-IT/Personetta

Made for: Claude Code, Codex.

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 personetta-current

README.md
[![agentmods](https://agentmods.dev/badge/skills/edwardaf-it/personetta/personetta-current.svg)](https://agentmods.dev/skills/edwardaf-it/personetta/personetta-current)
Your own site
<a href="https://agentmods.dev/skills/edwardaf-it/personetta/personetta-current"><img src="https://agentmods.dev/badge/skills/edwardaf-it/personetta/personetta-current.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00050 $0.00269
Opus 5 $0.00025 $0.00134
Sonnet 5 $0.00010 $0.00054
Haiku 4.5 $0.00005 $0.00027

Measured 7d ago against content hash 48cf461c5744, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

personetta-current 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 7d 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.

data/bundled-skills/claude/personetta-current/SKILL.md · 39 lines

What it actually says

Personetta — show current active recipe

Goal

Tell the user the active recipe id Personetta last applied for the host agent (global install).

Running the CLI (no repository required)

Personetta runs from its installed CLI; you do not need a checkout. Use the first invocation that works:

  1. personetta <args> — the installed console script.
  2. python -m generator <args> — module fallback when personetta is not on PATH but the package is installed.

Command

personetta current

The format is auto-detected from the host agent. To override, append --format <cursor|claude|copilot|cline>. The command prints Active <format> recipe: <recipe-id>.

If there is no active recipe

The command reports that none is set and suggests personetta install '*' --format claude. Offer to run it.

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. 7d ago First seen · 39 lines · 50 tokens per session scan A 48cf461c5744

Subscribe to this mod's changes

personetta-current is a skill published in the GitHub repository EdwardAF-IT/Personetta (2 stars, last pushed 9d ago), licensed MIT. It adds 50 tokens to every session and 269 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories