[DEPRECATED] This marketplace has moved to giwonn/giwonn-plugins. Please run: /plugin marketplace remove giwonn-plugins && /plugin marketplace add giwonn/giwonn-plugins
npx claudepluginhub giwonn/claude-daily-reviewAuto-capture conversations for daily review and career documentation
No description available.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Claude Code plugin that automatically captures your conversations and generates structured review markdown files in your Obsidian vault or GitHub repository.
Turn your daily AI-assisted development work into career documentation — on demand.
/generate)From terminal:
claude plugin marketplace add giwonn/claude-daily-review
claude plugin install claude-daily-review@giwonn-plugins
From Claude Code:
/plugin marketplace add giwonn/claude-daily-review
/plugin install claude-daily-review@giwonn-plugins
On first run, you'll be prompted to configure the plugin. Or run manually:
/daily-review-setup
This will ask for:
Session end → Raw log + git commits saved automatically (async, non-blocking)
Session start → Missing logs recovered from transcripts
/generate → AI generates reviews from raw logs on demand
Use /generate with natural language to control what gets generated:
/generate → Generate all missing reviews
/generate yesterday's review → Daily review for yesterday
/generate last week's weekly summary → Weekly summary for last week
/generate Q1 review → Quarterly summary for Q1
/generate my-app project March review → March review filtered to my-app
/generate March 1-15 → Daily reviews for date range
When no arguments are given, it generates all reviews that haven't been created yet (incremental mode).
When you make git commits during a session, the plugin automatically:
When you choose GitHub as your storage backend, the plugin authenticates using the OAuth Device Flow — no personal access tokens required.
https://github.com/login/device and enter the codeAfter authenticating, you can either:
Files are read and written via the GitHub Contents API. Each review file is committed directly to the repository as a markdown file, using the same folder structure as local storage. No local git installation is required.
Profile, language, and period settings are saved as .config.json in the repo, so other machines can restore them automatically after authentication.
daily-review/
├── daily/2026-03-28.md ← Daily review (all projects)
├── weekly/2026-W13.md ← Weekly summary
├── monthly/2026-03.md ← Monthly summary
├── quarterly/2026-Q1.md ← Quarterly summary
├── yearly/2026.md ← Yearly summary
├── projects/my-app/
│ ├── 2026-03-28.md ← Project daily detail
│ └── summary.md ← Cumulative project summary
└── uncategorized/2026-03-28.md ← Non-project questions