status

status is a skill for Claude Code from Master0fFate/parallax-claudecode. It costs 20 tokens per session (250 once invoked), scanned A, original, MIT.

A command for reporting the current Claude session's Parallax status, including its progress gates, verification attempts, and trace information. Parallax is the session system named in the input.

In plain words
What is it for?
Use it to inspect the active mode, write gate, verification result, project root, changed files, trace evidence, and doctor findings. It requires the current session ID.
Why use it?
It gathers session details in a defined order, helping identify whether work is blocked and what recovery action is available. It avoids relying on another session's state.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the parallax-claudecode plugin — 9 skills, 1 command, 4 agents, 12 hooks, 1 MCP server shipped together

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/master0ffate/parallax-claudecode/status
Any agent
npx skills add Master0fFate/parallax-claudecode --skill status
Clone the repo
git clone --depth 1 https://github.com/Master0fFate/parallax-claudecode

Made for: Claude Code.

Or install parallax-claudecode, the plugin that ships this one along with the rest of its 9 skills, 1 command, 4 agents, 12 hooks, 1 MCP server.

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 status

README.md
[![agentmods](https://agentmods.dev/badge/skills/master0ffate/parallax-claudecode/status.svg)](https://agentmods.dev/skills/master0ffate/parallax-claudecode/status)
Your own site
<a href="https://agentmods.dev/skills/master0ffate/parallax-claudecode/status"><img src="https://agentmods.dev/badge/skills/master0ffate/parallax-claudecode/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 250 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.1 $0.00020 $0.00250
Opus 5 $0.00010 $0.00125
Sonnet 5 $0.00004 $0.00050
Haiku 4.5 $0.00002 $0.00025

Measured 5d ago against content hash 8818e0af012e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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 5d 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/status/SKILL.md · 22 lines

What it actually says

Status

Call parallax_health with the current Claude session ID and parallax_doctor with format: "markdown". Do not inspect or borrow another session.

Report, in this order:

  1. active mode and completed/next protocol checkpoint;
  2. write-gate state and verification retries remaining;
  3. latest verification command, result, and discovered project root;
  4. changed files and trace/coherence evidence;
  5. a single actionable recovery step when blocked.
  6. package/native registration, entrypoint, configuration, storage, lock, queue, and role-permission doctor findings.

Keep the response compact. Distinguish persisted facts from unavailable data. If session selection is ambiguous, list the tool's candidate IDs and explain that an explicit ID is required; never guess.

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. 5d ago First seen · 22 lines · 20 tokens per session scan A 8818e0af012e

Subscribe to this mod's changes

status is a skill published in the GitHub repository Master0fFate/parallax-claudecode (0 stars, last pushed 13d ago), licensed MIT. It adds 20 tokens to every session and 250 once invoked, about $0.0001 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

define

Manifest builder. Turns shared understanding into a verifiable Manifest with Deliverables, Acceptance Criteria, Global Invariants, and an Initial Approach. Use when planning features, scoping refactors, debugging complex issues, or when the user asks to define, scope, plan, spec out, make a manifest, or break down a…

doodledood/manifest-dev · 68 tokens

skeptical-triage

Reusable 3-round self-challenge + arbiter pattern for filtering false positives from findings/verdicts. Use when the cost of a false-positive gate block exceeds the cost of 4 extra LLM turns.

avelikiy/great_cto · 49 tokens

vertical-real-estate

Residential-proptech domain knowledge so architect / pm aren't naive when speccing real-estate products (listings, lead-crm, transaction-coordination, property-mgmt). Codifies MLS/IDX reality, listing status lifecycle + syndication canonical-source, long-cycle lead nurture, transaction-coordination as the high-pain…

avelikiy/great_cto · 99 tokens

product-economics

Does this product make money at a price someone will pay? Forces contribution margin, a price with a stated basis, and a bottom-up market size — each number labelled measured / assumed / unknown, so a guess can never be read as a calculation.

avelikiy/great_cto · 55 tokens

check-pr

Read-only inspection of a single GitHub PR lifecycle — checks CI, review threads, description sync, and mergeability, and returns PASS or FAIL with per-gate findings. Never invokes the merge button. Use when verifying a PR is ready to merge, polling lifecycle progress, checking mergeability, or babysitting a GitHub PR…

doodledood/manifest-dev · 74 tokens

anti-patterns

Catalogue of known SDLC anti-patterns that greatcto agents must actively reject when reviewing architecture, plans, code, or post-mortems. Used by architect (pre-impl), pm (planning), senior-dev (impl), l3-support (post-incident).

avelikiy/great_cto · 59 tokens