Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

hookify-rules

Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill hookify-rules
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, hookify-rules has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/hookify-rules.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files. Condition fields by event: Operators: regex_match , contains , equals , not_contains , starts_with , ends_with All conditions must match for rule to trigger. Match Bash command patterns: Match Edit/Write/MultiEdit operations: Completion checks and reminders. Pattern .* matches always. Match user prompt content for workflow enforcement. Minimum viable rule: - bash: command - file: file_path , new_text , old_text , content - prompt: user_prompt - Dangerous commands: rm\s+-rf , dd\s+if= , mkfs - Privilege escalation: sudo\s+ , su\s+ - Permission issues: chmod\s+777 - Debug code: console\.log\( , debugger - Security risks: eval\( , innerHTML\s*= - Sensitive files: \.env$ , credentials , \.pem$ - Escape special chars: . to \. , ( to \( - \s whitespace, \d digit, \w word char - + one or more, * zero or more, ? optional - | OR operator - Too broad : log matches "login", "dialog" — use console\.log\( - Too specific : rm -rf /tmp — use rm\s+-rf - YAML escaping : Use unquoted patterns; quoted strings need \\s - Location : .claude/ directory in project root - Naming : .claude/hookify.{descriptive-name}.local.md - Gitignore : Add .claude/*.local.md to .gitignore - /hookify [description] -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does hookify-rules do?

Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files.

Is hookify-rules good?

hookify-rules does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support hookify-rules?

hookify-rules currently lists compatibility with Claude Code, Skills CLI.

Is hookify-rules safe to install?

hookify-rules has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to hookify-rules?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install hookify-rules?

Run the following command to install hookify-rules: npx skills add https://github.com/affaan-m/everything-claude-code --skill hookify-rules

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering