Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From copilot-studio
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 2 hooks
npx claudepluginhub microsoft/skills-for-copilot-studio --plugin copilot-studioWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
node -e "var r=process.env.CLAUDE_PLUGIN_ROOT;if(r){var f=require('fs'),p=require('path');var t=f.readFileSync(p.join(r,'hooks','system-prompt.md'),'utf8');process.stdout.write(JSON.stringify({hookSpecificOutput:{hookEventName:'SessionStart',additionalContext:t}}))}"node -e "var r=process.env.CLAUDE_PLUGIN_ROOT;if(r){var p=require('path');require(p.join(r,'hooks','setup.js'))}"Share bugs, ideas, or general feedback.