From vfm-agent-company
GraphQL API expertise from Meta - the company that created GraphQL. Build efficient, type-safe APIs with powerful querying capabilities. Use when building GraphQL APIs, implementing GraphQL clients, or migrating from REST to GraphQL. Learn GraphQL from Facebook/Instagram's production experience.
npx claudepluginhub duylinhdang1998/claude-template-agent --plugin vfm-agent-companyThis skill uses the workspace's default tool permissions.
**Expert**: Sarah Chen (Meta React Core Team, 12 years)
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Expert: Sarah Chen (Meta React Core Team, 12 years) Level: 9/10 - Meta created GraphQL in 2012
GraphQL from Meta (Facebook) - created to solve API inefficiencies at scale. Used by Instagram, Facebook, GitHub, Shopify, and thousands of companies.
The Problem:
The Solution: GraphQL
Define your API contract in GraphQL schema language, then implement resolvers.
Meta created DataLoader to solve N+1 query problems. See references/optimization.md for details.
Meta's pattern for pagination in GraphQL. See references/schema.md for implementation.
Last Updated: 2026-02-03 Expert: Sarah Chen (Meta, 12 years) - Meta created GraphQL