
Agentforce
- 2 repo stars
- Updated December 4, 2025
- flemx/agentforce-playground-claude-plugins
AgentForce plugin
About
agentforce is a Claude Code skill for ai & agent building. AgentForce plugin It helps developers move faster with AI-assisted coding.
- agentforce
- AI & Agent Building
- AI-coding skill
Agentforce by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add flemx/agentforce-playground-claude-plugins/plugin install agentforce@agentforce-playgroundAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | December 4, 2025 |
| Repository | flemx/agentforce-playground-claude-plugins ↗ |
What it does
AgentForce plugin
README.md
Salesforce AgentForce Plugin Marketplace
Experimental playground for Salesforce AgentForce integrations with Claude Code
A curated collection of plugins, skills, and tools designed to supercharge Salesforce Solution Engineers and developers working with AgentForce AI agents. This marketplace provides ready-to-use integrations, automation tools, and demo capabilities for Claude Code.
🎯 What is This?
This is a Plugin Marketplace for Claude Code — a specialized collection of Salesforce and AgentForce-related plugins that extend Claude Code's capabilities for working with Salesforce ecosystems.
Why a Marketplace?
Plugin marketplaces allow you to share reusable plugins with your team or organization. Instead of manually installing plugins on each machine, you can:
- 📦 Share once, use everywhere — Publish plugins to a central repository
- 🔄 Auto-sync — Team members automatically get access to all marketplace plugins
- 🚀 Rapid deployment — Solution Engineers can quickly set up demos and proof-of-concepts
- 🧪 Experiment safely — Test experimental features in a controlled environment
Learn more about plugin marketplaces in the official documentation.
⚡ Quick Start
Want to jump right in?
- Open Claude Code in VSCode
- Run:
/plugin marketplace add https://github.com/flemx/agentforce-playground-claude-plugins.git - Run:
/plugin→ Browse and install plugins → Select "agentforce" - Say:
Create an AgentForce portal
That's it! Claude Code will set up everything automatically. 🎉
See detailed installation instructions below
🎪 What's Inside
Current Plugins
1. AgentForce Plugin (agentforce)
A comprehensive plugin for Salesforce AgentForce development and demonstrations.
What it includes:
Skills:
agentforce-portal— Automated setup and deployment of a customizable Next.js portal for showcasing AgentForce AI agents
MCP Servers:
- Heroku MCP — Deploy apps to Heroku directly from Claude Code
- Salesforce DX MCP — Interact with Salesforce orgs, metadata, data, users, and run Apex tests
Perfect for:
- Solution Engineers building customer demos
- Developers prototyping AgentForce integrations
- Teams exploring AgentForce capabilities
🚀 Getting Started
Prerequisites
- Claude Code installed (VSCode extension)
- Salesforce CLI (for Salesforce DX MCP)
- Heroku CLI (for Heroku deployments)
Installation
Follow these three simple steps to get started:
1️⃣ Add Marketplace → 2️⃣ Install Plugin → 3️⃣ Use Skills
Step 1: Add the Marketplace
Open Claude Code in VSCode and add this marketplace:
/plugin marketplace add https://github.com/flemx/agentforce-playground-claude-plugins.git
This connects Claude Code to this plugin marketplace, making all plugins available for installation.
Step 2: Install the AgentForce Plugin
Browse and install the plugin:
/plugin
Then:
- Select "Browse and install plugins"
- Find "agentforce" in the list
- Click to install
Step 3: Start Using It!
Once installed, you can immediately start using the skills:
Create an AgentForce portal
Or invoke the skill directly:
Use the agentforce-portal skill to set up my demo
Claude Code will automatically handle the setup, from checking dependencies to launching your portal! 🚀
What Gets Installed
When you install the AgentForce plugin, you get:
✅ Skills:
agentforce-portal— Automated portal setup
✅ MCP Servers:
- Heroku MCP — Deploy to Heroku
- Salesforce DX MCP — Salesforce development tools
✅ Ready to Use:
- No additional configuration needed
- Skills are immediately available
- MCP servers auto-configured
📚 Plugin Documentation
AgentForce Portal Setup (agentforce-portal skill)
The agentforce-portal skill automates the entire process of setting up a personalized demo portal for showcasing Salesforce AgentForce AI agents.
What it does:
- ✅ Checks and installs prerequisites (Node.js, Git)
- ✅ Clones and sets up the Next.js portal application
- ✅ Configures Salesforce integration automatically
- ✅ Customizes the landing page based on your requirements
- ✅ Starts the development server
Usage:
In Claude Code, simply ask:
Create an AgentForce portal
Or be more specific:
Use the agentforce-portal skill to set up my demo
I need to set up a customer demo portal for AgentForce
Features:
- 🤖 Fully automated — Minimal user intervention required
- 🎨 Customizable — Personalize landing pages, logos, and branding
- 🔗 Salesforce integrated — Connects directly to your Salesforce org and agents
- 🚀 Deploy ready — Includes Heroku deployment support
What you'll need:
- Salesforce org with AgentForce agents configured
- Domain URL from your Salesforce org
- Connected App credentials (Client ID & Secret)
For detailed documentation, see agentforce/skills/agentforce-portal/SKILL.md
🔧 MCP Servers Included
Heroku MCP
Deploy and manage Heroku applications directly from Claude Code.
Available commands:
- Create new Heroku apps
- Deploy applications
- Manage environment variables
- View logs and status
Salesforce DX MCP
Comprehensive Salesforce development toolkit.
Available toolsets:
- Orgs — Manage Salesforce orgs and authentication
- Metadata — Deploy and retrieve metadata
- Data — Import/export data
- Users — Manage users and permissions
🎯 Use Cases
For Solution Engineers
- Quick Demos — Set up a branded AgentForce portal in minutes
- Customer Workshops — Create personalized demo environments
- Proof of Concepts — Rapidly prototype AgentForce solutions
For Developers
- Local Development — Full Salesforce DX integration
- Deployment Automation — One-command Heroku deployments
For Teams
- Shared Playground — Experiment with new AgentForce features
- Knowledge Sharing — Standardized setup processes
- Best Practices — Curated tools and workflows
🛠️ Plugin Structure
agentforce-playground/
├── README.md # This file
├── agentforce/ # Main AgentForce plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── .mcp.json # MCP server configurations
│ └── skills/
│ └── agentforce-portal/
│ └── SKILL.md # Portal setup skill
└── [future-plugins]/ # Additional plugins coming soon
🧪 Experimental & Demo Features
⚠️ Note: This is an experimental playground. Plugins and features may change as we explore new AgentForce capabilities.
Current experiments:
- Automated portal setup with intelligent customization
- Streamlined Salesforce authentication flows
- One-click Heroku deployments
Coming soon:
- AgentForce API testing utilities
- Conversation flow builders
- Multi-agent orchestration tools
- Custom agent templates
📖 Learn More
Claude Code Resources
Salesforce Resources
🤝 Contributing
This is an experimental playground! Contributions, ideas, and feedback are welcome.
Adding a New Plugin
- Create a new directory for your plugin
- Add
.claude-plugin/plugin.jsonwith metadata - Include any skills, MCP servers, or tools
- Document usage in a README or SKILL.md file
Improving Existing Plugins
- Fork this repository
- Make your improvements
- Test thoroughly in Claude Code
- Submit a pull request with documentation
📝 License
[Your License Here]
👤 Author
Damien Fleminks
🐛 Issues & Support
Found a bug or have a feature request?
- Open an issue in this repository
- Contact the plugin maintainer
- Check the Claude Code documentation
Happy building with AgentForce! 🚀