aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Convert the current session's work into a shareable blog post, case study, or social thread.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/session-to-postContext preview
What this command does when you run it.
Convert the current session's work into a shareable blog post, case study, or social thread.
name: session-to-post description: Convert the current session's work into a shareable blog post, case study, or social thread.
Convert the current session's work into a shareable blog post, case study, or social thread.
/session-to-post [format] [options]
| Argument | Description | |----------|-------------| | `format` | Output format: `blog` (default), `case-study`, `thread` |
| Option | Description | |--------|-------------| | `--output` | Output file path (default: `docs/posts/`) | | `--since` | Git ref or date for session start (default: last 20 commits) | | `--record` | Generate scry recordings: `terminal`, `browser`, `both`, `none` (default: `none`) | | `--verify` | Run proof-of-work on all claims (default: true) |
1. Invoke `Skill(scribe:session-to-post)` to run the full pipeline 2. If `--record terminal`: invoke `Skill(scry:vhs-recording)` for test/build GIFs 3. If `--record browser`: invoke `Skill(scry:browser-recording)` for app demo GIFs 4. If `--record both`: invoke both, then `Skill(scry:media-composition)` to combine 5. Invoke `Skill(imbue:proof-of-work)` to verify all claims 6. Invoke `Skill(scribe:slop-detector)` for final quality pass
# Quick blog post from recent work /session-to-post # Case study with terminal recording /session-to-post case-study --record terminal # Social thread, work since a specific commit /session-to-post thread --since abc1234 # Blog post with all recordings, custom output /session-to-post blog --record both --output blog/q2-port.md
Generated file with quality report:
Generated: docs/posts/2026-03-26-rewriting-quake2-in-rust.md (1,180 words) Quality: - Slop score: 1.2 (clean) - Verifiable claims: 8, all PASS - Recordings: tests.gif, demo.gif Assets written to docs/posts/assets/
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.