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 2025 best practices and 150-point scoring. Build production-ready, secure, and maintainable Apex.
v2.0.1 apex skill-only
⬇ Download
sf-audit
Run a comprehensive Salesforce org audit that inventories and evaluates all major metadata categories: Apex classes, Apex triggers, Flows, Process Builders, Workflow Rules, LWC components, custom o…
v2.0.1 audit skill-only
⬇ Download
sf-data
Salesforce data and SOQL expert skill for AI coding tools. Build, optimize, and execute SOQL queries, manage data operations, generate test data, and validate operations via the Cirra AI MCP Server.
v2.0.1 data skill-only
⬇ Download
sf-diagram
Salesforce architecture diagram generation skill for AI coding tools. Create Mermaid diagrams for OAuth flows, data models (ERDs), integration sequences, system landscapes, and role hierarchies.
v2.0.1 diagram skill-only
⬇ Download
sf-flow
Creates and validates Salesforce Flows with 110-point scoring and Winter '26 best practices. Build production-ready, performant, and secure flows.
v2.0.1 flow skill-only
⬇ Download
sf-kugamon
Kugamon CPQ quote management for Salesforce. Create, verify, and manage opportunities, quotes, and orders using the Kugamon package (kugo2p) via the Cirra AI MCP Server.
v2.0.1 kugamon skill-only
⬇ Download
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.
v2.0.1 lwc skill-only
⬇ Download
sf-metadata
Salesforce metadata operations skill for AI coding tools. Create custom objects, fields, validation rules, record types, and permission sets directly in your org via the Cirra AI MCP Server.
v2.0.1 metadata skill-only
⬇ Download
sf-orders
Salesforce Order Management for managing orders, returns, and support cases. Covers the full order-to-return-to-case lifecycle using the Cirra AI MCP Server.
v2.0.1 orders skill-only
⬇ Download
sf-permissions
Salesforce permission analysis and auditing skill for AI coding tools. Analyze Permission Set hierarchies, find "who has access to X?", audit user permissions, and identify security risks via the C…
v2.0.1 permissions 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.