{"id":47142124,"url":"https://github.com/forcedotcom/afv-library","last_synced_at":"2026-04-21T08:06:53.323Z","repository":{"id":324288297,"uuid":"1091890109","full_name":"forcedotcom/afv-library","owner":"forcedotcom","description":"Salesforce's curated collection of agent skills for building applications. Optimized for Agentforce Vibes, compatible with all AI tools.","archived":false,"fork":false,"pushed_at":"2026-04-15T03:13:28.000Z","size":5818,"stargazers_count":127,"open_issues_count":17,"forks_count":84,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-04-15T05:13:48.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Apex","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forcedotcom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-07T17:10:54.000Z","updated_at":"2026-04-14T16:08:00.000Z","dependencies_parsed_at":"2026-02-17T23:07:14.951Z","dependency_job_id":"6c3b9a64-697b-4b6d-b382-9fb8e24c937e","html_url":"https://github.com/forcedotcom/afv-library","commit_stats":null,"previous_names":["forcedotcom/afv-library"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/forcedotcom/afv-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fafv-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fafv-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fafv-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fafv-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forcedotcom","download_url":"https://codeload.github.com/forcedotcom/afv-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fafv-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-12T22:10:20.618Z","updated_at":"2026-04-21T08:06:53.316Z","avatar_url":"https://github.com/forcedotcom.png","language":"Apex","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agentforce Vibes Library\n\nThis repository provides a curated collection of Salesforce agent skills for building applications. It includes skills for Agentforce agents, Lightning apps, Flow, Apex, SOQL, Lightning Web Components (LWC), UI bundles, objects and fields, permission sets, and related areas.\n\nThe skills are contributed by Salesforce and the broader community. It’s optimized for Agentforce Vibes and can be used with any AI tool that supports skills.\n\n## 🗂️ Structure\n\n```\nafv-library/\n├── skills/               # Directory-based executable workflows\n│   ├── generating-apex/\n│   ├── generating-custom-object/\n│   ├── generating-flow/\n│   └── ...\n├── samples/              # Synced sample apps (e.g. from npm)\n│   └── ui-bundle-template-app-react-sample-b2e/\n│   └── ...\n├── scripts/\n│   └── ...\n└── README.md\n```\n\n## 🚀 Usage\n\n| **Tool** | **Usage** |\n|----------|-------------|\n| **Agentforce Vibes** | Skills are auto-installed and auto-updated |\n| **OpenCode, Claude Code, Codex, Cursor, [more](https://agentskills.io/)** | `npx skills add forcedotcom/afv-library` |\n\n## 📦 Samples\n\nThe `samples/` folder contains synced sample apps. For example, `samples/ui-bundle-template-app-react-sample-b2e/` tracks the npm package `@salesforce/ui-bundle-template-app-react-sample-b2e` (nightly and on manual trigger via GitHub Actions). \n\nTo run the same sync locally from the repository root: \n\n```bash\nnpm install\nnpm run sync-react-b2e-sample\n```\n\nThe GitHub Action runs the same commands and opens a pull request when the npm package version changes. For more information, see [samples/README.md](samples/README.md).\n\n## 🛠️ Agent Skills\n\nAgent Skills package executable workflows, scripts, and reference material into self-contained directories. This repository follows the open [Agent Skills specification](https://agentskills.io/) and can be used with OpenCode, Claude Code, Codex, Cursor, and other tools that support skills.\n\n### Directory Structure\n\nEach skill is a folder that can include:\n- `SKILL.md` (required): Instructions and YAML front matter.\n- `scripts/` (optional): Executable scripts (For example, Python, Bash, or JavaScript).\n- `references/` (optional): Extra reference documentation.\n- `assets/` (optional): Templates, schemas, and lookup data\n\n## 🤝 Contributing\n\nSee [Contributing](./CONTRIBUTING.md).\n\n## 💬 Feedback\n\n- Open an issue in this repository\n- Open a pull request with suggested changes\n- Use GitHub Discussions or the pull request thread for broader conversation\n\n## Project Governance \u0026 Support\n\n- [License](./LICENSE.txt)\n- [Code of Conduct](./CODE_OF_CONDUCT.md)\n- [Contributing](./CONTRIBUTING.md)\n- [Security](./SECURITY.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fafv-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforcedotcom%2Fafv-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fafv-library/lists"}