---
name: status
description: "Show CCS index status — files, symbols, staleness, and engine health"
category: context
tags: [check, health, staleness]
depends-on: [init]
input: "none"
output: "index status report"
token-estimate: 500
parallel-safe: true
argument-hint: ""
user-invocable: true
allowed-tools: Read, Bash
model: claude-sonnet-4-6
context: inline
agent: general-purpose
---

# Status — Engine-Powered Index Check

Show the current state of the CCS index.

## Index Stats (auto-generated by engine)

!`ccs stats 2>/dev/null || node "$HOME/.claude/skills/_ccs/engine/cli.js" stats 2>/dev/null || echo "No index found. Run /ccs-init first."`

## Report to User

Present the engine stats above. Key things to highlight:
- Whether the index exists and when it was last updated
- Total files, lines, and symbols indexed
- Top files by centrality (most important to the codebase)
- If the index seems stale (older than the most recent git commit), suggest `/ccs-init`

---
*codebase-context-skill v2.0.0*
