This repository contains Salesforce admin skills for use with the
Cirra AI MCP Server.
These skills help your AI client:
-
Perform complex Salesforce admin tasks more reliably with detailed guidance, examples and
validation scripts
-
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:
-
‘Generate a comprehensive report of my org and highlight possible
improvements’
- ‘Audit my Apex, LWC and flows to ensure they meet best practices’
- ‘Fix the top priority issues found in the report you just generated’
- ‘Generate descriptions and help texts for all the custom fields’
-
‘Analyze all my profiles and permission sets and recommend security fixes and
cleanup’
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.
cirra-ai-sf
Salesforce admin plugin for use with the Cirra AI MCP Server.
v2.0.1
apex
flow
data
metadata
permissions
⬇ Download
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
-
Install Claude Cowork if
you haven't already.
-
In a new conversation, ask your AI to “Install the skills from the
cirra-ai/skills GitHub repo”
- You may need to restart the app to see the skills
You can also go to the Customize menu to:
- Upload the plugin zip directly
- Add the Cirra AI skills marketplace from
cirra-ai/skills
- Upload individual skills downloaded from this page
OpenAI Codex
-
Install OpenAI Codex if you
haven't already.
-
In a new thread, say "Install the skills from the
cirra-ai/skills GitHub
repo"
-
This should invoke the built-in
skill-installer skill to download the
latest skills and install them for you
- You may need to restart the app to see the skills
Claude Chat (web or desktop)
-
In a new thread, say "Install the skills from the
cirra-ai/skills GitHub
repo"
-
This should invoke the built-in
skill-installer skill to clone the GitHub
repo and install the latest skills for you
-
You can also go to
Customize → Skills
- Download a
.skill file above
- 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:
- Download the individual
.skill file using the links above
- 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)
-
Install the plugin:
claude plugin install cirra-ai-sf@cirra-ai
-
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.