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

Ask your AI to “Install the skills from the cirra-ai/skills GitHub repo”

Exact implementation steps vary by platform; follow the guidance of your AI.

You can find more details and instructions for common platforms below ↓

If you run into issues, check your AI client’s docs or contact support@cirra.ai.

Credit: most of the skills were adapted from the sf-skills repository maintained by Jag Valaiyapathy (and in turn built on community input, see credits)

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.

Install for Claude Code: claude plugin install cirra-ai-sf@cirra-ai. For Claude Cowork, ask your AI to install the skills from the cirra-ai/skills GitHub repo.
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.

sf-apex
Generates and reviews Salesforce Apex code with best practices and 150-point scoring using the Cirra AI MCP Server. Use when writing Apex classes, triggers, test classes, batch jobs, or reviewing e…
v2.0.5 apex skill-only
⬇ Download
sf-audit
Run a comprehensive Salesforce org audit producing 18 documents from a single scan. Inventories and scores Apex classes, triggers, Flows, Process Builders, Workflow Rules, LWC components, custom ob…
v3.1.1 audit skill-only
⬇ Download
sf-cms
Salesforce CMS content expert. Use whenever the user wants to create, update, clone, publish, unpublish, tag, or search CMS managed content, manage CMS workspaces (spaces), folders, or channels, or…
v1.0.1 cms skill-only
⬇ Download
sf-connect-rest
Salesforce Connect REST API expert for the generic connect_rest tool. Use when a Salesforce task needs a capability with no dedicated Cirra tool: named credentials, custom domains, org and user set…
v1.0.1 connect-rest skill-only
⬇ Download
sf-data
Salesforce data and SOQL expert. Execute SOQL queries (natural language or raw SOQL), build optimized queries with selectivity analysis, insert/update/upsert/delete records, validate data operation…
v2.0.3 data skill-only
⬇ Download
sf-diagram
Creates Salesforce architecture diagrams using Mermaid with ASCII fallback. Use when visualizing OAuth flows, data models (ERDs), integration sequences, system landscapes, role hierarchies, or Agen…
v2.0.3 diagram skill-only
⬇ Download
sf-flow
Creates and validates Salesforce flows with 110-point scoring and Summer '26 best practices using Cirra AI MCP Server. Use when building record-triggered flows, screen flows, autolaunched flows, sc…
v2.5.4 flow skill-only
⬇ Download
sf-help-fetch
Read the full text of a Salesforce documentation page — both Salesforce Help (help.salesforce.com) and the developer docs (developer.salesforce.com) — without a browser, and answer Salesforce relea…
v1.3.1 help-fetch skill-only
⬇ Download
sf-kugamon
Kugamon CPQ quote and subscription management for Salesforce via Cirra AI MCP Server. Use when creating, verifying, or managing opportunities, quotes, orders, contracts, assets, subscriptions, or r…
v2.0.2 kugamon skill-only
⬇ Download
sf-lwc
Lightning Web Components development with PICKLES architecture methodology, component scaffolding, wire service patterns, event handling, Apex integration, GraphQL support, and Jest test generation…
v2.0.3 lwc skill-only
⬇ Download
sf-metadata
Salesforce metadata operations expert. Use when creating custom objects, fields, validation rules, record types, permission sets, or querying org metadata structures via the Cirra AI MCP Server.
v2.3.1 metadata skill-only
⬇ Download
sf-orders
Salesforce Order Management for orders, returns, and cases via Cirra AI MCP Server. Use when asked about order status, return orders, return labels, support cases from returns, or the order-to-retu…
v2.0.2 orders skill-only
⬇ Download
sf-permissions
Permission Set analysis, hierarchy viewer, and "Who has X?" auditing. Use when analyzing permissions, visualizing PS/PSG hierarchies, finding which Permission Sets grant access to specific objects,…
v2.0.2 permissions skill-only
⬇ Download
sf-provisioning
Salesforce user and access provisioning expert. Use whenever the user wants to create a Salesforce user, add a login, onboard a contractor/admin/integration account, grant or enable a capability (s…
v1.0.2 provisioning skill-only
⬇ Download

How to Install

Installation steps may change as the AI platforms and the skills standards evolve. 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

  1. Install Claude Cowork if you haven't already.
  2. In a new conversation, ask your AI to “Install the skills from the cirra-ai/skills GitHub repo”
  3. You may need to restart the app to see the skills

You can also go to the Customize menu to:

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 should invoke 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 Chat (web or desktop)

  1. In a new thread, say "Install the skills from the cirra-ai/skills GitHub repo"
  2. This should invoke the built-in skill-installer skill to clone the GitHub repo and install the latest skills for you
  3. You can also go to Customize → Skills
  4. Download a .skill file above
  5. Click + to upload the file

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 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 the plugin:
    claude 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.