Kanevry

64 mods across 1 repository, 49 stars between them.

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 190 tokens original MIT

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 194 tokens original MIT

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 92 tokens original MIT

daily

52

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 74 tokens original MIT

debug

53

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 62 tokens original MIT

discovery

54

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 56 tokens original MIT

dispatcher

55

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 187 tokens original MIT

docs-orchestrator

56

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 76 tokens original MIT

domain-model

57

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 74 tokens original MIT

ecosystem-health

58

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 32 tokens original MIT

eli5

59

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 66 tokens original MIT

eval

60

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 90 tokens original MIT

evolve

61

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 53 tokens original MIT

frontmatter-guard

62

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 173 tokens original MIT

gitlab-ops

63

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 174 tokens original MIT

gitlab-portfolio

64

Kanevry/session-orchestrator

Skill Claude CodeCodexCursor

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 4d ago A 197 tokens original MIT