aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Display help and documentation
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/helpContext preview
What this command does when you run it.
Display help and documentation
name: help description: Display help and documentation usage: /hookify:help examples: - /hookify:help
Hookify enables creation of custom behavioral rules through markdown configuration files. Prevent unwanted behaviors with pattern matching - no complex JSON or coding required.
1. **Create a rule:**
/hookify Don't use console.log in files
2. **View your rules:**
/hookify:list
3. **Manage rules:**
/hookify:configure
Rules are stored in `.claude/hookify.{name}.local.md`
--- name: dangerous-rm enabled: true event: bash pattern: rm\s+-rf action: block --- ๐ **Dangerous rm command!** This could delete files.
For detailed rule syntax and examples:
Skill(hookify:writing-rules)
For hook scope decisions:
Skill(abstract:hook-scope-guide)
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.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.