generating-ui-bundle-features

Automate authentication and search features in Salesforce UI bundle applications.

Updated May 19, 2026
One-click install
npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill generating-ui-bundle-features-dmckeesf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-ui-bundle-features
Source: https://github.com/dmckeeSF/mcpdctn0507/tree/main/.agents/skills/generating-ui-bundle-features
Command: npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill generating-ui-bundle-features-dmckeesf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit addresses the need to integrate authentication and search functionalities into UI bundle applications efficiently, without the need for manual development.

Core Features & Use Cases

  • Authentication: Streamline login, logout, protected routes, and session management.
  • Search: Implement global search across pages and content.
  • Use Case: When developing a UI bundle app that requires secure access and the ability to search through content, this Skill unit simplifies the process.

Quick Start

To add authentication and search to your UI bundle app, activate the 'generating-ui-bundle-features' skill.

Frequently Asked Questions about generating-ui-bundle-features

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

FAQPage Schema
How do I add authentication to a Salesforce UI bundle application?

You can add authentication to a Salesforce UI bundle application by activating a skill that automates login, logout, protected routes, and session management without manual development.

How do I implement global search functionality in a UI bundle app?

Implement global search in a UI bundle app by using an automation skill that configures content indexing and search capabilities across all application pages automatically.

What directory structure is required to add authentication and search to UI bundles?

Adding authentication and search requires a uiBundles/*/src/ directory to exist in your project, serving as the target location for the automated feature integration.

Can I automate both login session management and content search for the same UI bundle app?

Yes, you can automate both login session management and content search simultaneously for a UI bundle app by activating a single feature generation skill.

What is the best way to secure routes in a UI bundle without manual coding?

The best way to secure routes without manual coding is using an automation skill that generates protected route configurations and login/logout logic directly into your UI bundle source.

Does this UI bundle feature generation support custom authentication flows?

The skill focuses on standard login, logout, protected routes, and session management for UI bundle applications, and does not explicitly document support for custom authentication flows.