salesforce-flexipage

Generate and validate Salesforce Lightning FlexiPages for RecordPage, AppPage, and HomePage workflows.

803|289|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/forcedotcom/afv-library --skill salesforce-flexipage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salesforce-flexipage
Source: https://github.com/forcedotcom/afv-library/tree/main/skills/salesforce-flexipage
Command: npx skills add https://github.com/forcedotcom/afv-library --skill salesforce-flexipage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides users to create, generate, modify, and validate Salesforce Lightning FlexiPages, reducing manual page configuration and deployment errors.

Core Features & Use Cases

  • Generate RecordPage, AppPage, and HomePage templates with proper regions, facets, and required fields
  • Bootstrap, deploy, and iteratively enhance FlexiPages using MCP actions for component discovery and configuration
  • Validate XML structure and provide best-practice guidelines for error handling and incremental development

Quick Start

Bootstrap a new FlexiPage with the CLI, validate the base page, then iteratively add components and deploy updates.

Frequently Asked Questions about salesforce-flexipage

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

FAQPage Schema
How do I create a Salesforce FlexiPage for Lightning Experience?

To create a Salesforce FlexiPage for Lightning Experience, generate RecordPage, AppPage, or HomePage templates with proper regions and facets, then validate the XML structure and deploy via MCP actions for component discovery.

What is the best way to validate FlexiPage XML before deployment?

The best way to validate FlexiPage XML before deployment is using automated validation that checks region configuration, component structure, and required fields, providing best-practice guidelines for error handling and incremental development.

Can I use MCP actions to discover and configure components for a Lightning page?

Yes, you can use MCP-driven actions to discover and configure components for a Lightning page, enabling iterative enhancement and incremental deployment of FlexiPages after bootstrapping the initial base page.

Does this approach support generating AppPage and HomePage templates alongside RecordPages?

Yes, this approach supports generating AppPage and HomePage templates alongside RecordPages, covering all three FlexiPage workflows for Lightning Experience with proper region and component configuration.

How do I iteratively add components and deploy updates to a FlexiPage?

To iteratively add components and deploy updates to a FlexiPage, bootstrap the base page with the CLI, validate it, then use MCP actions for component discovery and incremental deployment practices to push updates.