Agent Plugins Marketplace
All plugins

bringyour-migration-auditor

v1.1.0

Audit Claude Code to Codex harness migrations before Codex edits code.

Codex1 Skill

By 8bitconceptsLicense: SEE LICENSE IN LICENSE1.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 bringyour-migration-auditor 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 bringyour-migration-auditor@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 “bringyour-migration-auditor” remain stable.

  • Codex: bringyour-migration-auditor@agent-plugin-marketplacebringyour-migration-auditor@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/unitedideas/bringyour-mcp/.

Plugin files

plugins/unitedideas/bringyour-mcp/
├── .codex-plugin/plugin.json
└── skills/bringyour-migration-auditor/SKILL.md

Included Skills1

bringyour-migration-auditorskills/bringyour-migration-auditor/SKILL.md

Audit Claude Code to Codex harness migrations, including AGENTS.md/CLAUDE.md scope, hooks, MCP config, skills, secrets, and validation notes. Use after a Codex import or Bring Your AI migration before letting Codex edit code.

Plugin manifests1

plugins/unitedideas/bringyour-mcp/.codex-plugin/plugin.json
{
  "name": "bringyour-migration-auditor",
  "version": "1.1.0",
  "description": "Audit Claude Code to Codex harness migrations before Codex edits code.",
  "author": {
    "name": "8bitconcepts",
    "email": "[email protected]",
    "url": "https://8bitconcepts.com"
  },
  "homepage": "https://bringyour.ai/claude-code-to-codex",
  "repository": "https://github.com/unitedideas/bringyour-mcp",
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "codex",
    "claude-code",
    "agents-md",
    "mcp",
    "migration",
    "harness"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Bring Your AI Migration Auditor",
    "shortDescription": "Audit Claude Code to Codex migrations.",
    "longDescription": "Read-only Codex skill for checking migrated AGENTS.md and CLAUDE.md scope, hooks, MCP config, skills, secret references, and validation notes before Codex edits code.",
    "developerName": "8bitconcepts",
    "category": "Development",
    "capabilities": [
      "Read",
      "Audit"
    ],
    "websiteURL": "https://bringyour.ai",
    "privacyPolicyURL": "https://bringyour.ai/privacy",
    "termsOfServiceURL": "https://bringyour.ai/terms",
    "defaultPrompt": [
      "Audit this Claude Code to Codex migration.",
      "Check AGENTS.md and CLAUDE.md migration gaps.",
      "Review MCP config for secret-reference risks."
    ],
    "brandColor": "#d97757"
  }
}

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

[bringyour-migration-auditor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bringyour-migration-auditor)