Agent skill · Data & Analytics

bc-customers

Work with BigCommerce customers — Customer API, customer groups, addresses, stored instruments, attributes, Customer Login API (SSO), and customer segmentation. Use when building customer-facing features or integrating customer data.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bc-customers --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
Allowed tools: ReadWriteEditBashGrepGlobWebSearchWebFetch
Path: skills/api/bc-customers/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 Customer Management ## Before writing code **Fetch live docs**: 1. Web-search `site:developer.bigcommerce.com rest customers` for Customers API reference 2. Fetch `https://developer.bigcommerce.com/docs/start/authentication/customer-login` for Customer Login API 3. Web-search `bigcommerce customer groups api` for customer group management ## Customer API (V3) ### Endpoints | Endpoint | Methods | Description | |----------|---------|-------------| | `/v3/customers` | GET, POST, PUT, DELETE | Customer CRUD | | `/v3/customers/addresses` | GET, POST, PUT, DELETE | Customer addresses | | `/v3/customers/attributes` | GET, POST, PUT, DELETE | Custom attribute definitions | | `/v3/customers/attribute-values` | GET, PUT, DELETE | Attribute values per customer | | `/v3/customers/form-field-values` | GET, PUT | Form field values | | `/v3/customers/settings` | GET, PUT | Customer settings | ### Customer Fields Core fields: - `id`, `email`, `first_name`, `last_name`, `company` - `phone`, `date_created`, `date_modified` - `customer_group_id` — assigned group - `notes` — admin notes - `registration_ip_address` - `authentication` — password or external auth ### Creating Customers ```j

What's inside
Steps it walks through
  1. Before writing code
  2. Customer API (V3)
  3. Endpoints
  4. Customer Fields
  5. Creating Customers
  6. Customer Groups
  7. What They Do
  8. Managing Groups
  9. Default Groups
  10. Customer Addresses
  11. CRUD Operations
  12. Custom Attributes
  13. Attribute Definitions
  14. Attribute Values
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the bc-customers skill do?

Work with BigCommerce customers — Customer API, customer groups, addresses, stored instruments, attributes, Customer Login API (SSO), and customer segmentation. Use when building customer-facing features or integrating customer data.

How do I install it?

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