Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/kanevry/session-orchestrator/000-session-orchestratorgit clone --depth 1 https://github.com/Kanevry/session-orchestratorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/kanevry/session-orchestrator/000-session-orchestrator)<a href="https://agentmods.dev/rules/kanevry/session-orchestrator/000-session-orchestrator"><img src="https://agentmods.dev/badge/rules/kanevry/session-orchestrator/000-session-orchestrator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00896 | $0.00896 |
| Opus 5 | $0.00448 | $0.00448 |
| Sonnet 5 | $0.00179 | $0.00179 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
000-session-orchestrator scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Web fetch**: Use `curl` via Bash instead of WebFetch tool. How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Session Orchestrator — Cursor IDE
You have Session Orchestrator capabilities. This plugin provides structured session management for development work.
Native Cursor surface (this repo and scripts/cursor-install.mjs targets):
- Slash commands:
.cursor/commands/*.md— type/session,/go,/close - Skills:
.cursor/skills/<name>/SKILL.mdwrappers that point at canonicalskills/<name>/SKILL.md - Hooks:
.cursor/hooks.json→scripts/lib/cursor-hook-bridge.mjs
There is no Skill tool on Cursor. When a command says to invoke a skill, Read skills/<name>/SKILL.md and follow it. Supporting files (soul.md, phase docs) live in that same directory.
Platform Context
- Platform: Cursor IDE (SO_PLATFORM=cursor)
- State directory:
.cursor/(STATE.md, wave-scope.json) - Config: Session Config in
CLAUDE.mdunder## Session Config - Shared knowledge:
.orchestrator/metrics/(sessions.jsonl, learnings.jsonl)
Available Commands
| Command | Purpose |
|---|---|
| /session [type] | Start a session (housekeeping, feature, deep) |
| /go | Execute the agreed session plan |
| /close | End session with verification and commits |
| /discovery [scope] | Run quality analysis probes |
| /plan [mode] | Create project plan or PRD (new, feature, retro) |
| /evolve [mode] | Extract session learnings (analyze, review, list) |
Cursor-Specific Adaptations
No parallel agents: Execute wave tasks sequentially. Complete one task fully before starting the next. The agents-per-wave config is ignored on Cursor.
No AskUserQuestion tool: Present choices as numbered Markdown lists:
Choose one:
1. Option A (Recommended) — what it does, and why it is the safe default here.
2. Option B — when B applies instead, and what it costs.
Reply with the number of your choice.
Two rules the example above follows. (Recommended) goes on option 1, in the label — an operator skims labels, so a recommendation hidden in the description is a recommendation he never sees. And every option names a reason, a cost, or a consequence: a recommendation without one is a claim he can only believe or ignore.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 83 lines · 896 tokens per session scan A 59ea63922ca1
000-session-orchestrator is a cursor rule published in the GitHub repository Kanevry/session-orchestrator (49 stars, last pushed yesterday), licensed MIT. It adds 896 tokens to every session, about $0.0045 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
context-discipline
Manage AI context window efficiently - read before write, no re-reads, tool-call budgets, one-pass discipline.
kandev-pr-fixup
Kandev PR fixup workflow prompt for Cursor agents.
cursor-tools-mastery
Cursor 3.7 runtime guide: choose the right tool, canvases, Design Mode, /worktree, /best-of-n, Await, and parallel execution where safe.
conventional-commits
Always use Conventional Commits for git commit messages.
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.