KanevryKanevryCommunityΒ·13 Agent Skills Included

session-orchestrator

Structured coding sessions with wave execution and quality gates

Turns ad-hoc coding sessions into a repeatable research, plan, wave-execute, and close loop with verification gates. Runs parallel subagents in five typed waves with typecheck, lint, and test gates between them, replacing manual review of every change. Persists session state across crashes, extracts reusable learnings, and files carryover issues so no work is silently lost.
npx skills add Kanevry/session-orchestrator --all -g -y
Available:

Gives the agent the runtime rules for this suite: session config keys, safety guards, wave-execution constraints, and pointers to the sub-skills it must route work through.

All Skills in This Repository (13)

Pure Emerald Level Indicators
πŸ“¦ In Repo
KanevryKanevry

session-start

Initialize and analyze git repository state and project readiness for engineering sessions.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

bootstrap

Scaffold minimal repository structures with CLAUDE.md and AGENTS.md files.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

wave-executor

Coordinate multi-agent engineering sessions into structured waves with quality checks.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

quality-gates

Run typecheck, test, and lint quality gates across agent-driven sessions.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

plan

Generate structured PRDs and prioritized issue plans for software projects.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

ecosystem-health

Monitors service health, CI pipelines, and critical issues across repositories.

Community
Intermediate
πŸ“¦ In Repo
KanevryKanevry

session-end

Finalize engineering sessions by verifying plans, running quality gates, and committing changes.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

discovery

Detect and verify codebase issues with automated probes and confidence scoring.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

vault-sync

Validate Markdown frontmatter and wiki-link integrity in Obsidian vaults.

Community
Intermediate
πŸ“¦ In Repo
KanevryKanevry

evolve

Extract session patterns from JSONL metrics into structured learnings.

Community
Advanced
πŸ“¦ In Repo
KanevryKanevry

daily

Create today's daily note with vault-compliant YAML frontmatter.

Community
Intermediate
πŸ“¦ In Repo
KanevryKanevry

gitlab-ops

Standardize GitLab and GitHub CLI usage with dynamic project resolution.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install session-orchestrator?β–Ό

Run `npx skills add Kanevry/session-orchestrator --all -g -y` in your terminal to install all skills globally. Node.js 24 or later is required.

What does session-orchestrator do?β–Ό

It structures coding work into a repeatable loop: research and scope alignment, then execution in five typed waves of parallel subagents with quality gates between them, then a verified close-out with clean commits.

Which coding assistants does it work with?β–Ό

The same skills and commands run on Claude Code, Codex CLI, Cursor IDE, and Pi, with platform-adapted hooks and enforcement on each.

How do I run a typical session?β–Ό

Run /bootstrap once in your repo, then use three commands: /session to research and agree on scope, /go to execute the wave plan, and /close to verify, commit, and file carryover issues.

Does it prevent agents from making unsafe changes?β–Ό

Yes. Hooks block destructive shell commands and out-of-scope file edits, circuit breakers stop runaway agents, and STATE.md persists progress so a crashed session can resume safely.

Related Repositories in Software Engineering

View All in Software Engineering→