status

A project-status command that checks a code repository and its supporting project notes. The supplied description is in Chinese and lists checks for Git, a memory bank, dependencies, environment settings, components, and conflicts.

In plain words
What is it for?
It is used to run a basic status check or a fuller diagnosis, including component counts and conflict detection; the listed options are no parameters, --full, and --conflicts.
Why use it?
It brings several routine health checks into one report, so problems such as uncommitted changes, missing dependencies, or plugin conflicts are easier to spot.

Command

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/xiaobei930/cc-best/status
Clone the repo
git clone --depth 1 https://github.com/xiaobei930/cc-best
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 744 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.00006 $0.00744
Opus 5 $0.00003 $0.00372
Sonnet 5 $0.00001 $0.00149
Haiku 4.5 $0.00001 $0.00074

Measured 2d ago against content hash 610af5a42901, 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 2d 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.

commands/status.md · 113 lines

What it actually says

/status - 项目状态与诊断

检查项目整体状态,提供健康诊断和改进建议。

参数

参数 说明
(无参数) 基本状态检查
--full 完整诊断,包括 CC-Best 组件统计
--conflicts 检测与其他插件的冲突

检查项目

执行以下检查并生成状态报告:

1. Git 状态

  • 当前分支名称
  • 未提交的更改数量
  • 与远程的同步状态
  • 最近一次提交信息

2. Memory Bank 状态

  • progress.md 行数(超过 300 行提醒归档)
  • 最后更新时间
  • 是否存在未完成任务

3. 依赖状态

  • Python 依赖(requirements.txt / pyproject.toml)
  • Node.js 依赖(package.json)
  • 是否有过期或缺失的依赖

4. 环境配置

  • 必要的环境变量是否已设置
  • .env 文件是否存在

5. CC-Best 组件统计(--full)

扫描并统计项目组件:

📊 CC-Best 组件统计
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Commands:  44 个 (commands/*.md)
Skills:    19 个 (skills/*/SKILL.md)
Agents:     8 个 (agents/*.md)
Hooks:     30 个 (scripts/node/hooks/*.js)
Rules:     43 个 (rules/**/*.md)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

6. 插件冲突检测(--conflicts)

检查是否存在与其他插件的潜在冲突:

⚠️ 潜在冲突检测
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
检测到 Superpowers 插件:
  - SessionStart hooks 可能冲突
  - 建议:CC-Best 用于团队工作流,Superpowers 用于 git 自动化

检测到 code-review 插件:
  - 与 code-reviewer agent 功能重叠
  - 建议:可共存,agent 做快速检查,插件做深度分析
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

输出格式

📊 项目状态报告
═══════════════════════════════════════

🌿 Git 状态
  分支: main
  最近提交: abc1234 - feat: add login
  工作区: 2 个文件未提交

📝 Memory Bank
  progress.md: 150 行 ✅
  最后更新: 2026-01-27

📦 依赖
  Node.js: ✅ 已安装
  Python: ⚠️ 未检测到 requirements.txt

═══════════════════════════════════════

💡 建议:
  (如有问题会列出改进建议)

使用场景

  • 开始工作前检查项目状态
  • 排查问题时快速了解环境
  • 确认部署前的准备状态
  • 诊断配置问题
  • 检测插件冲突(--conflicts

记住: Status 是快速诊断工具——30 秒了解项目全貌,比翻阅多个文件高效得多。

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. 2d ago First seen · 113 lines · 6 tokens per session scan A 610af5a42901

Subscribe to this mod's changes

status is a command published in the GitHub repository xiaobei930/cc-best (50 stars, last pushed 2mo ago), licensed MIT. It adds 6 tokens to every session and 744 once invoked, about $0.0000 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-30.