sales-app-extensibility

Coordinates end-to-end development of VTAS App extensions from discovery to deployment.

39|9|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/vtex/skills --skill sales-app-extensibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sales-app-extensibility
Source: https://github.com/vtex/skills/tree/main/tracks/sales-app/skills/sales-app-extensibility
Command: npx skills add https://github.com/vtex/skills --skill sales-app-extensibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end development of VTEX Sales App extensions, enabling teams to start from discovery and planning and finish with deployment-ready components and documentation.

Core Features & Use Cases

  • Discovery-driven workflow for extension points, hooks, templates, and API integration patterns.
  • Automated code generation scaffolds, typing, and documentation for Sales App extensions.
  • Local testing guides and deployment steps to streamline FastStore WebOps integration.

Quick Start

Follow this seven-step workflow to validate prerequisites, perform discovery, approve a plan, generate code, create docs, test locally, and deploy your Sales App extension.

Frequently Asked Questions about sales-app-extensibility

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build VTEX Sales App extensions for cart and PDP extension points?

Build VTEX Sales App extensions by using a discovery-driven workflow that scaffolds TypeScript components and hooks for cart, PDP, and menu extension points. The process generates production-ready code and documentation from planning through deployment.

What do I need to deploy Sales App extensions with FastStore WebOps?

Deploying Sales App extensions with FastStore WebOps requires a FastStore environment with Sales App installed, proper extension points configured, and a definedExtensions entry in index.tsx to ensure correct rendering before testing and deployment.

How does code generation work for VTEX Sales App hooks and TypeScript types?

Code generation for VTEX Sales App automates scaffolding by creating TypeScript types, hooks, and templates based on discovery and planning. It generates production-ready components and documentation tailored to specific extension points and API integration patterns.

Can I use IO proxy authentication patterns for Sales App API integration?

Yes, Sales App extensions support API integration using either IO proxy or direct authentication patterns. The workflow includes discovery for integration patterns, generating TypeScript code that handles authentication and data fetching for your specific extension points.

What is the workflow for testing and deploying VTEX Sales App extensions locally?

The workflow for testing and deploying VTEX Sales App extensions follows a seven-step process: validate prerequisites, perform discovery, approve a plan, generate code, create documentation, test locally, and deploy via FastStore WebOps integration.