Fix skill validation: description length and trigger context for configuring-webapp-metadata, creating-webapp

Made-with: Cursor
This commit is contained in:
k-j-kim 2026-03-18 10:53:29 -07:00
parent 7995a088e8
commit cdeec3b003
No known key found for this signature in database
GPG Key ID: 40FA25A7DE938B04
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
name: configuring-webapp-metadata
description: Rules for web application metadata structure, webapplication.json configuration, and bundle organization
description: Use this skill when configuring web application metadata structure, webapplication.json, or bundle organization. Covers WebApplication bundle layout, meta XML, build output directory, and webapplication.json settings.
---
# WebApplication Requirements

View File

@ -1,6 +1,6 @@
---
name: creating-webapp
description: Core web application rules for SFDX React apps
description: Use this skill when creating or setting up a new SFDX React web application. Covers first steps, npm install, skills-first protocol, deployment order, and core web app rules.
paths:
- "**/webapplications/**/*"
---