If you're writing server-side scripts for Salesforce B2C Commerce and need to look up API methods or check XSD schemas without leaving your terminal, this skill wraps the b2c CLI's documentation commands. It searches and reads Script API docs for classes like ProductMgr or Basket, pulls up XML schemas for catalog or order imports, and even downloads fresh docs from your instance. The CLI renders everything in your terminal or outputs raw markdown and JSON, which is handy for piping into other tools. It's faster than opening a browser when you just need to check what methods are available on a commerce object.
npx skills add https://github.com/salesforcecommercecloud/b2c-developer-tooling --skill b2c-docs