From 04801328346e84dc79c5db506b732f02d777ea91 Mon Sep 17 00:00:00 2001 From: "ysachdeva@salesforce.com" Date: Tue, 5 May 2026 13:09:04 +0530 Subject: [PATCH] fix: add allowed-tools, fix stage, expand description in creating-sf-skill - Add scoped allowed-tools: Bash(npx tsx scripts/validate-skills.ts) Read Write AskUserQuestion - Change stage from Pilot to Published (skill is actively in use) - Expand description to 100+ words with additional trigger phrases --- skills/creating-sf-skill/SKILL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skills/creating-sf-skill/SKILL.md b/skills/creating-sf-skill/SKILL.md index 342d3f0..38cfe2c 100644 --- a/skills/creating-sf-skill/SKILL.md +++ b/skills/creating-sf-skill/SKILL.md @@ -1,10 +1,11 @@ --- name: creating-sf-skill -description: "AI-assisted skill authoring pipeline for the afv-library. Use when the user wants to create a new skill, update an existing skill, generate a skill spec, scaffold skill files, or add a new capability to the skill catalog. TRIGGER when: user says create skill, new skill, skill creator, author skill, scaffold skill, generate skill, update skill, add a skill, skill pipeline. DO NOT TRIGGER when: user is directly editing an existing SKILL.md without asking for guided authoring.Invoke this skill whenever someone needs to add a new capability to the afv-library skill catalog, or wants to update/improve an existing skill. This includes creating skills for Apex, metadata, LWC, Flow, Agentforce, or any Salesforce domain." +description: "AI-assisted skill authoring pipeline for the afv-library. Use when the user wants to create a new skill, update an existing skill, generate a skill spec, scaffold skill files, or add a new capability to the skill catalog. TRIGGER when: user says create skill, new skill, skill creator, author skill, scaffold skill, generate skill, update skill, add a skill, skill pipeline, write a skill, build a skill, skill template, skill spec. Also triggers when user wants to add a capability for Apex, metadata, LWC, Flow, Agentforce, or any Salesforce domain to the skill catalog. DO NOT TRIGGER when: user is directly editing an existing SKILL.md without asking for guided authoring, or when user is running evals against an existing skill." license: LICENSE.txt has complete terms metadata: version: "1.0" - stage: Pilot + stage: Published +allowed-tools: Bash(npx tsx scripts/validate-skills.ts) Read Write AskUserQuestion --- # Instructions