iiRecord
Agentic AI Atlas · GraphQL Query
skill:graphql-querya5c.ai
II.
Skill JSON

skill:graphql-query

Structured · live

GraphQL Query json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/skills/extended-skills.yamlCluster · extensions
Record JSON
{
  "id": "skill:graphql-query",
  "_kind": "Skill",
  "_file": "extensions/skills/extended-skills.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GraphQL Query",
    "description": "Build, validate, and execute GraphQL queries and mutations. Reads\nschemas (introspection or .graphql files), generates typed\noperations, and exercises endpoints.\n",
    "kind": "claude-code-skill",
    "invocationMode": "model-invoked",
    "entrypoint": "SKILL.md",
    "domains": [
      "domain:web-development"
    ],
    "requiresLanguages": [
      "language:typescript"
    ],
    "sourceRef": "source-ref:anthropic-extra-skills"
  },
  "outgoingEdges": [
    {
      "from": "skill:graphql-query",
      "to": "domain:web-development",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "skill:graphql-query",
      "to": "extension-interface:reflection",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "skill:graphql-query",
      "to": "source-ref:anthropic-extra-skills",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "skill:graphql-query",
      "to": "skill-area:graphql-schema-design",
      "kind": "addresses",
      "attributes": {}
    },
    {
      "from": "skill:graphql-query",
      "to": "skill-area:api-design",
      "kind": "addresses",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}