fr-progress

fr-progress is a skill for Claude Code, Codex from derio-net/super-fr. It costs 85 tokens per session (1,366 once invoked), scanned A, original, MIT.

A skill for reporting progress on feature plans and specifications managed by the fr workflow. It also checks repository state before files under docs/superpowers/ or fr configuration are changed.

In plain words
What is it for?
Checking plan or specification status, auditing drift, repairing or migrating older plans, marking tasks or phases complete, and checking the acceptance matrix.
Why use it?
It helps keep plans accurate and prevents manual document changes from drifting away from the repository's tracked workflow.

Skill for Claude CodeCodex

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 skills/derio-net/super-fr/fr-progress
Any agent
npx skills add derio-net/super-fr --skill fr-progress
Clone the repo
git clone --depth 1 https://github.com/derio-net/super-fr

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 fr-progress

README.md
[![agentmods](https://agentmods.dev/badge/skills/derio-net/super-fr/fr-progress.svg)](https://agentmods.dev/skills/derio-net/super-fr/fr-progress)
Your own site
<a href="https://agentmods.dev/skills/derio-net/super-fr/fr-progress"><img src="https://agentmods.dev/badge/skills/derio-net/super-fr/fr-progress.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,366 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.00085 $0.01366
Opus 5 $0.00043 $0.00683
Sonnet 5 $0.00017 $0.00273
Haiku 4.5 $0.00009 $0.00137

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

Security

Grade A, and why

fr-progress 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 3d 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.

.hermes/skills/fr/fr-progress/SKILL.md · 121 lines

How it starts

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

fr-progress

In v2 there is no dedicated progress subcommand surface — queries decompose into one of three primitives:

Operator says Command
"audit drift on this plan" fr apply <plan-dir> (default dry-run lists what gh would change)
"status of this spec" fr spec status <spec-path>
"status of every spec" fr spec status --all
"mark step done" fr plan edit <plan-dir> --tick P<n>.T<n>.S<n>
"mark phase done" fr plan edit <plan-dir> --complete-phase N [--note ...]

Announce at start: "I'm using fr-progress for [capability]."

Repo-state preflight (run before touching docs/superpowers/ by hand)

First time in a repo with docs/superpowers/ or fr config: never manually create, move, or archive files under it (#378). Run in order — fr status/fr repair/fr migrate v1-to-v2 preview by default, no --yes:

fr --help                       # confirm fr is installed / repo is fr-managed
fr status                       # repo-wide sweep: archivable + in-progress plans
fr acceptance check             # matrix gate; exit 2 on failing rows
fr repair                       # preview stale-ref rewrites
ls docs/superpowers/plans/*.md 2>/dev/null || true   # hits = legacy v1 plans (v2 is folders)
fr migrate v1-to-v2             # if the ls above found hits
fr spec status --all            # per-spec rollup before deciding what's "done"
fr archive --all                # only now, for plans the sweep marked archivable

.md.v1-archive files (from fr migrate v1-to-v2) are pre-migration originals kept for git-history — leave them; fr archive only moves the plan folder, not the .v1-archive sibling (a known gap).

How it works (no separate state store)

vk is a single state machine: the plan files (_meta.yaml + NN.yaml) are the source of truth, and every projection (Issue body / labels / state, spec table row) is computed on demand. There's nothing to "sync" — fr apply diffs the projection against observed gh state and emits the mutations needed to bring them in line.

Read the full file on GitHub · 121 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 121 lines · 85 tokens per session scan A 80af26728819

Subscribe to this mod's changes

fr-progress is a skill published in the GitHub repository derio-net/super-fr (1 stars, last pushed 3d ago), licensed MIT. It adds 85 tokens to every session and 1,366 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-08-31.

Related

Other skills, from other repositories

using-grove

Use when orchestrating a fleet of independent coding agents with Grove from OUTSIDE — isolated per-task workspaces (tmux plus git worktree, host or container) across model providers and harnesses. Triggers on: spinning up, steering, pausing, resuming or killing workspaces, grove create/fleet/show/message/tickets, the…

bearlike/Grove · 198 tokens

working-in-grove

Use when you are the coding agent running INSIDE a Grove workspace — a git worktree Grove created for one task, on the host or in a container. Triggers on: reporting or updating your task phase or progress, GROVEPHASEFILE or .grove/phase.json, grove phase, grovesetworkspacephase, naming this workspace or setting its…

bearlike/Grove · 197 tokens

create-app

Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…

wondelai/skills · 217 tokens

create-business

Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…

wondelai/skills · 211 tokens

requirement-forge-refiner

Facilitate a structured conversation to define requirement standards for a project — epic and feature definitions, scenario structure, AC format, priority notation, status workflow, and naming conventions. Produces a formal requirement-standards.md that the requirement-quality atom reads via config resolution…

techygarg/lattice · 121 tokens

glab

Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.

NikiforovAll/claude-code-rules · 59 tokens