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 error or 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

Critical Knowledge

enabledPlugins: false Is NOT a Kill Switch

Installs
8
GitHub Stars
1
First Seen
May 2, 2026
claude-code-plugin-hacker — laststance/skills