Commit Graph

4 Commits

Author SHA1 Message Date
Chandresh Patel
0b61c3fdf7
fix: restore metadata version field in getting-datacloud-schema skill 2026-05-06 15:59:10 -07:00
Chandresh Patel
0246f32a50
fix: update getting-datacloud-schema skill path references
Replace relative ./scripts/ paths with <skill_dir>/scripts/ to correctly resolve script location regardless of working directory. Remove metadata version field from frontmatter.
2026-05-06 15:53:59 -07:00
Jasmine Kaur
597ec0162d
feat: Add-test-related-toversion-frontmatter-field @W-22253778@ (#236)
Add-test-related-toversion-frontmatter-field
2026-05-05 13:30:56 +05:30
chandresh-patelsf
8f70982668
feat: add Data Cloud Code Extension and Schema skills (#180)
* feat: add Data Cloud Code Extension and Schema skills
 Add two new skills for Salesforce Data Cloud:
 - datacloud_code_extension: develop, test, and deploy Python code extensions
 - datacloud_schema: retrieve DLO and DMO schema information via REST APIs

* modify the skills name from  - datacloud_code_extension → developing-datacloud-code-extension  and datacloud_schema → getting-datacloud-schema

* updated  getting-datacloud-schema

* fix: address PR #180 review feedback and validation errors

- Wrap description values in double quotes in both SKILL.md files
- Trim developing-datacloud-code-extension SKILL.md from 755 to 319 lines
- Move README.md and quick-reference.md to references/ directory
- Remove "Claude Code" references and hardcoded local paths
- Use relative script paths (scripts/get_dlo_schema.py)
- Move getting-datacloud-schema docs/README.md to references/

---------

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-05-02 20:40:36 +05:30