claude-code-plugin-hacker
Installation
SKILL.md
Claude Code Plugin Hacker
Codex Compatibility
When running this skill in Codex, translate Claude Code-only primitives before acting: AskUserQuestion -> chat/request_user_input, TodoWrite -> update_plan, Task/TaskCreate/TeamCreate/SendMessage -> spawn_agent/send_input/wait_agent when available and allowed, and EnterPlanMode/ExitPlanMode -> a concise chat plan plus explicit approval.
Resolve Read/Write/Edit/Bash/WebSearch/WebFetch to Codex file/shell/web tools, and map ~/.claude/... paths to ~/.agents/... or ~/.codex/... unless the task explicitly targets Claude Code.
Specialist skill for debugging and fixing Claude Code plugin system issues.
When to Use
SessionStart:startup hook erroror any hook error on launch- Plugin behavior after enable/disable doesn't match expectations
- Investigating how plugins, hooks, and skills interact
- Fixing broken plugin hooks across projects
- Auditing which plugins inject what into sessions