From cryptozavr
Use at the end of a cryptozavr research session (or when the user asks "wrap up" / "what did we do"). Produces a disciplined 3-bullet summary — artifacts produced, decisions made, what's next — so the next session starts warm.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cryptozavr:post-session-reflectionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user signals the session is winding down (phrases
Use this skill when the user signals the session is winding down (phrases like "wrap up", "what did we do", "summarize", "done for today"), or immediately after a multi-tool research collage that warrants a recap.
- **Produced**: <artifacts — tool outputs, files, commits, plan docs>
- **Decided**: <non-obvious choices made this session, with the reason>
- **Next**: <explicit next step, owner, and trigger condition>
- **Produced**: `MetricsDecorator` + `HealthMonitor` (commits b7c6991, bb1b8aa) and 24 new unit tests in `tests/unit/observability/`.
- **Decided**: Prometheus-compatible dict snapshot over text format for now — keeps the surface JSON-serialisable until we add the HTTP endpoint in Phase 2.
- **Next**: Wire `HealthMonitor.start()` into `build_production_service` and expose `venue_health_check_total` via `/cryptozavr:health` when Supabase is reachable again.
venue-debug instead).feature-dev skill's plan format there.npx claudepluginhub evgenygurin/cryptozavr --plugin cryptozavrCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.