pegasystems
- 17 skills
- 0 followers
- 6 hours ago last updated
- ▌ Verify Catalog · pegasystemsVerify all catalog URLs return assets with matching file sizes. Use when user asks to "verify catalog", "validate urls", "check assets", or "verify releases".
- ▌ Catalog Release · pegasystemsRelease components to the Pega Dev Components catalog. Use when the user asks to "publish", "release", or "deploy" a component like Blueprint, CDH, or GenAI, or wants to walk through the release process.
- ▌ Launchpad Dx Apis · pegasystemsExplains how to use the Create Case DX API, including scalar content payloads, reference fields, allowed fields, and when to use this pattern.
- ▌ Launchpad Webembed · pegasystemsExplains how to embed Launchpad applications into external websites and custom front-end apps using the pega-embed web component. Covers CORS policy setup, OAuth authentication (Client Credentials and PKCE), embed attributes, theming, events, and complete code examples for React/Next.js integration.
- ▌ Launchpad Custom Function · pegasystems bundleCustom Functions are a type of Function that extends LaunchPad with code written in Java 11, Python 3.12, or Node.js 20 via AWS Lambda. Use this skill whenever the user asks what is a custom function, what types of functions exist, how to create or extend Launchpad with custom logic, or when troubleshooting handler naming conventions (Java package.Class::method, Python file.function), signature mismatches, AWS Lambda execution limits, or timezone/null handling in date or list functions. Use when the user needs to parse Excel files, perform advanced date manipulations, integrate external libraries, or handle specialized data transformations. Use when user asks for Callable rules.
- ▌ Launchpad UX Custom Frontend · pegasystems bundleGuide for building custom React front-ends on Pega Launchpad using the Pega React SDK (@pega/react-sdk-components). Use this skill whenever users ask about building complete custom front-ends over a Launchpad application. Do not use this skill for questions about DX API methods unless they specifically relate to building a custom front-end. Do not use this skill for questions about custom UX components or the pega-embed web component.
- ▌ Launchpad UX Custom Components · pegasystems bundleIntroduces Custom UX in Pega Launchpad / Constellation, when to build custom components, and what design information is needed.
- ▌ Launchpad UX Custom Builder · pegasystems bundleUse this skill for natural requests such as "Build a custom UX component for my Launchpad app", "Create a custom field, widget, or layout template", or "Design and publish a Launchpad component". The skill connects to the Launchpad app, reads its case/data model and theme through MCP, recommends the best UX, generates a theme-accurate SVG mock, and builds and publishes the approved component without requiring the developer to run DXCB setup manually.
- ▌ Cmp App Integration · pegasystemsRules and workflow for integrating Constellation Mobile SDK into a Compose Multiplatform application
- ▌ Core Kotlin Component · pegasystemsRules and guidelines for creating components in the core Kotlin module
- ▌ JS Component Unit Tests · pegasystemsRules and guidelines for writing unit tests for JavaScript components in the scripts/ bridge layer
- ▌ UI Renderer Cmp Component · pegasystemsRules and guidelines for creating component renderers in the ui-renderer-cmp Kotlin module
- ▌ Angular TS To JS Migration · pegasystemsRules and workflow for migrating Angular TypeScript components to plain ES module JavaScript for the scripts/ bridge layer
- ▌ UI Components Cmp Component · pegasystemsRules and guidelines for creating Compose Multiplatform UI components in the ui-components-cmp module
- ▌ UI Field Components Overriding · pegasystemsRules and guidelines for overriding UI field components in the Compose Multiplatform SDK
- ▌ Android Instrumented UI Test · pegasystemsRules and guidelines for writing Android instrumented UI tests for the android-cmp-app sample
- ▌ Pega Dx Component Builder · pegasystems bundleCreate or extend a Pega Constellation DX component in this UI gallery. Use for new custom components, config.json authoring, Storybook docs, Jest tests, component registration, and safe PCore or PConnect API integration that works on both Pega Platform and Launchpad (getMappedKey, CASE_INFO constants, capability checks).