Writing Hookify Rules

Create custom rules to detect dangerous patterns in code and bash commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Buu205/Vietnam_stock --skill writing-hookify-rules-buu205
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Writing Hookify Rules
Source: https://github.com/Buu205/Vietnam_stock/tree/main/.claude/plugins/hookify/skills/writing-rules
Command: npx skills add https://github.com/Buu205/Vietnam_stock --skill writing-hookify-rules-buu205

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for manual code review by automatically detecting dangerous patterns and enforcing best practices.

Core Features & Use Cases

  • Rule Creation: Define custom patterns to watch for dangerous commands, security issues, and code quality problems.

Quick Start

Create a hookify rule that warns when someone tries to use 'rm -rf' in bash commands.

Core Features & Use Cases

  • Event Monitoring: Trigger on bash commands, file edits, completion checks, and user prompts.

Quick Start

Create a rule that detects console.log statements in production code and suggests using a proper logging library instead.