Agent Plugins Marketplace
All plugins

session-scheduler

v0.6.3

File-backed workflows, reviewer routing, and task tracking for multi-pane Codex orchestration over session-chat (>=0.13.0).

Codex10 Skills

By Girish AttriLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
10 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install session-scheduler for Codex

Installs for the current user
codex plugin marketplace add devgirishattri/agent-plugins
codex plugin marketplace upgrade girishattri-plugins
codex plugin add session-scheduler@girishattri-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the girishattri-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “session-scheduler” remain stable.

  • Codex: session-scheduler@agent-plugin-marketplacesession-scheduler@girishattri-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/devgirishattri/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/plugins/session-scheduler/.

Plugin files

codex/plugins/session-scheduler/
├── .codex-plugin/plugin.json
├── skills/scheduler-doctor/SKILL.md
├── skills/session-scheduler/SKILL.md
├── skills/task-assign/SKILL.md
├── skills/task-block/SKILL.md
├── skills/task-board/SKILL.md
├── skills/task-done/SKILL.md
├── skills/task-new/SKILL.md
├── skills/task-review/SKILL.md
├── skills/task-status/SKILL.md
└── skills/tasks-clean/SKILL.md

Included Skills10

scheduler-doctorskills/scheduler-doctor/SKILL.md

Inspect scheduler dependencies, ledger provenance, handoffs, and legacy context residue.

session-schedulerskills/session-scheduler/SKILL.md

Use a file-backed task ledger to coordinate an orchestrator pane with executor or reviewer panes through session-chat.

task-assignskills/task-assign/SKILL.md

Assign a scheduler task with ETA, workflow, reviewer routing, and existing or automatic context attachment.

task-blockskills/task-block/SKILL.md

Mark a scheduler task blocked (or reject a review) and notify the assigner when possible.

task-boardskills/task-board/SKILL.md

Render an at-a-glance dashboard of active scheduler tasks grouped by stage.

task-doneskills/task-done/SKILL.md

Mark a scheduler task done (records duration) and notify the assigner when possible.

task-newskills/task-new/SKILL.md

Create a scheduler task with optional stage, dependencies, reviewer route, and workflow group.

task-reviewskills/task-review/SKILL.md

Move an assigned task to review and auto-dispatch its audit packet to the configured reviewer.

task-statusskills/task-status/SKILL.md

Show scheduler task status from the file-backed task ledger, with OVERDUE/STALE flags and stage grouping.

tasks-cleanskills/tasks-clean/SKILL.md

Dry-run or delete old scheduler task records.

Plugin manifests1

codex/plugins/session-scheduler/.codex-plugin/plugin.json
{
  "name": "session-scheduler",
  "version": "0.6.3",
  "description": "File-backed workflows, reviewer routing, and task tracking for multi-pane Codex orchestration over session-chat (>=0.13.0).",
  "author": {
    "name": "Girish Attri",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/devgirishattri/agent-plugins",
  "repository": "https://github.com/devgirishattri/agent-plugins",
  "license": "MIT",
  "keywords": [
    "scheduler",
    "tmux",
    "tasks",
    "orchestration",
    "multi-agent"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Session Scheduler",
    "shortDescription": "Track and assign tasks across named Codex panes.",
    "longDescription": "A lightweight file-backed task ledger layered on session-chat for orchestrator, executor, and reviewer workflows.",
    "developerName": "Girish Attri",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/devgirishattri/agent-plugins",
    "defaultPrompt": [
      "Create a scheduler task.",
      "Assign a task to a named pane.",
      "Show scheduler task status."
    ],
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "brandColor": "#2563EB",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[session-scheduler on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-scheduler)