t00-pj-status

t00-pj-status is a command for Claude Code from maysunAI/T00-zh. It costs 26 tokens per session (273 once invoked), scanned A, original, MIT.

A command that reads project files and lists the status and next step for each active project. You can also request a detailed to-do list for one project.

In plain words
What is it for?
Use it to review active projects, see their current state and next action, or inspect one project's pending work.
Why use it?
It removes the need to open several project files and assemble a status overview by hand.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

Good fit Use it to review active projects, see their current state and next action, or inspect one project's pending work.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/maysunai/t00-zh/t00-pj-status
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.

Clone the repo
git clone --depth 1 https://github.com/maysunAI/T00-zh

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 t00-pj-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-pj-status/github.svg)](https://agentmods.dev/commands/maysunai/t00-zh/t00-pj-status)
Your own site
<a href="https://agentmods.dev/commands/maysunai/t00-zh/t00-pj-status"><img src="https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-pj-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 t00-pj-status

Your own site · 80×15
<a href="https://agentmods.dev/commands/maysunai/t00-zh/t00-pj-status"><img src="https://agentmods.dev/badge/commands/maysunai/t00-zh/t00-pj-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 273 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.00026 $0.00273
Opus 5 $0.00013 $0.00137
Sonnet 5 $0.00005 $0.00055
Haiku 4.5 $0.00003 $0.00027

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

Security

Grade A, and why

t00-pj-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.

AI00_Common/.claude/commands/t00-pj-status.md · 38 lines

What it actually says

/t00-pj-status — 查询所有项目状态

快速列出当前所有活跃项目的状态和下一步。

使用方式

/t00-pj-status
/t00-pj-status pj90

执行步骤

  1. 读取 F:\T00\AI00_Common\projects\PROJECTS_INDEX.md

  2. 对每个「当前活跃项目」:

    • 读取 PJxx_xxx/CLAUDE.md 的状态行
    • 读取 PJxx_xxx/REQUIREMENTS.md(如存在)
    • 检查是否有 FUTURE_FEATURES.md
  3. 输出格式:

项目状态总览(更新时间:YYYY-MM-DD)

PJ## | 项目名 | 状态 | 下一步
-----|--------|------|------
PJ90 | MyAI   | 开发中 | 加闹钟功能
PJ20 | 認知症 | MVP完成 | 测试邮件功能
...

如果指定了项目(如 /t00-pj-status pj90),输出该项目的详细待办清单。

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 · 38 lines · 26 tokens per session scan A c82a7b12438b

Subscribe to this mod's changes

t00-pj-status is a command published in the GitHub repository maysunAI/T00-zh (2 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 273 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.