priv/skills/arrowcircle-jido-skills/skills/req-llm/SKILL.md
Builder-oriented guidance for the upstream `req_llm` package. Use when Codex needs to configure providers, shape LLM requests, implement streaming or structured outputs, or review `req_llm` boundaries versus `llm_db`, `jido`, and `jido_ai`.
npx skillsauth add agentjido/agentjido_xyz req-llmInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
req_llm is the upstream Hex package name.
Use this skill when the task is about making LLM calls from Elixir through Req-based provider adapters.
Good triggers:
req_llm or in a Jido action."Read references/builder-notes.md before coding when the task involves provider differences, request/response shapes, or how req_llm fits under jido_ai.
jido_ai or jido rather than hiding orchestration in the HTTP client.llm_db when capability or pricing constraints matter.iex or test-friendly flow.req_llm.llm_db.jido or jido_ai.testing
Drafts concise release notes from a list of validated changes in the skills runtime demo.
development
Reviews changed files for correctness, safety, and test gaps in the skills runtime demo.
tools
Converts temperature and distance inputs for the deterministic multi-skill orchestration demo.
tools
Scaffolds a Jido plugin with signal routes, actions, and docs notes for workbench consumers.