Create new Harbor Boost modules — the Python plugins that run inside Harbor's LLM proxy. Use this skill whenever the user wants to build a Boost module, write a custom module for Harbor Boost, add a new feature to the Boost proxy pipeline, or create any kind of middleware that transforms, augments, or intercepts LLM chat completions in Harbor. Also triggers when the user mentions "boost module", "boost plugin", "custom module for boost", or wants to add prompt engineering, reasoning chains, or output transforms to Harbor's proxy layer.
$npx -y skills add av/harbor --skill new-boost-moduleInstalls into the current project.
Run `npx skills use "https://github.com/av/harbor" --skill "av/harbor/new-boost-module"` 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/av/harbor" that are relevant to the current task. Run `npx skills add "https://github.com/av/harbor"` and select the relevant skills, then follow their instructions.