GraphQL Federation skill for Claude Code
npx claudepluginhub wundergraph/graphql-federation-skillGraphQL Federation skill for creating correct federation subgraphs. Covers entities, @key, @shareable, @external, @requires, @provides, @override, @inaccessible, @interfaceObject, @authenticated, @requiresScopes, composition rules, and real-world patterns.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A Claude Code skill that teaches Claude how to write correct GraphQL Federation schemas with WunderGraph Cosmo or Apollo Federation.
@key, @shareable, @external, @requires, @provides, @override, @inaccessible, @interfaceObject)@authenticated, @requiresScopes)/plugin marketplace add wundergraph/graphql-federation-skill
/plugin install graphql-federation@wundergraph-graphql-federation
Once installed, Claude Code automatically activates the skill when you work on GraphQL Federation tasks. You can also invoke it explicitly:
Use the graphql-federation skill to create an entity type for my user service
| File | Description |
|---|---|
skills/graphql-federation/SKILL.md | Core skill with essential directives, patterns, and error prevention |
skills/graphql-federation/references/directives.md | Complete specification of all 14 federation directives |
skills/graphql-federation/references/composition-rules.md | All validation rules for successful composition |
skills/graphql-federation/references/patterns.md | Advanced patterns for real-world federation scenarios |
Apache-2.0