Agent Plugins Marketplace
All plugins

nightshift

v0.22.3

Accountable, time-bounded Codex shifts. Hand it your punch list, or let it research the product and ship complete improvements until quitting time. Progress stays on disk through compaction and resume. The morning is reviewable commits or artifact receipts, a shift log, and the decisions that were made. When you are done reviewing the run, archive it dated so the live session stays lean.

Codex10 Skills

By Orwa MahmoudLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
10 skill or MCP entries
Source updated
Sep 22, 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 nightshift for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add nightshift@awesome-codex-plugins

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

Compatibility: the page URL and API slug “nightshift-2” remain stable.

  • Codex: nightshift-2@agent-plugin-marketplacenightshift@awesome-codex-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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/orwa-mahmoud/nightshift/.

Plugin files

plugins/orwa-mahmoud/nightshift/
├── .codex-plugin/plugin.json
├── skills/archive/SKILL.md
├── skills/doctor/SKILL.md
├── skills/hunt/SKILL.md
├── skills/import-issues/SKILL.md
├── skills/nightshift/SKILL.md
├── skills/purge/SKILL.md
├── skills/reset/SKILL.md
├── skills/schedule/SKILL.md
├── skills/setup/SKILL.md
└── skills/start/SKILL.md

Included Skills10

archiveskills/archive/SKILL.md

File finished shift state into a dated archive so the live files stay lean.

doctorskills/doctor/SKILL.md

Read-only diagnosis of the workspace, rules, markers, lease, watchman and deadline, with classified next actions.

huntskills/hunt/SKILL.md

Compose a shift from the ready catalog under one time budget, guided or automatic, reviewed first or run directly.

import-issuesskills/import-issues/SKILL.md

Stage explicitly selected GitHub issues onto the drafting table as quoted source; never searches or writes back.

nightshiftskills/nightshift/SKILL.md

Work a punch list to completion autonomously — overnight, through a todo list, or until a product is polished — parking decisions and leaving receipts.

purgeskills/purge/SKILL.md

Permanently delete this project's Nightshift state; does not uninstall the plugin.

resetskills/reset/SKILL.md

Drop the runtime markers and deadline without deleting the owner's work or evidence.

scheduleskills/schedule/SKILL.md

Print the launchd, cron or Task Scheduler config that starts a shift at a fixed time; registers nothing.

setupskills/setup/SKILL.md

Scaffold .nightshift/ and propose quality gates for this stack; asks, never imposes.

startskills/start/SKILL.md

Begin the shift from the punch list without asking, so scheduled and headless runs behave like interactive ones.

Plugin manifests1

plugins/orwa-mahmoud/nightshift/.codex-plugin/plugin.json
{
  "name": "nightshift",
  "version": "0.22.3",
  "description": "Accountable, time-bounded Codex shifts. Hand it your punch list, or let it research the product and ship complete improvements until quitting time. Progress stays on disk through compaction and resume. The morning is reviewable commits or artifact receipts, a shift log, and the decisions that were made. When you are done reviewing the run, archive it dated so the live session stays lean.",
  "author": {
    "name": "Orwa Mahmoud",
    "url": "https://github.com/orwa-mahmoud"
  },
  "homepage": "https://nightshift.orwamahmoud.com/",
  "repository": "https://github.com/orwa-mahmoud/nightshift",
  "license": "MIT",
  "keywords": [
    "codex",
    "overnight",
    "unattended",
    "punch-list",
    "autonomous-agents",
    "agent-harness",
    "hooks",
    "crash-recovery",
    "session-resume",
    "product-evolution",
    "Persistent punch-list shifts",
    "Time-bounded engineering work",
    "Ready-made quality hunts",
    "Evidence-backed product evolution",
    "Mechanical safety rules",
    "Question parking",
    "Reviewable run history",
    "Interrupted-session recovery",
    "archive",
    "archived long run",
    "run history",
    "shift archive",
    "Dated archive of finished runs"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/codex/hooks.json",
  "interface": {
    "displayName": "Nightshift",
    "shortDescription": "Run accountable coding shifts",
    "longDescription": "Nightshift gives Codex accountable, time-bounded coding shifts. Hand it your punch list, or let it research the product, rank opportunities, and ship complete improvements until quitting time. Progress stays on disk—goals, remaining work, parked decisions, and the exact next action—so compaction or resume cannot quietly clock out with open boxes. Hooks enforce your safety rules. The morning is reviewable commits or artifact receipts, a shift log, and the decisions that were made. When you are done reviewing the run, archive it dated so the live session stays lean. Open a persistent project in Codex — a Git repository or a local folder — or connect its GitHub repository; a temporary ChatGPT scratch workspace is the wrong place for a night.",
    "developerName": "Orwa Mahmoud",
    "category": "Productivity",
    "capabilities": [
      "Persistent punch-list shifts",
      "Time-bounded engineering work",
      "Ready-made quality hunts",
      "Evidence-backed product evolution",
      "Mechanical safety rules",
      "Question parking",
      "Reviewable run history",
      "Interrupted-session recovery",
      "Dated archive of finished runs"
    ],
    "defaultPrompt": [
      "Set up Nightshift and show me the highest-value work it can do in this project.",
      "Add new features and improve existing ones for 10 hours.",
      "Raise test coverage and quality for 10 hours. Add safe local development tools when needed."
    ],
    "websiteURL": "https://nightshift.orwamahmoud.com/",
    "privacyPolicyURL": "https://nightshift.orwamahmoud.com/privacy",
    "termsOfServiceURL": "https://nightshift.orwamahmoud.com/terms",
    "composerIcon": "./assets/nightshift-logo.png",
    "logo": "./assets/nightshift-logo.png",
    "screenshots": [
      "./assets/directory-listing.png"
    ]
  }
}

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

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