From cdeec3b003f162e9f0af76fd68e725f970f2a1a7 Mon Sep 17 00:00:00 2001 From: k-j-kim Date: Wed, 18 Mar 2026 10:53:29 -0700 Subject: [PATCH] Fix skill validation: description length and trigger context for configuring-webapp-metadata, creating-webapp Made-with: Cursor --- skills/configuring-webapp-metadata/SKILL.md | 2 +- skills/creating-webapp/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/configuring-webapp-metadata/SKILL.md b/skills/configuring-webapp-metadata/SKILL.md index 17918c8..d3863ab 100644 --- a/skills/configuring-webapp-metadata/SKILL.md +++ b/skills/configuring-webapp-metadata/SKILL.md @@ -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 diff --git a/skills/creating-webapp/SKILL.md b/skills/creating-webapp/SKILL.md index 2326866..20c2e1a 100644 --- a/skills/creating-webapp/SKILL.md +++ b/skills/creating-webapp/SKILL.md @@ -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/**/*" ---