aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
The ONLY way to stop the egregore. Human-initiated graceful shutdown that saves all state.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/dismissContext preview
What this command does when you run it.
The ONLY way to stop the egregore. Human-initiated graceful shutdown that saves all state.
name: dismiss description: >- The ONLY way to stop the egregore. Human-initiated graceful shutdown that saves all state. usage: /egregore:dismiss
The sole mechanism for stopping the egregore. The egregore runs indefinitely by default and will never stop on its own. Only a human issuing this command can end an egregore session.
All in-progress work is saved so it can be resumed later with `/egregore:summon`.
1. Marks all active work items as `paused` in `.egregore/manifest.json`. 2. Saves the current pipeline position for each item so resumption starts at the right step. 3. Cancels any scheduled cron jobs (progress pulses, work-scan polls) created by the orchestrator. 4. Removes the pidfile (`.egregore/pid`) so the watchdog does not relaunch the session. 5. Logs the dismissal event to the decision log.
The egregore never dismisses itself. It is designed to run autonomously and indefinitely, scanning for new work after completing its current manifest. This command is the only way to interrupt that cycle.
If you want the egregore to stop after processing a fixed set of items without manual intervention, use `/egregore:summon --bounded` instead of dismissing.
continues.
before more items are affected.
clean shutdown.
dismissing.
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.