{
  "markdown": "# Standup Logger\n\nA Claude Code plugin that automatically logs your daily work and generates ready-to-speak standup summaries.\n\n## Features\n\n- **Auto-logging**: SessionEnd hook captures a placeholder entry when you forget to log before exiting\n- **Jira integration**: Automatically extracts Jira ticket IDs from git branch names and commit messages\n- **Multi-project**: Multiple projects append to the same daily file\n- **Monday-aware**: Weekend standups combine Friday, Saturday, and Sunday entries\n- **Spoken-ready**: Output is formatted for a 30-second standup update\n\n## Commands\n\n### `/standup-log`\nLogs the current session's work to `~/.claude/standup/YYYY-MM-DD.md`. Auto-triggers when you wrap up a session (say \"done\", \"bye\", etc.) or invoke manually anytime.\n\n### `/standup`\nReads yesterday's and today's log files and generates a standup summary with:\n- **Yesterday** — what you accomplished (grouped by project)\n- **Today** — what you're planning\n- **Blockers** — prompts you to mention any\n\n## How it works\n\n### Log format\n```markdown\n# 2026-03-16\n\n## web-dashboard (14:30)\n- PROJ-142: Added dark mode toggle to settings page\n- PROJ-142: Fixed navbar contrast in dark theme\n\n## api-server (16:45)\n- PROJ-198: Migrated user endpoints from REST to GraphQL\n```\n\n### SessionEnd hook\nWhen a session ends without `/standup-log` being run, the hook appends a placeholder:\n```markdown\n## my_project (18:30)\n- PROJ-142: (session ended without logging — fill in next session)\n```\n\nThis ensures you always have *something* in your standup file, even if you forgot to log.\n\n## Installation\n\n### From GitHub (recommended)\n\n```bash\n# 1. Add the marketplace source\nclaude plugins marketplace add https://github.com/mohitgoel188/standup-logger.git --scope user\n\n# 2. Install the plugin (user scope so it's available across all projects)\nclaude plugins install standup-logger@mohitgoel188-standup-logger --scope user\n\n# 3. Restart Claude Code to activate hooks\n```\n\n### From registry (if published)\n\n```bash\nclaude plugins install standup-logger --scope user\n```\n\n## Uninstall\n\n```bash\nclaude plugins uninstall standup-logger@mohitgoel188-standup-logger --scope user\n```\n\n## Configuration\n\n### Extend SessionEnd hook timeout (optional)\nAdd to your environment if the default 1.5s is too short:\n```bash\nexport CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS=5000\n```\n\n## Requirements\n\n- Claude Code v2.0+\n- Git (for branch name / commit Jira ID extraction)\n- Bash (for the SessionEnd hook script)\n\n## License\n\nMIT\n",
  "bytes": 2501,
  "sha": "93018c90ef98947f1b5e42bf3d8a748e4170fd8f1a007def88ad5b3f2e0e178b",
  "repo_slug": "mohitgoel188/standup-logger",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mohitgoel188_standup_logger_standup_logg_abae923f/readme"
}