https://github.com/yurukusa/cc-standup
AI-generated daily standup from Claude Code proof-log files
https://github.com/yurukusa/cc-standup
ai browser claude claude-code developer-tools productivity
Last synced: 3 months ago
JSON representation
AI-generated daily standup from Claude Code proof-log files
- Host: GitHub
- URL: https://github.com/yurukusa/cc-standup
- Owner: yurukusa
- License: mit
- Created: 2026-02-28T14:26:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-28T23:07:11.000Z (4 months ago)
- Last Synced: 2026-02-28T23:35:46.622Z (4 months ago)
- Topics: ai, browser, claude, claude-code, developer-tools, productivity
- Language: HTML
- Homepage: https://yurukusa.github.io/cc-standup/
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cc-standup
**AI-generated daily standup from Claude Code proof-log files.**
Reads `~/ops/proof-log/YYYY-MM-DD.md` and outputs a copy-paste-ready standup in plain text, Slack format, or tweet format.
```bash
$ npx cc-standup
📋 AI Standup — 2026-02-27 (Fri)
✅ Yesterday's work:
• nursery-shift — 5h 40m | 48 sessions | +9,636 lines
• cc-loop — 1h 12m | 15 sessions | +2,104 lines
📊 Total: 6h 52m | 63 sessions | +11,740 lines | 86 files
🔜 Continuing: nursery-shift, cc-loop
Generated by cc-standup
```
## Install & run
```bash
# Yesterday's standup (plain text)
npx cc-standup
# Slack-formatted (bold, code blocks)
npx cc-standup --format slack
# Tweet-length summary
npx cc-standup --format tweet
# Specific date
npx cc-standup --date 2026-02-27
# Custom log directory
npx cc-standup --dir ~/my-proof-logs
```
## Ghost Day support
If the AI worked autonomously and there's no proof-log for that date:
```
📋 AI Standup — 2026-02-26 (Thu)
👻 Ghost Day — AI worked autonomously. No sessions logged.
```
## Requirements
- Node.js 18+
- `~/ops/proof-log/YYYY-MM-DD.md` files (from Claude Code proof-log hooks)
## Options
```
--date YYYY-MM-DD Report on specific date (default: yesterday)
--dir PATH Proof-log directory (default: ~/ops/proof-log)
--format FORMAT Output format: plain, slack, tweet (default: plain)
```
## Part of cc-toolkit
One of 36 free tools for understanding your Claude Code usage.
→ [yurukusa.github.io/cc-toolkit](https://yurukusa.github.io/cc-toolkit/)
## License
MIT