mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
<!-- Parent: external-diagram-visual-generate/SKILL.md -->
|
|
# Examples
|
|
|
|
Example prompts and outputs for external-diagram-visual-generate.
|
|
|
|
## ERD Examples
|
|
|
|
```bash
|
|
# Basic CRM ERD
|
|
gemini --yolo "/generate 'Salesforce ERD diagram: Account (blue), Contact (green), Opportunity (yellow). Show relationships with arrows. Clean white background.'"
|
|
|
|
# Custom Object ERD
|
|
gemini --yolo "/generate 'ERD diagram for custom objects: Project__c, Task__c, Resource__c. Master-detail and lookup relationships shown.'"
|
|
```
|
|
|
|
## LWC Mockup Examples
|
|
|
|
```bash
|
|
# Data Table Mockup
|
|
gemini --yolo "/generate 'Lightning datatable mockup showing Account records with columns: Name, Industry, Annual Revenue. Include search bar and pagination.'"
|
|
|
|
# Record Form Mockup
|
|
gemini --yolo "/generate 'Salesforce Lightning record form for Contact object. Show Name, Email, Phone, Account lookup fields.'"
|
|
```
|
|
|
|
## Architecture Examples
|
|
|
|
```bash
|
|
# Integration Flow
|
|
gemini --yolo "/generate 'Integration architecture diagram: Salesforce to ERP sync via MuleSoft. Show Platform Events, Named Credentials, External Services.'"
|
|
```
|
|
|
|
## Output Location
|
|
|
|
Generated images are saved to `~/nanobanana-output/`
|