From a6347c590a471920b0af93f0b0801e9a8231e35f Mon Sep 17 00:00:00 2001 From: Kevin Venkiteswaran <269057939+kevinv11n-sf@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:40:32 -0700 Subject: [PATCH] Update README --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 07f5330..9b8b238 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Agentforce Vibes Library -AI skills library for Agentforce Vibes development of Salesforce metadata. +Salesforce's official repository of agent skills for app building. It spans Agentforce agents, Lightning apps, Flow, Apex, SOQL, LWC, UI bundles, objects and fields, permission sets, and moreβ€”and we're just getting started. + +Optimized for Agentforce Vibes. Compatible with all AI tools that support skills. ## πŸ“š About -This repository curates Salesforce-focused skills from the wider developer community to accelerate Agentforce Vibes agentic workflows. +This repository curates Salesforce app building skills from Salesforce and the entire community. ## πŸ—‚οΈ Structure @@ -23,11 +25,15 @@ afv-library/ └── README.md ``` -## Manual Usage +## πŸš€ Usage -Browse the repository and copy/paste any skill directly into Agentforce Vibes or your preferred AI tool. +| **Tool** | **Do This** | +|----------|-------------| +| **Agentforce Vibes** | Skills are auto-installed and auto-updated | +| **Claude Code, Codex, Gemini CLI, OpenCode, etc** | `npx skills add forcedotcom/afv-library` | -## Samples + +## πŸ“¦ Samples The `samples/` folder contains synced sample apps. For example, `samples/ui-bundle-template-app-react-sample-b2e/` is kept in sync with the npm package `@salesforce/ui-bundle-template-app-react-sample-b2e` (nightly and on manual trigger via GitHub Actions). To run the same sync locally from the repo root: @@ -41,7 +47,7 @@ The GitHub Action runs these same commands and opens a PR only when the npm pack ## πŸ› οΈ Agent Skills -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). +Agent Skills are modular capabilities that bundle executable workflows, scripts, and reference materials into self-contained directories. This repository follows the open [Agent Skills specification](https://agentskills.io/) and is usable by all AI tools that support skills: Claude Code, Codex, Gemini CLI, OpenCode, etc. ### Directory Structure @@ -57,7 +63,7 @@ Each skill is a folder containing: See [Contributing](./CONTRIBUTING.md) for complete details. -## Feedback +## πŸ’¬ Feedback Found an issue or have a suggestion? - Open an issue in GitHub