plugin-doctor

Audit Codex plugin and skill repositories for packaging integrity and residue cleanup.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/oozoofrog/codex-skills-project --skill plugin-doctor-oozoofrog
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: plugin-doctor
Source: https://github.com/oozoofrog/codex-skills-project/tree/main/plugins/plugin-doctor/skills/plugin-doctor
Command: npx skills add https://github.com/oozoofrog/codex-skills-project --skill plugin-doctor-oozoofrog

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires packaged_plugin_parity.

What problem does it solve?

Codex ํ”Œ๋Ÿฌ๊ทธ์ธ/์Šคํ‚ฌ ์ €์žฅ์†Œ์˜ ๊ตฌ์กฐ์  ์ •ํ•ฉ์„ฑ ํ™•๋ณด์™€ ๋ ˆ๊ฑฐ์‹œ Claude ์ž”์žฌ ์ œ๊ฑฐ๋ฅผ ๋•์Šต๋‹ˆ๋‹ค. ์ด ์Šคํ‚ฌ์€ ์ €์žฅ์†Œ์˜ ํŒจํ‚ค์ง• ๊ตฌ์กฐ, ๋ฉ”ํƒ€๋ฐ์ดํ„ฐ, ๋งค๋‹ˆํŽ˜์ŠคํŠธ ๊ฐ„์˜ ๋ถˆ์ผ์น˜๋ฅผ ๊ฒ€์ถœํ•˜๊ณ  ๊ฐœ์„  ์ œ์•ˆ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ์ €์žฅ์†Œ ๊ฐ„ ์ผ๊ด€์„ฑ ํ™•์ธ: .agents/skills, plugins, .codex/agents ๋“ฑ ๊ตฌ์„ฑ์š”์†Œ์˜ ์ •ํ•ฉ์„ฑ์„ ์ ๊ฒ€ํ•ฉ๋‹ˆ๋‹ค.
  • ๋งค๋‹ˆํŽ˜์ŠคํŠธ ์œ ํšจ์„ฑ ๊ฒ€์‚ฌ: .codex-plugin/plugin.json, marketplace.json ๋“ฑ์˜ ๋‚ด์šฉ๊ณผ ์™ธ๋ถ€ ์ฐธ์กฐ์˜ ์ผ์น˜๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.
  • ๋ ˆ๊ฑฐ์‹œ ์ž”์žฌ ๊ด€๋ฆฌ: CLAUDE.md ๋“ฑ Claude ๊ด€๋ จ ์ž”์žฌ๋ฅผ ์‹๋ณ„ํ•˜๊ณ  ์•ˆ์ „ํ•œ ๋ฐฐํฌ๋ฅผ ์œ„ํ•œ ์ •ํ•ฉ์„ฑ ๊ฒ€์‚ฌ๋ฅผ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค.

Quick Start

๋Œ€์ƒ ์ €์žฅ์†Œ์˜ ๋ฃจํŠธ๋ฅผ ์ง€์ •ํ•œ ๋’ค audit๋ฅผ ์‹คํ–‰ํ•˜์—ฌ ๊ฒฐ๊ณผ๋ฅผ ํ™•์ธํ•˜๊ณ  ์ž๋™ ์ˆ˜์ • ํ›„๋ณด๋ฅผ ์‹ ์†ํžˆ ๋ถ„๋ฆฌํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about plugin-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Codex plugin and skill repositories for packaging integrity?โ–ผ

Auditing Codex repositories involves scanning .agents/skills, plugins, and related manifests to enforce frontmatter presence, validate marketplace and plugin manifests, and detect drift between source skills and packaged artifacts.

How do I detect drift between source skills and packaged Codex artifacts?โ–ผ

You detect drift by running a repository audit that compares source SKILLs under .agents/skills against packaged artifacts under plugins, flagging metadata inconsistencies and manifest reference mismatches automatically.

How do I validate Codex plugin and marketplace manifests for consistency?โ–ผ

You validate Codex manifests by auditing .codex-plugin/plugin.json and marketplace.json to ensure content consistency and verify that external references match the actual repository structure.

Can I identify and clean up legacy Claude residue from Codex repositories?โ–ผ

Yes, you can identify legacy Claude residue such as CLAUDE.md files during a repository audit, which flags these artifacts to ensure safe deployment and structural consistency for Codex plugins.

Does the Codex skill audit enforce frontmatter presence for name and description?โ–ผ

Yes, the Codex skill audit enforces frontmatter presence of name and description fields across repo-local skills under .agents/skills, ensuring metadata completeness and preventing incomplete skill definitions.

What are the limitations of auditing Codex plugin repositories for integrity?โ–ผ

The audit is limited to validating repository-local structures under .agents/skills, plugins, and related manifests, focusing on structural consistency and legacy residue detection rather than runtime behavior or functional testing.