Skip to content

Commit ce36522

Browse files
authored
Remove rules (#125)
1 parent 7c4688d commit ce36522

2 files changed

Lines changed: 5 additions & 94 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Agentforce Vibes Library
22

3-
AI skills and rules library for Agentforce Vibes development of Salesforce metadata.
3+
AI skills library for Agentforce Vibes development of Salesforce metadata.
44

55
## 📚 About
66

7-
This repository curates Salesforce-focused skills and system rules from the wider developer community to accelerate Agentforce Vibes agentic workflows.
7+
This repository curates Salesforce-focused skills from the wider developer community to accelerate Agentforce Vibes agentic workflows.
88

99
## 🗂️ Structure
1010

1111
```
1212
afv-library/
13-
├── rules/ # Single-file guardrails and standards
1413
├── skills/ # Directory-based executable workflows
1514
│ ├── generating-apex/
1615
│ ├── generating-custom-object/
@@ -19,14 +18,14 @@ afv-library/
1918
├── samples/ # Synced sample apps (e.g. from npm)
2019
│ └── ui-bundle-template-app-react-sample-b2e/
2120
│ └── ...
22-
├── scripts/
21+
├── scripts/
2322
│ └── ...
2423
└── README.md
2524
```
2625

2726
## Manual Usage
2827

29-
Browse the repository and copy/paste any rule or skill directly into Agentforce Vibes or your preferred AI tool.
28+
Browse the repository and copy/paste any skill directly into Agentforce Vibes or your preferred AI tool.
3029

3130
## Samples
3231

@@ -42,7 +41,7 @@ The GitHub Action runs these same commands and opens a PR only when the npm pack
4241

4342
## 🛠️ Agent Skills
4443

45-
Agent Skills extend rules by bundling executable workflows, scripts, and reference materials into self-contained directories. Skills follow the open [Agent Skills specification](https://agentskills.io/) and are portable across many agent tools (Cursor, Claude Code, VS Code extensions, etc.).
44+
Agent Skills are modular capabilities that bundle executable workflows, scripts, and reference materials into self-contained directories. Skills follow the open [Agent Skills specification](https://agentskills.io/) and are portable across many agent tools (Agentforce Vibes, Cursor, Claude Code, etc).
4645

4746
### Directory Structure
4847

rules/a4v-expert-global-rule.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)