Agent skill · Backend & API

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill apollo-connectors --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0
Declared author: apollographql
Allowed tools: Bash(rover:*)Bash(curl:*)ReadWriteEditGlobGrep
Requires: Requires rover CLI installed. Works with Claude Code and similar AI coding assistants.
Path: skills/api/apollo-connectors/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. MCP Tools
  2. Process
  3. Step 1: Research
  4. Step 2: Implement
  5. Step 3: Validate (Compose)
  6. Step 4: Execute
  7. Step 5: Test
  8. Schema Template
  9. Reference Files
  10. Key Rules
  11. Selection Mapping
  12. Entities
  13. Literal Values
  14. Headers
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going