Skip to content
Development
Command

/help

Display help and documentation

From plugin
claude-night-market
325163 skills59 agents163 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --agent claude-code

How 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.md
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

Read more
Ships withclaude-night-market

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.

Get the whole plugin, auto-invoked
Stats
325
Stars
0
Views
35
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
8mo ago
Created

Repo: athola/claude-night-market