Agent skill · Data & Analytics

bc-api-graphql

Use the BigCommerce GraphQL Storefront API — queries, mutations, authentication tokens, customer impersonation, cart operations, and schema exploration. Use when building storefront features that need client-side data fetching.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlobWebSearchWebFetch
Path: skills/api/bc-api-graphql/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

# BigCommerce GraphQL Storefront API ## Before writing code **Fetch live docs**: 1. Fetch `https://developer.bigcommerce.com/docs/storefront/graphql` for GraphQL overview 2. Web-search `site:developer.bigcommerce.com graphql storefront api reference` for schema reference 3. Web-search `bigcommerce graphql storefront token` for token creation ## Architecture ### What It Is A client-side GraphQL API designed for storefront applications: - Endpoint: `https://{store_domain}/graphql` - Designed for browser/frontend usage (not server-to-server) - Fetch exactly the data you need in a single request - Supports: products, categories, cart, checkout, customer, site settings, content ### When to Use - **Stencil themes** — client-side AJAX calls for dynamic content - **Headless storefronts** — Catalyst/Next.js primary data source - **Single-page applications** — React, Vue, Angular storefronts - **Progressive enhancement** — add dynamic features to server-rendered pages ### GraphQL vs REST | Feature | GraphQL Storefront | REST API | |---------|-------------------|----------| | Audience | Frontend/browser | Backend/server | | Auth | Storefront token | API account token | | Data shape | Client-d

What's inside
Steps it walks through
  1. Before writing code
  2. Architecture
  3. What It Is
  4. When to Use
  5. GraphQL vs REST
  6. Authentication
  7. Storefront API Token
  8. Customer Impersonation Token
  9. Stencil Theme Context
  10. Key Queries
  11. Products
  12. Single Product
  13. Categories
  14. Cart
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the bc-api-graphql skill do?

Use the BigCommerce GraphQL Storefront API — queries, mutations, authentication tokens, customer impersonation, cart operations, and schema exploration. Use when building storefront features that need client-side data fetching.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bc-api-graphql --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