Agent Plugins Marketplace
All plugins

agency-continuity-audit

v0.1.2

Read-only audits for persistent agent goals, evidence, memory corrections, authority, and restart recovery.

Codex1 Skill

By Revert CreationsLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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 agency-continuity-audit 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 agency-continuity-audit@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 “agency-continuity-audit” remain stable.

  • Codex: agency-continuity-audit@agent-plugin-marketplaceagency-continuity-audit@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/revertcreations/agency-continuity-audit/.

Plugin files

plugins/revertcreations/agency-continuity-audit/
├── .codex-plugin/plugin.json
└── skills/audit-agency-continuity/SKILL.md

Included Skills1

audit-agency-continuityskills/audit-agency-continuity/SKILL.md

Run a read-only continuity and evidence audit of a persistent or autonomous agent workspace. Use when Codex must assess whether goals, memory, corrections, authority boundaries, commercial claims, schedules, or restart recovery are durable and verifiable; when an agent claims it can continue unattended; or before trusting a long-running multi-agent system after a session or machine restart.

Plugin manifests1

plugins/revertcreations/agency-continuity-audit/.codex-plugin/plugin.json
{
  "name": "agency-continuity-audit",
  "version": "0.1.2",
  "description": "Read-only audits for persistent agent goals, evidence, memory corrections, authority, and restart recovery.",
  "author": {
    "name": "Revert Creations",
    "email": "[email protected]",
    "url": "https://revertcreations.com"
  },
  "homepage": "https://github.com/revertcreations/agency-continuity-audit",
  "repository": "https://github.com/revertcreations/agency-continuity-audit",
  "license": "MIT",
  "keywords": [
    "agents",
    "continuity",
    "memory",
    "audit",
    "evidence"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Agency Continuity Audit",
    "shortDescription": "Find silent goal, memory, evidence, and restart failures.",
    "longDescription": "Audit an agent workspace without modifying it. Distinguish durable goals from prose, verify structured state and correction paths, inspect authority and finance evidence, and report what remains unproven.",
    "developerName": "Revert Creations",
    "category": "Productivity",
    "composerIcon": "./assets/icon.svg",
    "capabilities": [
      "Read-only",
      "Structured report"
    ],
    "defaultPrompt": [
      "Audit this workspace's agent continuity.",
      "What would silently fail after a restart?",
      "Which agency claims lack durable evidence?"
    ]
  }
}

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

[agency-continuity-audit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agency-continuity-audit)