/help
Display help and documentation
$ npx -y skills add athola/claude-night-market --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/help
Context preview
What this command does when you run it.
Display help and documentation
Command definition
help.mdname: help
description: Display help and documentation
usage: /hookify:help
examples:
- /hookify:help
Hookify Help
Overview
Hookify enables creation of custom behavioral rules through markdown configuration files. Prevent unwanted behaviors with pattern matching - no complex JSON or coding required.
Quick Start
1. **Create a rule:**
/hookify Don't use console.log in files
2. **View your rules:**
/hookify:list
3. **Manage rules:**
/hookify:configure
Commands
- `/hookify [instruction]` - Create rule or analyze conversation
- `/hookify:list` - Show all rules
- `/hookify:configure` - Enable/disable rules interactively
- `/hookify:help` - This help message
Rule Files
Rules are stored in `.claude/hookify.{name}.local.md`
Example Rule
---
name: dangerous-rm
enabled: true
event: bash
pattern: rm\s+-rf
action: block
---
š **Dangerous rm command!**
This could delete files.
Event Types
- **bash** - Bash commands
- **file** - File edits
- **stop** - Before stopping
- **prompt** - User input
- **all** - All events
Actions
- **warn** - Show warning, allow operation (default)
- **block** - Prevent operation
Learn More
For detailed rule syntax and examples:
Skill(hookify:writing-rules)
For hook scope decisions:
Skill(abstract:hook-scope-guide)
Support
Issues and questions: https://github.com/athola/claude-night-market/issues
Read more
name: help description: Display help and documentation usage: /hookify:help examples: - /hookify:help
Hookify Help
Overview
Hookify enables creation of custom behavioral rules through markdown configuration files. Prevent unwanted behaviors with pattern matching - no complex JSON or coding required.
Quick Start
1. **Create a rule:**
/hookify Don't use console.log in files
2. **View your rules:**
/hookify:list
3. **Manage rules:**
/hookify:configure
Commands
- `/hookify [instruction]` - Create rule or analyze conversation
- `/hookify:list` - Show all rules
- `/hookify:configure` - Enable/disable rules interactively
- `/hookify:help` - This help message
Rule Files
Rules are stored in `.claude/hookify.{name}.local.md`
Example Rule
--- name: dangerous-rm enabled: true event: bash pattern: rm\s+-rf action: block --- š **Dangerous rm command!** This could delete files.
Event Types
- **bash** - Bash commands
- **file** - File edits
- **stop** - Before stopping
- **prompt** - User input
- **all** - All events
Actions
- **warn** - Show warning, allow operation (default)
- **block** - Prevent operation
Learn More
For detailed rule syntax and examples:
Skill(hookify:writing-rules)
For hook scope decisions:
Skill(abstract:hook-scope-guide)
Support
Issues and questions: https://github.com/athola/claude-night-market/issues
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Other commands on claude-night-market.
- /aggregate-logs
Generate LEARNINGS.md from skill execution logs.
Open command - /analyze-skill
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Open command - /bulletproof-skill
Harden skills against rationalization and bypass behaviors
Open command - /context-report
Generate context optimization report for skill directories
Open command - /create-command
Create slash commands with brainstorming and best practices
Open command - /create-hook
Create hooks with brainstorming and security-first design
Open command

