This repository contains Salesforce admin skills for use with the Cirra AI MCP Server.

These skills help your AI client:

  1. Perform complex Salesforce admin tasks more reliably with detailed guidance, examples and validation scripts
  2. Perform multi-step and long-running Salesforce admin tasks independently. Instead of entering prompts one at a time, describe an outcome, step away, and come back to finished work — formatted documents, organized files, and more.

Examples:

To learn more about skills see agentskills.io and What are skills?

Recommended installation More details and instructions for other platforms below ↓

Plugin Package Recommended for Claude Cowork and Claude Code

Complete Salesforce admin plugin for Claude Cowork, Claude Code and other AI clients that understand the plugin format.

The plugin includes all the skills listed below, as well as a collection of 'slash' commands for quick access to common tasks.

Install for Claude Cowork and Claude Code via the marketplace at cirra-ai/skills (no download needed).
See below ↓ for install instructions on other platforms.

Skill-Only Files Lightweight

If you prefer to install individual skills use the downloads below. Each package includes the SKILL.md file and all supporting assets and scripts.

See below ↓ for detailed install instructions.

cirra-ai-sf-apex
Generates and reviews Salesforce Apex code with 2025 best practices and 150-point scoring. Build production-ready, secure, and maintainable Apex.
apex skill-only
⬇ Download
cirra-ai-sf-data
Salesforce data operations skill for Claude Cowork and Claude Code. Provides SOQL expertise, test data factories, bulk operations, and pre-flight validation for data operations.
data skill-only
⬇ Download
cirra-ai-sf-flow
Creates and validates Salesforce Flows with 110-point scoring and Winter '26 best practices. Build production-ready, performant, and secure flows.
flow skill-only
⬇ Download
cirra-ai-sf-lwc
Lightning Web Components development skill with PICKLES architecture methodology, 165-point SLDS 2 scoring, and dark mode support. Build modern, accessible Salesforce UIs.
lwc skill-only
⬇ Download

How to Install

Please contact support@cirra.ai if you have any questions or need help with installation.

You can also check the Cirra AI docs for more information.


Claude Cowork or Claude Code (desktop)

  1. Install Claude Cowork if you haven't already.
  2. Open the Claude Desktop app and select the Cowork tab
  3. Click Plugins in the left sidebar
  4. Click Personal and then the + icon
  5. Select Add marketplace from GitHub
  6. Enter cirra-ai/skills and click Sync — then install cirra-ai-sf
  7. You may need to restart the app to see the skills

You can also upload the plugin zip directly, or install individual skills.

OpenAI Codex

  1. Install OpenAI Codex if you haven't already.
  2. In a new thread, say "Install the skills from the cirra-ai/skills GitHub repo"
  3. This will use the built-in skill-installer skill to download the latest skills and install them for you
  4. You may need to restart the app to see the skills

Claude web or desktop

  1. Download the skill zip you want to install
  2. Go to Settings → Capabilities
  3. Scroll down to Skills
  4. Click + Add to add a skill
  5. Upload the skill zip you downloaded

ChatGPT

ChatGPT does not support skills directly. We recommend you use Codex instead.

However, if you only have access to ChatGPT you can still use the skills as follows:

  1. Download the individual skill zip file using the links above
  2. Add the skill to a chat that has the Cirra AI app enabled.

Note that (unfortunately) neither Agent mode nor Custom GPTs support custom MCP apps at this time.

Claude Code (CLI)

  1. Install from the marketplace:
    /plugin marketplace add cirra-ai/skills
    /plugin install cirra-ai-sf@cirra-ai
  2. Or install from a downloaded plugin zip:
    /plugin install path/to/plugin.zip

See discover-plugins for details

Please contact support@cirra.ai if you have any questions or need help with installation.