wigtn

Timelens Status — Development skill for Claude Code

Development community

Report the current TimeLens build status.

How to install Timelens Status

Installs to ~/.claude/commands/wigtn-wigtn-timelens-timelens-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wigtn/wigtn-timelens/HEAD/.claude/commands/timelens-status.md -o ~/.claude/commands/wigtn-wigtn-timelens-timelens-status.md

Restart Claude Code, or start a new session, for it to be picked up.

What Timelens Status does

Report the current TimeLens build status.

Steps

  1. Read PROGRESS.md and summarize:
    • Current active part
    • Last session date
    • Overall completion ratio (checked / total items)
  2. Run git status --short to show uncommitted changes
  3. Run npx tsc --noEmit 2>&1 | tail -5 to check TypeScript error count (if tsc available)
  4. Display per-part completion:
    • Part 5 (Infra): X/Y complete
    • Part 1 (Core): X/Y complete
    • Part 2 (Curator UI): X/Y complete
    • Part 3 (Restorati

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • HTML Report — /html-report - Generate Application Tracker Dashboard 36.6k ★
  • KPI — PUA KPI 报告卡 — 生成段位和绩效报告 19.5k ★

Full documentation available on GitHub

View Source Repository