janitor-tokens

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Context Window Token Cost (Deprecated Alias)

上下文窗口Token消耗(已废弃别名)

Renamed in v1.3. Token cost and usage tracking are now merged into one view:
/janitor-value
. The combined report sorts by waste (heavy + unused first), which is more actionable than tokens alone. This alias will be removed in v1.4.
When invoked, run
/janitor-value
and mention the rename in one short line at the top.
在v1.3版本中已重命名。 Token消耗统计与使用情况追踪现已合并为一个视图:
/janitor-value
。合并后的报告按资源浪费程度排序(先展示资源消耗大且未使用的项),相比单纯的Token统计更具实用性。此别名将在v1.4版本中移除。
调用此功能时,请运行
/janitor-value
,并在顶部用一行简短文字提及重命名事项。

How to Run

运行方式

bash
bash ~/.claude/skills/skills-janitor/scripts/value.sh [--budget N] [--weeks N] [--json]
bash
bash ~/.claude/skills/skills-janitor/scripts/value.sh [--budget N] [--weeks N] [--json]

Migration

迁移说明

  • Token cost only → still available;
    value.sh
    includes the same token table plus usage cross-reference
  • JSON output → same
    --json
    flag works on
    value.sh
  • 仅查看Token消耗 → 仍可实现;
    value.sh
    包含原有的Token统计表格,同时新增了使用情况交叉引用
  • JSON输出 →
    value.sh
    同样支持
    --json
    参数

Related Skills

相关技能

  • /janitor-value
    — the new combined view
  • /janitor-report
    — full health check
  • /janitor-fix --prune
    — remove broken or unused skills
  • /janitor-value
    — 全新的整合视图
  • /janitor-report
    — 完整健康检查
  • /janitor-fix --prune
    — 移除损坏或未使用的Skill