Add a format-specific resolver to GitWand core. Use this skill whenever someone wants to add support for a new file format, file extension, lockfile, config file type, or format-specific conflict resolution strategy. Triggers: "add resolver for .prisma", "handle composer.lock conflicts", "resolve .tf files", "new format support", "add lockfile resolver", "teach GitWand about X files".
$npx -y skills add devlint/gitwand --skill add-resolverInstalls into the current project.
Run `npx skills use "https://github.com/devlint/gitwand" --skill "devlint/gitwand/add-resolver"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/devlint/gitwand" that are relevant to the current task. Run `npx skills add "https://github.com/devlint/gitwand"` and select the relevant skills, then follow their instructions.