building-ui-bundle-app

Orchestrate Salesforce React UI bundle creation from natural language descriptions.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/cchrisv/professorFlowVisualPicker --skill building-ui-bundle-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-ui-bundle-app
Source: https://github.com/cchrisv/professorFlowVisualPicker/tree/main/.agents/skills/building-ui-bundle-app
Command: npx skills add https://github.com/cchrisv/professorFlowVisualPicker --skill building-ui-bundle-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end creation of deployable Salesforce UI bundle apps by coordinating multiple ui-bundle skills in the proper dependency order, removing guesswork and sequencing errors.

Core Features & Use Cases

  • End-to-end UI bundle orchestration: coordinates scaffolding, features, data access, UI, and deployment in the correct order.
  • Phase-aware execution: ensures each phase runs only after dependencies are satisfied and validates artifacts before progressing.
  • Single-prompt app generation: converts natural language descriptions into a complete Salesforce React UI bundle ready for deployment.

Quick Start

Describe your desired Salesforce UI bundle in natural language and instruct this skill to generate a complete app.

Frequently Asked Questions about building-ui-bundle-app

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

FAQPage Schema
How do I generate a complete Salesforce React UI bundle from a natural language description?

To generate a Salesforce React UI bundle, you provide a natural language description and the skill orchestrates scaffolding, features, data access, UI, and deployment in the correct dependency order. It converts your text into a deployable app while validating artifacts at each phase.

What is phased orchestration for building Salesforce UI bundles?

Phased orchestration coordinates multiple ui-bundle skills sequentially, ensuring each phase like scaffolding or data access runs only after dependencies are satisfied. This phase-aware execution validates artifacts before progressing, removing sequencing errors and guesswork from the build process.

Can I automate React app scaffolding and deployment for Salesforce using a single prompt?

Yes, you can automate React app scaffolding and Salesforce deployment using a single prompt. The skill handles end-to-end creation by coordinating dependency-aware execution, linting, and validation to produce a deployment-ready UI bundle from your text input.

Does this approach handle dependency ordering for Salesforce UI bundle features automatically?

Yes, this approach handles dependency ordering automatically by coordinating multiple ui-bundle skills in the proper sequence. It ensures phase-aware execution so that features, data access, and UI components are built only after their required dependencies are met.

What are the limitations of automating Salesforce UI bundle generation with natural language?

The primary constraint is that automation relies on coordinating existing ui-bundle skills for React apps within the Salesforce platform. It requires clear natural language descriptions to accurately scaffold features and apply linting, limiting outputs to the supported ui-bundle ecosystem.