fvtt-hooks
CommunitySafely register and manage Foundry VTT hooks.
AuthorImproperSubset
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps Foundry VTT module developers implement and debug hooks safely, ensuring proper registration, lifecycle order, and cleanup.
Core Features & Use Cases
- Register persistent and one-time hooks using Hooks.on and Hooks.once.
- Trigger hooks with Hooks.call and Hooks.callAll.
- Debug hook execution order, cancellation behavior, and memory management across client sessions.
- Understand and apply the Foundry VTT hook lifecycle: init → i18nInit → setup → ready.
Quick Start
Register a simple hook sequence to verify lifecycle:
- Hooks.once("init", () => { console.log("Init complete"); });
- Hooks.on("ready", () => { console.log("App ready"); });
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fvtt-hooks Download link: https://github.com/ImproperSubset/hh-agentics/archive/main.zip#fvtt-hooks Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.