AI prompts and rules library for Agentforce Vibes development, content creation, and workflow automation.
## 📚 About
This repository contains curated prompts and system rules designed specifically for Agentforce Vibes projects. It includes templates for coding, content creation, documentation, and AI-assisted workflows.
## 🗂️ Structure
```
afv-library/
├── prompts/ # AI prompts organized by use case
│ ├── coding/ # Development and programming prompts
│ │ ├── debug.md
│ │ ├── refactor.md
│ │ └── documentation.md
│ ├── content/ # Content creation prompts
│ │ ├── blog-post.md
│ │ ├── social-media.md
│ │ └── marketing-copy.md
│ ├── development/ # Salesforce-specific prompts
│ │ ├── apex-helper.md
│ │ ├── flow-builder.md
│ │ └── admin-tasks.md
│ └── general/ # General-purpose prompts
│ ├── brainstorm.md
│ └── planning.md
└── rules/ # System rules for Agentforce Vibes
├── cursor/ # Cursor IDE configuration rules
│ ├── coding-standards.md
│ └── project-setup.md
├── cline/ # Cline agent rules
│ └── development-workflow.md
└── general/ # Universal AI guidelines
└── best-practices.md
```
## 🚀 Quick Start
### Using with VS Code Extension
Coming soon!
### Manual Usage
Browse the repository and copy/paste any prompt or rule directly into your Agenforce Vibes.
## 📝 Prompt Format
All prompts use YAML frontmatter for metadata:
```markdown
---
name: Clear Prompt Name
description: Brief explanation of what this prompt does
tags: category, use-case, tool
---
Your prompt content goes here.
Include placeholders like [INSERT CODE] where users should add their own content.