When writing code against an external library, framework, SDK, or API, look up its CURRENT documentation with the context7 MCP tools instead of relying on memory. Use whenever you import/call a third-party package or hit an unfamiliar or fast-moving API.
$npx -y skills add duckbugio/flock --skill library-docs-lookupInstalls into the current project.
Run `npx skills use "https://github.com/duckbugio/flock" --skill "duckbugio/flock/library-docs-lookup"` 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/duckbugio/flock" that are relevant to the current task. Run `npx skills add "https://github.com/duckbugio/flock"` and select the relevant skills, then follow their instructions.