Write efficient GraphQL queries against the Phoenix API. Load this skill in two cases: (1) before composing any non-trivial GraphQL query yourself for data analysis (via the phoenix-gql bash command) — it contains schema entrypoints and patterns that eliminate the need for introspection; (2) when the user asks for help writing GraphQL queries for their own scripts, tools, or integrations against Phoenix — it covers the endpoint, authentication, and client examples.
$npx -y skills add arize-ai/phoenix --skill phoenix-graphqlInstalls into the current project.
Run `npx skills use "https://github.com/arize-ai/phoenix" --skill "arize-ai/phoenix/phoenix-graphql"` 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/arize-ai/phoenix" that are relevant to the current task. Run `npx skills add "https://github.com/arize-ai/phoenix"` and select the relevant skills, then follow their instructions.