Kanevry/session-orchestrator

Loop engineering for AI coding agents — turn ad-hoc sessions into a repeatable research → plan → wave-execute → close loop with verification gates. Runs on Claude Code, Codex CLI, Cursor, and Pi. MIT community plugin.

49Stars on the repository
63Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architecture

01

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use when the user asks to improve architecture, find refactoring opportunities, surface deepening opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable. Surfaces shallow modules and hypothetical seams using a precise vocabulary (Module / Interface / Implementation /…

49 5d ago A 75 tokens original MIT

autopilot

02

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when running an autonomous session-orchestration loop. Chains session-start → session-plan → wave-executor → session-end for N iterations with all 10 kill-switches (SPIRAL, FAILED wave, carryover > 50%, max-hours, max-sessions, resource-overload, token-budget, stall-timeout, sub-threshold confidence…

49 5d ago A 136 tokens original MIT

bootstrap

03

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when scaffolding the minimum repository structure required by session-orchestrator. Invoked automatically by the Bootstrap Gate when CLAUDE.md, Session Config, or bootstrap.lock is missing. Also available as /bootstrap for manual invocation. Three intensity tiers: fast (demos/spikes), standard (MVPs)…

49 5d ago A 72 tokens original MIT

brainstorm

04

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use when you have a feature idea but the scope or UX is still ambiguous — runs a lightweight Socratic design dialogue (3-5 AUQ rounds) and writes a spec markdown file. Use BEFORE /plan feature when product intent needs validation; skip to /plan feature when scope is already clear. HARD-GATE prevents any code work…

49 5d ago A 78 tokens original MIT

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use when detecting drift between CLAUDE.md (or AGENTS.md, the Codex CLI alias) / meta narrative and live repository state. Ten checks: absolute-path resolution, 01-projects/ count claims, issue-reference freshness, session-file existence, command-count sync, session-config-parity (mandatory template keys = error…

49 5d ago A 190 tokens original MIT

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when changing a machine-readable contract — a JSON Schema, an API spec, or a config schema — and bumping its version: tightening a constraint, adding/removing/renaming a field, introducing a breaking change, raising an API version, or writing the changelog entry for a schema change. Trigger on "change…

49 5d ago A 194 tokens original MIT

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Monitor iterative improvement loops for convergence. Three signals — shrinking diff, pass-rate plateau, velocity — drive a Stop/Continue/Investigate decision at each inter-wave checkpoint. Distinct from /evolve (retrospective) and session-reviewer (wave output review): convergence-monitoring answers "are we making…

49 5d ago A 92 tokens original MIT

daily

08

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when creating today's daily note in the Meta-Vault (03-daily/YYYY-MM-DD.md) with valid vaultFrontmatterSchema-compliant YAML frontmatter. Idempotent: re-running on the same day opens the existing note instead of overwriting. Use when starting a work day, capturing scratch notes, or bootstrapping the…

49 5d ago A 74 tokens original MIT

debug

09

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use when encountering any bug, test failure, build break, or unexpected behavior — runs a 4-phase systematic debugging process before proposing any fix. Iron Law: NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST. Produces a .orchestrator/debug/ artifact the fixer agent must reference.

49 5d ago A 62 tokens original MIT

discovery

10

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when running systematic quality discovery and issue detection. Runs modular probes adapted to the project's tech stack, presents findings interactively for user triage, and creates VCS issues for confirmed problems. Invoked standalone via /discovery or embedded in session-end.

49 5d ago A 56 tokens original MIT

dispatcher

11

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use when you want the orchestrator to pick the next repo to work on across your whole portfolio — it enumerates candidate repos below the confinement root, resolves free/busy from each repo's session.lock lease, ranks the FREE ones by backlog priority × staleness × readiness, recommends the single most worthwhile one…

49 5d ago A 187 tokens original MIT

docs-orchestrator

12

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when orchestrating documentation generation and updates within a session. Maps session scope to audience-specific docs tasks (User / Dev / Vault), dispatches the docs-writer agent with source-grounded prompts, and reports coverage gaps to session-end. Gated on docs-orchestrator.enabled: true in Session…

49 5d ago A 76 tokens original MIT

domain-model

13

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use when the user wants to stress-test a plan against the existing domain model and documented decisions. Grilling session that interviews the user one question at a time, sharpens fuzzy terminology inline, updates CONTEXT.md lazily, and offers ADRs sparingly under a 3-criteria gate. Reads docs/adr/ and CONTEXT.md if…

49 5d ago A 74 tokens original MIT

ecosystem-health

14

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Monitor health across configured service endpoints, CI pipelines, and critical issues. Automatically invoked during session-start when ecosystem-health is enabled in Session Config.

49 5d ago A 32 tokens original MIT

eli5

15

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Explain a topic like I'm a 5 year old — restate my last output, or a named topic, in plain words without dropping a single fact. Use when the user types /eli5 [topic], or says an answer was too technical, too long, or unclear about what he now has to do.

49 5d ago A 66 tokens original MIT

eval

16

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill to run an honest session-process evaluation (Standard v1, aiat-llm-eval/1.0) — score the last completed orchestrator session against the pre-registered rubric-v1 dimensions, run /eval, evaluate this session, produce an eval report, or re-verify a stored eval run for reproducibility. Deterministic-first…

49 5d ago A 90 tokens original MIT

evolve

17

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when extracting session patterns into reusable learnings. Three modes: analyze (extract from session history), review (edit/manage existing learnings), list (display active learnings). Manages .orchestrator/metrics/learnings.jsonl.

49 5d ago A 53 tokens original MIT

frontmatter-guard

18

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Injects the canonical vault frontmatter schema snippet into agent prompts before any vault-write task, preventing malformed YAML frontmatter in Obsidian notes. Context: wave-executor is about to dispatch a vault-mirror agent that writes learning notes under /Projects/vault/40-learnings/. user: "dispatch vault-write…

49 5d ago A 173 tokens original MIT

gitlab-ops

19

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use this skill when performing VCS operations on GitLab or GitHub repositories — creating, updating, or closing issues and MRs, applying label taxonomy, running glab/gh CLI commands, or resolving project paths dynamically. Acts as the single source of truth for CLI command syntax and label conventions; consuming…

49 5d ago A 174 tokens original MIT

gitlab-portfolio

20

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

Part of session-orchestrator

Use when you need a single-pane cross-repo health view across all vault-registered GitLab and GitHub projects. Discovers repos from overview.md frontmatter in /01-projects//, aggregates open issues, MRs, critical labels, and stale signals via parallel glab/gh calls, then writes an idempotent PORTFOLIO.md dashboard.…

49 5d ago A 197 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: