experience-ui-bundle-features-generate

Install pre-built authentication and search features into Salesforce UI bundle projects.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill experience-ui-bundle-features-generate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: experience-ui-bundle-features-generate
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/experience-ui-bundle-features-generate
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill experience-ui-bundle-features-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you add tested authentication or search capabilities to Salesforce UI bundle apps without building those flows from scratch.

Core Features & Use Cases

  • Feature discovery: Search the available UI bundle features before coding to avoid duplicate work.
  • Safe installation: Install pre-built features with dry-run, conflict detection, and resolution support.
  • Example integration: Apply bundled example files into the correct target files and clean them up afterward.
  • Use cases: Add login and logout flows, protected routes, session management, or global search across pages and content.

Quick Start

Ask me to install the matching pre-built feature for authentication or search in your Salesforce UI bundle app.

Frequently Asked Questions about experience-ui-bundle-features-generate

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

FAQPage Schema
How do I add login and protected routes to a Salesforce UI bundle app?▼

The skill inspects your uiBundles/*/src/ project code, discovers available authentication features, and installs pre-built login, logout, and protected route capabilities directly into your Salesforce UI bundle application.

What is the best way to implement global search across pages in a UI bundle project?▼

The best way to implement global search across pages is installing a pre-built search feature for Salesforce UI bundles. It integrates search capabilities across your pages and content, avoiding the need to write custom search logic from scratch.

Can I install authentication or search features without overwriting my existing UI bundle code?▼

Yes, the skill performs project code inspection and conflict-aware installation with dry-run and conflict detection support, ensuring your existing uiBundles/*/src/ files are not overwritten during feature integration.

How do I integrate example files for session management into my target project files?▼

The skill applies bundled example files into the correct target files within your uiBundles/*/src/ project and automatically cleans up those example files afterward to maintain a tidy codebase.

Does the Salesforce UI bundle feature installer support placeholder renaming?▼

Yes, the Salesforce UI bundle feature installer supports placeholder renaming. It handles renaming placeholders during feature installation to ensure the integrated authentication or search code matches your project structure.

What should I do before adding authentication to my UI bundle to avoid duplicate work?▼

Before adding authentication, you should perform feature discovery to search available UI bundle features. This prevents duplicate work by checking which pre-built login, logout, or session management capabilities already exist for your project.