Hooks Automation

Hooks Automation is a skill for Claude Code from jazz-max/ruflo-hub. It costs 46 tokens per session (7,560 once invoked), scanned C, original, no licence file.

A system of automated hooks that run before or after Claude Code tasks to coordinate work, format code, manage sessions, integrate with Git, and update memory. Hooks are actions triggered by events in a tool or workflow.

In plain words
What is it for?
Use it to run pre-task and post-task actions, format changes, manage sessions, coordinate memory, integrate Git, and train neural patterns.
Why use it?
It automates recurring development tasks around coding sessions and helps coordinate information between operations.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to run pre-task and post-task actions, format changes, manage sessions, coordinate memory, integrate Git, and train neural patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jazz-max/ruflo-hub/hooks-automation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jazz-max/ruflo-hub --skill hooks-automation
Clone the repo
git clone --depth 1 https://github.com/jazz-max/ruflo-hub

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Hooks Automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/jazz-max/ruflo-hub/hooks-automation/github.svg)](https://agentmods.dev/skills/jazz-max/ruflo-hub/hooks-automation)
Your own site
<a href="https://agentmods.dev/skills/jazz-max/ruflo-hub/hooks-automation"><img src="https://agentmods.dev/badge/skills/jazz-max/ruflo-hub/hooks-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Hooks Automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/jazz-max/ruflo-hub/hooks-automation"><img src="https://agentmods.dev/badge/skills/jazz-max/ruflo-hub/hooks-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,560 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.07560
Opus 5 $0.00023 $0.03780
Sonnet 5 $0.00009 $0.01512
Haiku 4.5 $0.00005 $0.00756

Measured 6d ago against content hash 748868e06e46, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

Hooks Automation scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

npx claude-flow hook pre-bash -c "rm -rf /tmp/cache"
.claude/skills/hooks-automation/SKILL.md · 1,202 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 1,202 lines · 46 tokens per session scan C 748868e06e46

Subscribe to this mod's changes

Hooks Automation is a skill published in the GitHub repository jazz-max/ruflo-hub (4 stars, last pushed 23d ago), with no licence file. It adds 46 tokens to every session and 7,560 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

meeting-todos

Use when the user says /meeting-todos, "the meeting is done", "I just had a meeting", "pull the action items", "what did I commit to", or otherwise wants action items from a recent meeting note captured on their to-do list. Also when a meeting note or transcript needs its tasks pulled out. NOT for general task…

mycelium-hq/ai-brain-starter · 95 tokens

instinct-import

Use when bringing a teammate's, another machine's, or another harness's instincts into this vault: the user runs /instinct-import, shares a portable YAML instinct pack (PACK.yaml), or asks to merge, adopt, sync, or inherit shared instincts. Confidence-gated so local instincts are never clobbered. Part of the Instinct…

mycelium-hq/ai-brain-starter · 94 tokens

secret-warn

Use when adding or tuning edit-time secret and code-injection guardrails or security hooks in Claude Code, or on mentions of secret detection, API key safety, hardcoded or leaked keys (AWS, Stripe, GCP, OpenAI, Anthropic, GitHub, Slack, JWT, PEM, .env), gitleaks-style or pre-commit secret scanning, false positives or…

mycelium-hq/ai-brain-starter · 121 tokens

hive-connect-repo

Register a repo with the server-side census sync: hive repo add writes the durable repo registry (the sync daemon picks it up on its next tick — no restart), private remotes authenticate via a token env var NAME (never a stored secret), and hivehealth(includecensushealth=true) verifies both that the sync daemon itself…

Hivemind-OSS/Hivemind · 150 tokens

doubt-driven-development

Use when correctness matters more than speed: about to commit non-trivial code, make an architectural call under uncertainty, work in unfamiliar code, or assert what the compiler cannot check ('this is safe', 'thread-safe', 'this scales', 'matches the spec'). Strongest on high-stakes surfaces (production deploys…

mycelium-hq/ai-brain-starter · 104 tokens

night-watch

Autonomous maintenance (dep updates, dead code, small refactors) in isolated branch, off-hours. Triggers: night watch, autonomous maintenance, dep updates.

softspark/ai-toolkit · 36 tokens