plugins marketplace
← All plugins

debugging-toolkit

v1.2.1

Interactive debugging, developer experience optimization, and smart debugging workflows

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/debugging-toolkit/ inside the repository.

Layout

plugins/debugging-toolkit/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/debugging-toolkit/.codex-plugin/plugin.json
{
  "name": "debugging-toolkit",
  "version": "1.2.1",
  "description": "Interactive debugging, developer experience optimization, and smart debugging workflows",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Debugging Toolkit",
    "shortDescription": "Interactive debugging, developer experience optimization, and smart debugging workflows",
    "category": "Coding"
  }
}
plugins/debugging-toolkit/.claude-plugin/plugin.json
{
  "name": "debugging-toolkit",
  "version": "1.2.1",
  "description": "Interactive debugging, developer experience optimization, and smart debugging workflows",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}