LLM provider initialization for bridgic projects. Use when: (1) initializing OpenAILlm, OpenAILikeLlm, or VllmServerLlm, (2) configuring OpenAIConfiguration (model, temperature, max_tokens, timeout), (3) choosing the right provider package for a task, (4) using chat/stream interfaces or advanced protocols (StructuredOutput, ToolSelection).
$npx -y skills add bitsky-tech/amphiloop --skill bridgic-llmsInstalls into the current project.
Run `npx skills use "https://github.com/bitsky-tech/amphiloop" --skill "bitsky-tech/amphiloop/bridgic-llms"` 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/bitsky-tech/amphiloop" that are relevant to the current task. Run `npx skills add "https://github.com/bitsky-tech/amphiloop"` and select the relevant skills, then follow their instructions.