Stats
Actions
Tags
From basics
Runs shell scripts before Write/Edit/Bash to remind of skills, and after Skill events to mark completion. Executes bash commands and writes files.
2 events · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Bash${CLAUDE_PLUGIN_ROOT}/scripts/block-main-push.rbWrite|Edit|MultiEditruby -e "require 'json'; data = JSON.parse(STDIN.read); file_path = data['tool_input']['file_path']; rubocop_path = File.join(ENV['CLAUDE_PROJECT_DIR'] || '.', 'bin', 'rubocop'); exit 0 unless File.executable?(rubocop_path); system(rubocop_path, '-a', file_path)"npx claudepluginhub nityeshaga/claude-code-essentials --plugin basics