aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Summarize recent git history since a baseline with structured analysis of what changed, why, and what to watch for.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/git-catchupContext preview
What this command does when you run it.
Summarize recent git history since a baseline with structured analysis of what changed, why, and what to watch for.
name: git-catchup description: Summarize recent git history since a baseline with structured analysis of what changed, why, and what to watch for. usage: /git-catchup [baseline]
To review changes, load the required skills in order:
1. Run `Skill(sanctum:git-workspace-review)` to capture the Git repository context (branch, status, diffs). 2. Run `Skill(imbue:catchup)` and work through its `TodoWrite` items (context confirmed, delta captured, insights extracted, follow-ups recorded).
The `imbue` catchup methodology applies to Git contexts as follows:
**Context Confirmation:**
**Delta Capture:**
**Insight Extraction:**
**Follow-up Recording:**
If skills cannot be loaded, run these commands manually:
pwd git status -sb git diff --stat main...HEAD # Or an appropriate base git diff --name-only main...HEAD
For each important file:
Close with an overall summary and any follow-ups.
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.