Build GraphQL API
curated by SkillMD · plugin · 4 skills
Design a GraphQL schema, implement resolvers with DataLoader, and integrate with Apollo.
Install the whole plugin (CLI)
npx skillmds add addyosmani/spec-driven-development
npx skillmds add antigravity/graphql
npx skillmds add addyosmani/api-and-interface-design
npx skillmds add phoroth/graphqlSkills in this plugin
- ▌ spec-driven-development · addyosmaniCreates structured specifications before writing code to clarify requirements, surface assumptions, and define success criteria, reducing rework and miscommunication.
- ▌ graphql · antigravityDesign GraphQL schemas, resolvers, and DataLoader patterns, integrate with Apollo/urql, and implement federation for microservices.
- ▌ api-and-interface-design · addyosmaniDesign stable, well-documented interfaces that are hard to misuse, including REST APIs, GraphQL schemas, module boundaries, and component props.
- ▌ graphql · phorothDesign GraphQL schemas, resolvers, and DataLoader patterns, and integrate clients with Apollo or urql.