claude-scaffold: Agent for Claude Code

.claude/agents/project-status-reporter.md

project-status-reporter is an agent for Claude Code from pyramidheadshark/claude-scaffold. It costs 19 tokens per session (642 once invoked), scanned A, original, MIT.

An agent that creates a project status report by examining code, tests, Git history, and project documentation.

In plain words
What is it for?
Preparing sprint or milestone updates, stakeholder reports, demos, or handoffs.
Why use it?
It gathers progress, test, coverage, and code-quality information into one report for others to review.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions Claude Code.

This is pyramidheadshark/claude-scaffold's own configuration. It tells Claude Code how to work on claude-scaffold 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-scaffold configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pyramidheadshark/claude-scaffold. 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/pyramidheadshark/claude-scaffold/main/.claude/agents/project-status-reporter.md
Clone the repo
git clone --depth 1 https://github.com/pyramidheadshark/claude-scaffold

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 project-status-reporter

README.md
[![agentmods](https://agentmods.dev/badge/agents/pyramidheadshark/claude-scaffold/project-status-reporter/github.svg)](https://agentmods.dev/agents/pyramidheadshark/claude-scaffold/project-status-reporter)
Your own site
<a href="https://agentmods.dev/agents/pyramidheadshark/claude-scaffold/project-status-reporter"><img src="https://agentmods.dev/badge/agents/pyramidheadshark/claude-scaffold/project-status-reporter/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 project-status-reporter

Your own site · 80×15
<a href="https://agentmods.dev/agents/pyramidheadshark/claude-scaffold/project-status-reporter"><img src="https://agentmods.dev/badge/agents/pyramidheadshark/claude-scaffold/project-status-reporter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 642 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.00019 $0.00642
Opus 5 $0.00010 $0.00321
Sonnet 5 $0.00004 $0.00128
Haiku 4.5 $0.00002 $0.00064

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

Security

Grade A, and why

project-status-reporter 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/agents/project-status-reporter.md · 101 lines

How it starts

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

Agent: project-status-reporter

Purpose

Generates a comprehensive project status report by analyzing code, tests, git history, and dev/status.md. Produces a structured report suitable for sharing with a client or team.

When to Use

At the end of a development sprint or milestone. When a stakeholder requests a progress update. Before a demo or handoff.

Information Sources

The agent reads from all of these:

  • dev/status.md — current phase, backlog, known issues
  • design-doc.md — original requirements and scope
  • git log --oneline — recent commit history
  • uv run pytest --co -q — test inventory
  • uv run pytest --cov=src -q — coverage stats
  • uv run ruff check . --statistics — code quality status
  • src/ directory structure — what has been built

Output Format

# Project Status Report: {Project Name}

**Date**: {date}
**Phase**: {current phase}
**Overall status**: 🟢 On track / 🟡 At risk / 🔴 Blocked

---

## Summary

{2-3 sentences describing where the project is and what was accomplished.}

---

## Completed Since Last Report

{List derived from git log and checked-off backlog items}
- {commit or task}

---

## Current State

### Code Coverage
- Overall: {N}%
- `core/`: {N}%
- `services/`: {N}%

### Test Status
- Total tests: {N}
- Passing: {N}
- Failing / xfail: {N}

### Code Quality
- Ruff: {clean / N issues}
- Mypy: {clean / N errors}

---

## What's Next

{Top 3 items from backlog, with estimated effort}
1. {task} — {S/M/L}
2. {task} — {S/M/L}
3. {task} — {S/M/L}

---

## Open Issues

{From "Known Issues" in status.md — only unresolved ones}
- {issue}: {current status}

---

## Risks

{Any items that could delay the project}
- {risk}: {mitigation}

Instructions for Claude Code

  1. Run all shell commands first — collect actual data before writing the report
  2. Do not fabricate metrics — if a command fails, note "not available" for that metric
  3. Derive "Completed Since Last Report" from git log between last report date and now
  4. Derive "Open Issues" from status.md — only include unresolved items
  5. Keep the Summary factual and specific — no marketing language
  6. After generating, save the report to dev/reports/{YYYY-MM-DD}-status.md
  7. Update dev/status.md with the report generation date in the Next Session Plan

Read the full file on GitHub · 101 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 · 101 lines · 19 tokens per session scan A 0d4b62518f29

Subscribe to this mod's changes

project-status-reporter is an agent published in the GitHub repository pyramidheadshark/claude-scaffold (4 stars, last pushed 4mo ago), licensed MIT. It adds 19 tokens to every session and 642 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.