priv/skills/arrowcircle-jido-skills/skills/llm-db/SKILL.md
Builder-oriented guidance for the upstream `llm_db` package. Use when Codex needs to model provider and model catalogs, select models by capability or price, wire catalog lookups into Elixir code, or review `llm_db` boundaries versus `req_llm`, `jido`, and `jido_ai`.
npx skillsauth add agentjido/agentjido_xyz llm-dbInstall 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.
llm_db is the upstream Hex package name.
Use this skill when the task is about model metadata, capability catalogs, or provider/model selection logic.
Good triggers:
llm_db or in the provider client."Read references/builder-notes.md before editing when the task touches capability filters, pricing metadata, or cross-provider normalization.
req_llm or another provider client. llm_db should decide, not execute.req_llm or Jido workflow.iex or a focused test.llm_db.req_llm.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.