claude-assess-decide-do-mega-prompt: Skill for Claude Code

.claude/skills/add-status/SKILL.md

add-status is a skill for Claude Code from dragosroua/claude-assess-decide-do-mega-prompt. It costs 0 tokens per session (656 once invoked), scanned A, original, MIT.

A command-driven helper for displaying the current status of an ADD flow, including its stage, observed pattern, session counts, and flow assessment.

In plain words
What is it for?
Use the /add-status command to inspect the current flow state, number of exchanges, stage changes, and time spent in the current stage.
Why use it?
It makes the current progress and possible stuck patterns visible during an ADD session.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is dragosroua/claude-assess-decide-do-mega-prompt's own configuration. It tells Claude Code how to work on claude-assess-decide-do-mega-prompt itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-assess-decide-do-mega-prompt configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dragosroua/claude-assess-decide-do-mega-prompt. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dragosroua/claude-assess-decide-do-mega-prompt/main/.claude/skills/add-status/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dragosroua/claude-assess-decide-do-mega-prompt

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 add-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-status/github.svg)](https://agentmods.dev/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-status)
Your own site
<a href="https://agentmods.dev/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-status"><img src="https://agentmods.dev/badge/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-status/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 add-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-status"><img src="https://agentmods.dev/badge/skills/dragosroua/claude-assess-decide-do-mega-prompt/add-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 656 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.00000 $0.00656
Opus 5 $0.00000 $0.00328
Sonnet 5 $0.00000 $0.00131
Haiku 4.5 $0.00000 $0.00066

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

Security

Grade A, and why

add-status 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 11d 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/skills/add-status/SKILL.md · 107 lines

How it starts

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

/add-status

User-invocable skill for explicit flow status display.


description: Display current ADD flow status and session metrics model-invocable: false user-invocable: true

Purpose

When user invokes /add-status, display comprehensive flow status including:

  • Current realm with visual indicator
  • Pattern observation
  • Session metrics (exchanges, transitions)
  • Flow quality assessment

Response Format

[ADD Flow: {emoji} {Realm} | {Pattern description}]

Session Metrics:
- Exchanges this session: {N}
- Realm transitions: {N}
- Time in current realm: {N} exchanges
- Flow quality: {assessment}

{Optional narrative about current flow state}

Example Responses

Balanced Flow

[ADD Flow: 🟠? Decide | Narrowing phase - 3 options to 1 finalist]

Session Metrics:
- Exchanges this session: 12
- Realm transitions: 3
- Time in current realm: 4 exchanges
- Flow quality: Balanced

You've moved naturally from exploration through several options,
and now you're in active decision-making. The progression has been smooth.

Stuck Pattern

[ADD Flow: 🔴+ Assess | Circular pattern - revisiting authentication 3x]

Session Metrics:
- Exchanges this session: 18
- Realm transitions: 1
- Time in current realm: 15 exchanges
- Flow quality: Extended assessment

You've been exploring thoroughly - authentication approaches have been
examined from multiple angles. If you feel you have enough information,
the Decide realm awaits when you're ready to narrow down.

Active Execution

[ADD Flow: 🟢- Do | Completion momentum - 4 tasks done]

Session Metrics:
- Exchanges this session: 22
- Realm transitions: 5
- Time in current realm: 6 exchanges
- Flow quality: Strong execution

Clean execution mode - you're completing tasks efficiently.
Each completion creates a liveline for what comes next.

Flow Quality Assessments

  • Balanced - Natural progression through realms, appropriate time in each
  • Extended assessment - Long time in Assess, may need transition support
  • Extended decision - Weighing options thoroughly, commitment approaching
  • Strong execution - Active completion, good momentum
  • Rapid transitions - Moving quickly between realms, high energy
  • Stuck pattern - Circular exploration or decision avoidance detected

Read the full file on GitHub · 107 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. 11d ago First seen · 107 lines · 0 tokens per session scan A 7e35ae7c4e2f

Subscribe to this mod's changes

add-status is a skill published in the GitHub repository dragosroua/claude-assess-decide-do-mega-prompt (79 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 656 tokens. 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.

Related

Other skills, from other repositories

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens

hyperframes-core

The HyperFrames composition contract — build one renderable project. Use for composition structure, the data- timing attributes, class="clip", tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Also covers Tailwind projects and the STORYBOARD.md / SCRIPT.md…

heygen-com/hyperframes · 77 tokens

horse-integration-tests

Guide for writing automated integration tests for Horse endpoints using DUnit/DUnitX and THTTPClient.

HashLoad/horse · 25 tokens

prompt-design

Design MCP prompts to expose reusable prompt templates. Use when creating parameterized prompts in xmcp.

basementstudio/xmcp · 22 tokens