Skip to content

Integrations

Miskin supports 7 AI coding tools with automatic hook installation.

ToolCommandHook method
Claude Codemiskin initPreToolUse bash hook
GitHub Copilotmiskin init --agent copilotpreToolUse JS hook
Cursormiskin init --agent cursorhooks.json preToolUse
Gemini CLImiskin init --agent geminiBeforeTool hook
Codexmiskin init --agent codexAGENTS.md instructions
OpenCodemiskin init --agent opencodeTypeScript plugin
Windsurfmiskin init --agent windsurf.windsurfrules file

Global vs Local

  • Local (default): hooks install in the current project directory
  • Global (-g): hooks install in ~/.config/<tool>/
bash
miskin init -g               # Global Claude Code hook
miskin init -g --agent cursor # Global Cursor hook

Verify

bash
miskin init --show            # Show installed hooks for Claude
miskin init --agent cursor --show

Uninstall

bash
miskin init --uninstall
miskin init --agent cursor --uninstall

See Also

Released under the MIT License.