HouseHudson agentic AI plugins: governance skills for AI code assistants and Foundry VTT development patterns
npx claudepluginhub ImproperSubset/hh-agenticsReusable governance skills and hooks for AI code assistants: delegation policies, development workflows, documentation management, git branching, plugin extensions, and automatic skill activation
Comprehensive skills for Foundry VTT module development: V13 migration, multi-client safety, version compatibility, data migrations, error handling, hooks, data storage, sheets, dice rolling, sockets, active effects, canvas, localization, compendiums, combat, chat messages, and applications
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
HouseHudson agentic AI plugins for Claude Code.
/plugin marketplace add ImproperSubset/hh-agentics
/plugin install cc-governance@ImproperSubset
/plugin install fvtt-dev@ImproperSubset
Reusable governance skills and hooks for AI code assistants.
Skills:
| Skill | Description | Triggers |
|---|---|---|
cc-delegation-policy | When/how to delegate work to subagents | "implement", "add feature", context-heavy tasks |
cc-development-workflow | Agent routing, git discipline, testing | Starting features, committing, PRs |
cc-plugin-extensions | Extend plugins with project-specific context | Installing plugins, project-specific paths/conventions |
documentation-management | Document types, naming, lifecycle | Creating .md files, audits |
git-branching-strategy | One-feature-one-branch, size limits | Starting work, branch decisions |
Hooks:
| Hook | Event | Purpose |
|---|---|---|
| Status reminder | SessionStart | Reminds to check docs/tracking/ACTIVE.md if it exists |
| Skill evaluation | UserPromptSubmit | Forces Claude to evaluate and load relevant skills before implementing |
Essential skills for Foundry VTT module development.
Skills:
| Skill | Description | Triggers |
|---|---|---|
fvtt-v13-migration | V13 patterns and migration guidance | "migrate to V13", "ESM", "DataModel", API changes |
fvtt-performance-safe-updates | Multi-client update safety | Document updates, hooks, concurrent operations |
fvtt-version-compat | V12/V13 API compatibility layer | Version detection, compat wrappers |
fvtt-data-migrations | Schema versioning and migrations | Data upgrades, schema changes |
fvtt-error-handling | Error handling patterns | Hooks.onError, notifications |
MIT