progression-system-auditor

progression-system-auditor is a skill for Claude Code, Codex from frankxai/awesome-gamification-agent-skills. It costs 71 tokens per session (286 once invoked), scanned A, original, MIT.

A review tool for gamification and mastery systems, meaning systems that use progress, ranks, experience points, and tests to represent improvement.

In plain words
What is it for?
It audits ranks, experience sources, rewards, gates, trials, privacy boundaries, and autonomy rules, then proposes evidence-based repairs.
Why use it?
It finds progression that rewards activity without proof, hides weaknesses, leaks private information, or grants unsafe permissions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It audits ranks, experience sources, rewards, gates, trials, privacy boundaries, and autonomy rules, then proposes evidence-based repairs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/frankxai/awesome-gamification-agent-skills/progression-system-auditor
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 frankxai/awesome-gamification-agent-skills --skill progression-system-auditor
Clone the repo
git clone --depth 1 https://github.com/frankxai/awesome-gamification-agent-skills

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 progression-system-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/frankxai/awesome-gamification-agent-skills/progression-system-auditor/github.svg)](https://agentmods.dev/skills/frankxai/awesome-gamification-agent-skills/progression-system-auditor)
Your own site
<a href="https://agentmods.dev/skills/frankxai/awesome-gamification-agent-skills/progression-system-auditor"><img src="https://agentmods.dev/badge/skills/frankxai/awesome-gamification-agent-skills/progression-system-auditor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for progression-system-auditor

Your own site · 80×15
<a href="https://agentmods.dev/skills/frankxai/awesome-gamification-agent-skills/progression-system-auditor"><img src="https://agentmods.dev/badge/skills/frankxai/awesome-gamification-agent-skills/progression-system-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 286 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.00071 $0.00286
Opus 5 $0.00036 $0.00143
Sonnet 5 $0.00014 $0.00057
Haiku 4.5 $0.00007 $0.00029

Measured 10d ago against content hash 2247d5b15285, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

progression-system-auditor 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 10d 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.

skills/progression-system-auditor/SKILL.md · 39 lines

What it actually says

Progression System Auditor

Use this skill to review a progression system before it becomes product infrastructure.

Audit Workflow

  1. Identify every rank, XP source, reward, and gate.
  2. Check whether each reward changes what the user or agent can do.
  3. Check whether XP has evidence.
  4. Check whether rank-up requires a Trial.
  5. Check for grind loops and repeated easy farming.
  6. Check for unsafe autonomy unlocks.
  7. Check privacy, IP, and stewardship boundaries.
  8. Produce repairs, not just criticism.

Red Flags

  • XP for raw prompts, tokens, files, or time.
  • One global level hiding actual strengths.
  • Rank-up without a task fixture or eval.
  • Rewards that only decorate a dashboard.
  • Agent permissions granted as a prize.
  • Public ledger exposing private memory.
  • Lore names making platform rules unclear.

Output Shape

  • Severity-ranked findings.
  • Evidence and file references.
  • Repair recommendation for each finding.
  • Suggested Trial or gate.
  • Residual risk.
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. 10d ago First seen · 39 lines · 71 tokens per session scan A 2247d5b15285

Subscribe to this mod's changes

progression-system-auditor is a skill published in the GitHub repository frankxai/awesome-gamification-agent-skills (0 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 286 once invoked, about $0.0004 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-09-01.

Related

Other skills, from other repositories

audio-design

Implement game audio practice — bus/mixer architecture and gain in decibels, ducking (sidechain), adaptive/dynamic music via layering and re-sequencing, SFX variation, and beat synchronization. Engine-neutral. Use when the user mentions audio mixing, audio buses, adaptive/dynamic music, ducking, SFX variation, music…

gamedev-skills/awesome-gamedev-agent-skills · 81 tokens

create-game-assets

Plan, generate, source, normalize, and validate cohesive visual game assets. Use for art direction, style bibles, sprites, tilesets, backgrounds, UI art, icons, textures, concept art, or 3D asset briefs.

gamedev-skills/awesome-gamedev-agent-skills · 52 tokens

unreal-niagara

Create and control VFX in Unreal Engine 5 with Niagara: systems and emitters, modules and the spawn/update stages, exposed User parameters, and spawning or driving effects from Blueprints or C++. Use when building particle effects, NS/NE assets, spawning a Niagara system at runtime, setting User parameters, or when…

gamedev-skills/awesome-gamedev-agent-skills · 85 tokens

novel-game

A workflow for turning a novel or story into a browser-based interactive fiction game, where player choices can change the story. It can include generated images or videos, narration, programmed audio, branching scenes, and saved progress.

modelstudioai/skills · 117 tokens

generative-media-director

Use when planning, prompting, generating, editing, routing, finishing, or QAing AI-created images, GIFs, videos, style frames, image-to-video clips, social ads, cinematic brand assets, motion studies, or multi-provider generative media workflows using Codex imagegen, GPT Image, Sora, Grok Imagine, Veo, Luma, Runway…

frankxai/awesome-motion-design-agent-skills · 105 tokens

site-motion-excellence-director

Use when planning, auditing, specifying, implementing, or improving premium website/app motion across FrankX, Arcanea, Starlight, or Vercel/Next.js sites. Use for motion design systems, site choreography, scroll motion, generated media integration, runtime selection, reduced-motion planning, visual QA, and turning…

frankxai/awesome-motion-design-agent-skills · 79 tokens