Skills Plugins MCP Prompt Model 博客 我的中心

hookify-rules

This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=affaan-m-ecc-skills-hookify-rules-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name hookify-rules description This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns. Writing Hookify Rules Overview 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. Rule File Format Basic Structure --- name: rule-identifier enabled: true event: bash|file|stop|prompt|all pattern: regex-pattern-here --- Message to show Claude when this rule triggers. Can include markdown formatting, warnings, suggestions, etc. Frontmatter Fields Field Required Values Description name Yes kebab-case string Unique identifier (verb-first: warn- , block- , require-*) enabled Yes true/false Toggle without deleting event Yes bash/file/stop/prompt/all Which hook event triggers this action No warn/block warn (default) shows message; block prevents operation pattern Yes* regex string Pattern to match (*or use conditions for complex rules) Advanced Format (Multiple Conditions) --- name: warn-env-api-keys enabled: true event: file conditions: - field: file _path operator: regex_ match pattern: \.env$ - field: new_text operator: contains pattern: API_KEY --- You're adding an API key to a .env file. Ensure this file is in .gitignore! Condition fields by event: bash: command file: file_path , new_text , old_text , content prompt: user_prompt Operators: regex_match , contains , equals , not_contains , starts_with , ends_with All conditions must match for rule to trigger. Event Type Guide bash Events Match Bash command patterns: Dangerous commands: rm\s+-rf , dd\s+if= , mkfs Privilege escalation: sudo\s+ , su\s+ Permission issues: chmod\s+777 file Events Match Edit/Write/MultiEdit operations: Debug code: console\.log\( , debugger Security risks: eval\( , innerHTML\s*= Sensitive files: \.env$ , credentials , \.pem$ stop Events Completion checks and reminders. Pattern .* matches always. prompt Events Match user prompt content for workflow enforcement. Pattern Writing Tips Regex Basics Escape special chars: . to \. , ( to \( \s whitespace, \d digit, \w word char + one or more, * zero or more, ? optional | OR operator Common Pitfalls 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 Testing python3 -c "import re; print(re.search(r'your_pattern', 'test text'))" File Organization Location : .claude/ directory in project root Naming : .claude/hookify.{descriptive-name}.local.md Gitignore : Add .claude/*.local.md to .gitignore Commands /hookify [description] - Create new rules (auto-analyzes conversation if no args) /hookify-list - View all rules in table format /hookify-configure - Toggle rules on/off interactively /hookify-help - Full documentation Quick Reference Minimum viable rule: --- name: my-rule enabled: true event: bash pattern: dangerous _command --- Warning message here
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。