status

status is a cursor rule for Cursor from VoTruongDanh/Skills-Agent. It costs 51 tokens per session (673 once invoked), scanned A, original, MIT.

A project-status rule that summarizes progress, working parts, unfinished work, risks, and priorities using the project's memory file and repository.

In plain words
What is it for?
Use it for status reports, progress snapshots, repository overviews, technical-debt checks, and tracking outstanding work.
Why use it?
It gives the agent a consistent source for understanding where the project stands instead of relying only on recent chat messages.

Cursor rule for Cursor

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 rules/votruongdanh/skills-agent/status
Clone the repo
git clone --depth 1 https://github.com/VoTruongDanh/Skills-Agent

Made for: Cursor.

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/rules/votruongdanh/skills-agent/status.svg)](https://agentmods.dev/rules/votruongdanh/skills-agent/status)
Your own site
<a href="https://agentmods.dev/rules/votruongdanh/skills-agent/status"><img src="https://agentmods.dev/badge/rules/votruongdanh/skills-agent/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 673 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.00051 $0.00673
Opus 5 $0.00026 $0.00336
Sonnet 5 $0.00010 $0.00135
Haiku 4.5 $0.00005 $0.00067

Measured today against content hash 9b7c825fbcc1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 today.

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.

.cursor/rules/status.mdc · 65 lines

How it starts

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

Memory Protocol

START: Read .ai-memory.md from project root. This is the PRIMARY source for status — check all recorded history, decisions, tasks, bugs, and milestones. END: Update .ai-memory.md using Memory Compaction Rules with: status snapshot, what's working, gaps, risks, and priorities.

Goal

Summarize where things stand right now, leveraging the memory file for deep context.

Agent Routing

  • For project health overview → read .kiro/skills/agents/agents/project-planner.md and apply its knowledge
  • For multi-workstream status → read .kiro/skills/agents/agents/orchestrator.md and apply its knowledge
  • For technical debt assessment → read the relevant specialist agent file based on domain

Workflow

  1. Read Memory — Load .ai-memory.md as the primary context source.
  2. Inspect the repository, relevant files, and any recent context from the chat.
  3. Summarize what already exists.
  4. Identify gaps, risks, TODOs, and likely next priorities.
  5. Present a concise health/status view.
  6. Update Memory — Save current status snapshot to .ai-memory.md.

Output format

  • Current state (from memory + repo scan)
  • What is working
  • What is incomplete
  • Risks or blockers
  • Recent changes (from memory)
  • Recommended next step

Checklist

  • Memory file read for historical context

  • Repository scanned for current state

  • Working features identified

  • Gaps and incomplete items listed

  • Risks or blockers flagged

  • Next priority recommended

  • Memory file updated with status snapshot

  • Clean code chuẩn (Standard clean code applied)

  • Cập nhật đầy đủ tất cả các file liên quan (All related files fully updated)

Rules

  • Be specific and evidence-based.
  • Separate facts from inference.
  • Do not recommend broad refactors without confirming scope; ASK if the fix would touch many areas.
  • Always read and update the memory file.

Quality Gate

After completing, read .kiro/skills/_scripts/verify-all.md for full project verification checklist.

Read the full file on GitHub · 65 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. today Changed · +3 lines 9b7c825fbcc1
  2. 5d ago First seen · 62 lines · 51 tokens per session scan A 09e4f3f711ab

Subscribe to this mod's changes

status is a cursor rule published in the GitHub repository VoTruongDanh/Skills-Agent (2 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 673 once invoked, about $0.0003 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.