Agent Plugins Marketplace
All plugins

code-debug

v1.1.0

Diagnostico diagnose-only: reproduz falhas, coleta evidencias, testa hipoteses e entrega relatorio de causa raiz sem executar correcoes.

Codex1 Skill

By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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 code-debug for Codex

Installs for the current user
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add code-debug@codex-skills

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

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

  • Codex: code-debug-2@agent-plugin-marketplacecode-debug@codex-skills

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/cadugevaerd/codex-skills

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

Plugin files

plugins/code-debug/
├── .codex-plugin/plugin.json
└── skills/code-debug/SKILL.md

Included Skills1

code-debugskills/code-debug/SKILL.md

Diagnóstico disciplinado e diagnose-only: reproduz falhas, coleta evidências, testa hipóteses e entrega relatório de causa raiz, sem executar correções.

Plugin manifests1

plugins/code-debug/.codex-plugin/plugin.json
{
  "name": "code-debug",
  "version": "1.1.0",
  "description": "Diagnostico diagnose-only: reproduz falhas, coleta evidencias, testa hipoteses e entrega relatorio de causa raiz sem executar correcoes.",
  "author": {
    "name": "Carlos Araujo",
    "email": "[email protected]",
    "url": "https://github.com/cadugevaerd"
  },
  "homepage": "https://github.com/cadugevaerd/codex-skills",
  "repository": "https://github.com/cadugevaerd/codex-skills",
  "license": "MIT",
  "keywords": [
    "debug",
    "root-cause",
    "logs",
    "instrumentation",
    "diagnosis",
    "troubleshooting"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Code Debug",
    "shortDescription": "Diagnostica erros ate a causa raiz comprovada.",
    "longDescription": "Executa diagnostico disciplinado: reproduz o comando, coleta evidencias, testa hipoteses e encerra com relatorio de causa raiz, sem executar correcoes.",
    "developerName": "Carlos Araujo",
    "category": "Development",
    "capabilities": [
      "Debug",
      "Logs",
      "Root Cause",
      "Code Analysis"
    ],
    "defaultPrompt": [
      "/code-debug pytest tests/test_x.py -q",
      "/code-debug npm test -- --runInBand"
    ]
  }
}

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

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