aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Summon the egregore to autonomously process work items through the full development lifecycle. Runs indefinitely by default until dismissed.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/summonContext preview
What this command does when you run it.
Summon the egregore to autonomously process work items through the full development lifecycle. Runs indefinitely by default until dismissed.
name: summon description: >- Summon the egregore to autonomously process work items through the full development lifecycle. Runs indefinitely by default until dismissed. usage: >- /egregore:summon "<prompt>" [--window 5h|7d] [--bounded] [--issues N,N] [--issues-label LABEL]
Launch the egregore to autonomously process work items through planning, implementation, testing, and PR creation. By default the egregore runs indefinitely, scanning for new work after completing its current manifest. Use `/egregore:dismiss` to stop it.
Invoke `Skill(egregore:summon)`, which carries the orchestration loop, the manifest mode, the pipeline mapping, the context-overflow and token-budget protocols, the progress monitoring and the failure handling.
without manual intervention.
pipeline overnight or over a weekend.
rate limits via the watchdog.
and handles new work as it appears.
step. Use normal Claude sessions instead.
Egregore creates branches and opens PRs autonomously.
From a prompt:
/egregore:summon "Refactor the auth module to use JWT"
From GitHub issues by number:
/egregore:summon --issues 42,43,44
From GitHub issues by label:
/egregore:summon --issues-label "egregore"
Bounded mode (stops when time window expires):
/egregore:summon --bounded --window 2d --issues 42,43,44
| Option | Default | Description | |------------------|---------|------------------------------| | `<prompt>` | none | Free-text work description | | `--window` | `5h` | Time window (e.g. 5h, 7d) | | `--bounded` | false | Stop when time window expires| | `--issues` | none | Comma-separated issue numbers| | `--issues-label` | none | GitHub label to pull issues |
The egregore runs indefinitely by default. Pass `--bounded` to set a hard time limit. In both modes, the egregore scans for new work after completing all current items. The only difference is that bounded mode exits when the time window expires.
The egregore does not stop on its own. To shut it down:
/egregore:dismiss
This pauses all active work items, saves state, and removes the pidfile. You can resume later with another `/egregore:summon`.
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.