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.
npx skills add EdwardAF-IT/Personetta --skill personetta-currentgit clone --depth 1 https://github.com/EdwardAF-IT/PersonettaWrote 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.
[](https://agentmods.dev/skills/edwardaf-it/personetta/personetta-current)<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>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.
| Model | Per session | Once 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 |
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.
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:
personetta <args>— the installed console script.python -m generator <args>— module fallback whenpersonettais 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.
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.
- 7d ago First seen · 39 lines · 50 tokens per session scan A 48cf461c5744
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.
Other skills, from other repositories
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
My Skill
Content here.
harness-engineering
Use when the user asks to improve, fix, or build their repository's AI harness — AGENTS.md, rules, skills, commands, hooks, guardrails, CI sensors — or to act on harness-score audit findings and raise their maturity level.
reap
Report how much of the context this agent loads is never used - unused skills, MCP servers, subagents, hooks and always-loaded prose - measured from real session transcripts. Use when asked why the context window is full, what is wasting tokens, or what is safe to remove.
audit
Audits recent work against its Definition of Done and project patterns. Runs the test suite, compares code against the spec, and reports PASS / PARTIAL / FAIL. Also runs the Critical Gate — a safety scan of the diff for destructive or dangerous operations. Generates an incremental prompt pack for any gaps found. With…
hotfix
Fixes an observed defect with reproducible evidence in one call: writes a short trace doc before touching code, implements the fix, and backs it with a regression test written before the fix. Production incidents are the motivating case, not a gate. When blocked, it halts by name and saves the doc for a later call to…