apollo-connectors
Help users write Apollo Connectors schemas to integrate REST APIs into GraphQL supergraphs using @source and @connect directives with selection mapping. Use this skill when the user: (1) mentions "connectors", "Apollo Connectors", or "REST Connector", (2) wants to integrate a REST API into GraphQL, (3) references @source or @connect directives, (4) works with files containing "# Note to AI Friends: This is an Apollo Connectors schema".
npx skills add majiayu000/claude-skill-registry --skill apollo-connectors --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Apollo Connectors Schema Assistant ## MCP Tools If GraphOS MCP Tools are available, use them: - **connectors-spec**: Fetch the complete Connectors specification before starting any connector work - **apollo_docs_search**: Search for relevant documentation - **apollo_docs_read**: Read specific documentation pages by slug **Documentation paths by topic:** - Requests: `/graphos/connectors/requests/url`, `/headers`, `/body`, `/batching` - Responses: `/graphos/connectors/responses/fields`, `/error-handling` - Mapping: `/graphos/connectors/mapping`, `/arrays`, `/enums`, `/literals` - Entities: `/graphos/connectors/entities`, `/patterns` ## Process Follow this 5-step process. **DO NOT skip any steps.** ### Step 1: Research - [ ] Understand the API being called and the structure of responses - [ ] Ask the user for example API responses if not provided - [ ] Fetch relevant documentation from MCP tools or reference files - [ ] DO NOT write any code until research is complete ### Step 2: Implement - [ ] Create the schema using the template below - [ ] Follow the grammar, methods, and variables in the reference files - [ ] Ask clarifying questions if unsure about requirements ### Step 3: Val
- MCP Tools
- Process
- Step 1: Research
- Step 2: Implement
- Step 3: Validate (Compose)
- Step 4: Execute
- Step 5: Test
- Schema Template
- Reference Files
- Key Rules
- Selection Mapping
- Entities
- Literal Values
- Headers
What does the apollo-connectors skill do?
Help users write Apollo Connectors schemas to integrate REST APIs into GraphQL supergraphs using @source and @connect directives with selection mapping. Use this skill when the user: (1) mentions "connectors", "Apollo Connectors", or "REST Connector", (2) wants to integrate a REST API into GraphQL, (3) references @source or @connect directives, (4) works with files containing "# Note to AI Friends: This is an Apollo Connectors schema".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill apollo-connectors --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
