status

status is a command for Claude Code from ozgurkarahan/ai-agent-memory. It costs 0 tokens per session (685 once invoked), scanned A, original, MIT.

A command definition for creating a 30-second briefing about a software project. It tells the agent to inspect the technology stack, folder structure, key files, architecture, project history, recent changes, and current uncommitted work.

In plain words
What is it for?
Use it when the user types /status to review a project's code, commits, changed files, branches, and current working state.
Why use it?
It gives a consistent way to understand an unfamiliar project without reading the whole codebase. It brings technical structure, recent development, and unfinished local changes into one summary.

Command for Claude Code

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 commands/ozgurkarahan/ai-agent-memory/status
Clone the repo
git clone --depth 1 https://github.com/ozgurkarahan/ai-agent-memory

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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/ozgurkarahan/ai-agent-memory/status.svg)](https://agentmods.dev/commands/ozgurkarahan/ai-agent-memory/status)
Your own site
<a href="https://agentmods.dev/commands/ozgurkarahan/ai-agent-memory/status"><img src="https://agentmods.dev/badge/commands/ozgurkarahan/ai-agent-memory/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 685 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.00000 $0.00685
Opus 5 $0.00000 $0.00342
Sonnet 5 $0.00000 $0.00137
Haiku 4.5 $0.00000 $0.00068

Measured 5d ago against content hash 3e5d1084537f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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.

project-template/.claude/commands/status.md · 79 lines

How it starts

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

/status — Project Briefing

When the user types /status, produce a 30-second situational-awareness briefing on this project so they can get up to speed instantly.

Gather information from all the sources below in parallel, then produce a single structured briefing.

1. Codebase analysis

  • Tech stack: languages, frameworks, key dependencies (check package.json, requirements.txt, pyproject.toml, *.csproj, Cargo.toml, go.mod, pom.xml, etc.)
  • Folder structure: high-level tree (max 2 levels deep)
  • Entry points / key files: config files, main modules
  • Architecture patterns: monolith / microservices, API style (REST / GraphQL / gRPC), state management
  • Size: approximate source files + LOC

2. Project history

  • Read AGENT.md for the project overview and objectives
  • git log --oneline --since="2 weeks ago" — recent activity
  • git log -5 --format="%h %s (%ar)" — last 5 commits with relative dates
  • git log --oneline --all | tail -5 — earliest commits (for context)

3. Last modifications

  • git diff --stat HEAD~3 (if enough commits exist) — what files changed recently
  • git status — uncommitted work in progress
  • git branch -a — open branches
  • git stash list — stashed work

4. Deployment status

Check for deployment indicators:

  • Azure (azd): azure.yaml, .azure/, infra/*.bicep
  • GitHub Actions: .github/workflows/
  • Docker: Dockerfile, docker-compose.yml
  • Other CI/CD: .gitlab-ci.yml, Jenkinsfile, .circleci/, bitbucket-pipelines.yml
  • Git tags: git tag --sort=-creatordate | head -5

If no deployment config is found, say "No deployment configuration detected".

5. Current state

  • Current branch and its relation to main / master
  • Uncommitted changes / stashed work
  • Open TODO, FIXME, HACK count in source files

Output format

## 🔍 Project Status: {project name}

### Tech Stack
{languages, frameworks, key deps — one line each}

### Architecture
{folder overview + patterns — brief}

### History
- **Created:** {first commit date}
- **Total commits:** {count}
- **Recent activity:** {last 2 weeks summary}

### Last 5 Changes
{table: hash | message | when}

### Deployment
{deployment config + last deploy info if known}

### Current State
- **Branch:** {current branch}
- **Uncommitted work:** {yes/no + summary}
- **Open TODOs:** {count}

### Key Takeaways
{2-3 bullets — what's the most important thing to know right now}

Read the full file on GitHub · 79 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. 5d ago First seen · 79 lines · 0 tokens per session scan A 3e5d1084537f

Subscribe to this mod's changes

status is a command published in the GitHub repository ozgurkarahan/ai-agent-memory (8 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 685 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-31.