Agent Skills by impropersubset
Showing 21 vetted skills indexed across 1 GitHub repositories.
documentation-management
Enforce documentation governance rules for Markdown files and project structures.
cc-plugin-extensions
Create project-specific plugin extension files with YAML frontmatter.
cc-development-workflow
Guide AI-assisted development workflows from planning through PR creation.
git-branching-strategy
Enforce one-feature-one-branch discipline in Git workflows.
fvtt-data-migrations
Migrate Foundry VTT module data structures with versioned, idempotent workflows.
fvtt-dice-rolls
Automate Foundry VTT dice rolls with Roll class evaluation and chat output.
fvtt-applications
Create and migrate Foundry VTT UI components using ApplicationV2.
fvtt-active-effects
Apply Foundry VTT Active Effects with durations and transfer modes to actors.
fvtt-v13-migration
Converts Foundry VTT modules from V12 to V13 using ES modules and DataModel.
fvtt-sheets
Build and migrate Foundry VTT ActorSheet and ItemSheet components across V1 and V2 APIs.
fvtt-localization
Implement i18n localization for Foundry VTT modules and systems.
fvtt-combat
Extend Foundry VTT Combat with custom initiative formulas and hooks.
fvtt-data-storage
Select optimal Foundry VTT storage among Flags, Settings, and Files.
fvtt-compendiums
Create, register, and manage Foundry VTT compendium packs for module distribution.
fvtt-performance-safe-updates
Enforce safe update patterns for Foundry VTT multi-client modules.
fvtt-sockets
Standardize socket-based communication and GM-delegated operations in Foundry VTT modules.
fvtt-canvas
Extend Foundry VTT canvas layers and token visuals using PIXI.js.
fvtt-chat-messages
Create and configure Foundry VTT chat messages with speakers, whispers, and roll results.
fvtt-version-compat
Wrap Foundry V12/V13/V15 deprecated globals into modern namespaced APIs.
fvtt-error-handling
Standardize Foundry VTT error funnels with Hooks.onError and NotificationOptions.
fvtt-hooks
Register and manage Foundry VTT hooks with Hooks.on, once, call, and callAll.