Include writing scripts in skill trigger conditions

The skill was only invoked for scan/run/deploy/init but not when
writing entrypoint.py, causing agents to miss the required patterns
(e.g., toPandas → transform → createDataFrame).
This commit is contained in:
Alba Rivas 2026-06-30 12:06:03 +02:00
parent 3b1cf44c59
commit ead3567d1b
No known key found for this signature in database
GPG Key ID: B3469272318AEEBC

View File

@ -1,6 +1,6 @@
---
name: developing-datacloud-code-extension
description: "Develop and deploy Data Cloud Code Extensions using SF CLI plugin. Use this skill when creating custom Python transformations for Data Cloud, deploying code extensions, or testing data transformations. Supports init, run, scan, and deploy operations."
description: "Develop and deploy Data Cloud Code Extensions using SF CLI plugin. Use this skill when writing or updating code extension scripts, creating new projects, scanning, testing, or deploying. Covers the full lifecycle: write, init, scan, run, and deploy."
metadata:
version: "1.0"
---
@ -13,6 +13,7 @@ This skill provides a complete workflow for developing, testing, and deploying c
## When to Use
- User wants to write or update a code extension script (entrypoint.py)
- User wants to create a new code extension project
- User needs to test a code extension locally
- User wants to scan code for required permissions