aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Context recovery after session breaks. Summarize recent git changes, extract key decisions, and identify pending work.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/catchupContext preview
What this command does when you run it.
Context recovery after session breaks. Summarize recent git changes, extract key decisions, and identify pending work.
name: catchup description: Context recovery after session breaks. Summarize recent git changes, extract key decisions, and identify pending work. usage: /catchup [baseline]
Rapidly acquires context on recent changes using imbue's catchup methodology: confirm context, capture delta, extract insights, and record follow-ups.
Invoke `Skill(imbue:catchup)`, which carries the four-step methodology, the output format and its sections, and the token-conservation rules.
# Catchup from last known state /catchup # Catchup from specific baseline /catchup HEAD~10 # Catchup from date /catchup --since "2 days ago"
/catchup # Output: # Catchup Summary # =============== # Scope: feature/payments branch # Baseline: main (merge-base) # Current: HEAD (15 commits ahead) # # Key Changes: # - Payment processing overhaul (12 files) # - New Stripe integration (3 files) # - Test coverage additions (8 files) # # Follow-ups: # - [ ] Review Stripe API key handling # - [ ] Verify webhook endpoint security /catchup --since "1 week ago" # Week-based catchup with date filtering
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.