Skip to content
Development
Hook

Hooks

What motiscope runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.

From plugin
motiscope
1178 skills2 agents1 hook
Install
> /plugin marketplace add KumarSashank/motiscope
> /plugin install motiscope@motiscope

Ships with motiscope. Installing the plugin gets these hooks.

What fires, and when

SessionStart

Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.

  • bash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-setup.sh"
Read hooks/hooks.json
Ships withmotiscope

Recreate any web animation from a screen recording. A motion-design plugin: analyzes motion (timing, easing, stagger, loops) and rebuilds it as GSAP / CSS / Framer Motion / Lottie code.

Get the whole plugin