plugins/life-science-research/skills/gnomad-graphql-skill/SKILL.md
Submit compact gnomAD GraphQL requests for frequency, gene constraint, and variant context queries. Use when a user wants concise gnomAD summaries
npx skillsauth add openai/plugins gnomad-graphql-skillInstall 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.
scripts/gnomad_graphql.py for all gnomAD GraphQL work.max_items=3 to 5.query_path for long GraphQL documents instead of pasting large inline queries.... in tool previews as UI truncation, not part of the real query.save_raw=true and report the saved file path.query or query_pathvariables, max_items, max_depth, timeout_sec, save_raw, raw_output_path{"query":"query { meta { clinvar_release_date } }"}{"query":"query Variant($variantId: String!, $dataset: DatasetId!) { variant(variantId: $variantId, dataset: $dataset) { variantId genome { ac an af } } }","variables":{"variantId":"1-55516888-G-GA","dataset":"gnomad_r4"},"max_items":3}ok, source, top_keys, a compact summary, and raw_output_path when save_raw=true.ok=false with error.code such as invalid_json, invalid_input, network_error, invalid_response, or graphql_error.echo '{"query":"query { meta { clinvar_release_date } }"}' | python scripts/gnomad_graphql.py
scripts/gnomad_graphql.py.tools
Top-level workflow skill for USD performance diagnosis and optimization. Use for slow loading, high memory, low FPS, or 'optimize my scene' requests; delegates auth/runtime setup to Phase 0 owners.
data-ai
Use when the user mentions MagicPath, designs, UI components, themes, canvas selections, or repo-to-canvas UI work; run magicpath-ai to search, inspect, install, or author components.
documentation
Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.
tools
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.