Commit Graph

3 Commits

Author SHA1 Message Date
chandresh-patelsf
9edf77bd6e
Update getting datacloud schema (#243)
* 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.

* fix: restore metadata version field in getting-datacloud-schema skill

* fix: move requirements.txt to project root in directory structure diagrams
2026-05-07 11:11:09 +05:30
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