Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add BanibrataChatterjee/AwesomeSalesforceSkills --skill industries-process-designgit clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/industries-process-design)<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/industries-process-design"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/industries-process-design/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/industries-process-design"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/industries-process-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00105 | $0.04788 |
| Opus 5 | $0.00053 | $0.02394 |
| Sonnet 5 | $0.00021 | $0.00958 |
| Haiku 4.5 | $0.00011 | $0.00479 |
Grade A, and why
industries-process-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Industries Process Design
This skill activates when a practitioner needs to design, map, or customize industry-specific business process flows across Salesforce Industries clouds — covering the insurance claims lifecycle (FNOL intake through financial closure), telecom commercial-to-technical order decomposition in Communications Cloud, and utility service request workflows in Energy and Utilities Cloud. It produces process design blueprints that account for the prebuilt industry OmniScript frameworks, the declarative decomposition rule engines, and the external system integration dependencies that govern when industry processes can execute.
Before Starting
Gather this context before working on anything in this domain:
- Confirm the correct license for the cloud in scope. Insurance process design requires the Claims Management module license (separate from base FSC Insurance). Communications Cloud process design requires both the Communications Cloud package and OmniStudio. E&U Cloud service order design requires the E&U Cloud package and, critically, a functional CIS integration — service orders trigger automated CIS API callouts and will fail at runtime if the integration is not active.
- Identify the prebuilt OmniScript framework before designing custom stages. Each industry vertical ships prebuilt OmniScript-based process flows. The most common and costly mistake is assuming these must be rebuilt from scratch. Salesforce ships prebuilt FNOL OmniScript guided flows for Insurance Cloud covering six lifecycle stages; Communications Cloud ships TM Forum-aligned decomposition flows; E&U Cloud ships service order workflows with CIS callout steps. The design task is customization, not reconstruction.
- Process runtime differs per vertical. Insurance process design runs on the Claims Management OmniScript framework within FSC. Communications Cloud process design centers on Industries Order Management declarative decomposition rules (not Flows, not Apex). E&U process design uses service order records plus CIS callout automation. Designing one vertical's process using another vertical's runtime tooling produces solutions that cannot be activated or deployed.
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 239 lines · 105 tokens per session scan A 28ab2321b3a0
industries-process-design is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 105 tokens to every session and 4,788 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
saga-orchestration
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building…
service-agentforce-channel-configure
Wires an existing, active Agentforce agent to a channel by resolving a fallback queue, setting up inbound routing (either PATCH SessionHandlerId on the MessagingChannel, or an inbound RoutingFlow for Voice/Email), and optionally configuring outbound escalation. Use when the user wants to add a channel to an existing…
platform-lightning-app-coordinate
Build complete Salesforce Lightning Experience applications from natural language descriptions. Use this skill when a user requests a "complete app", "Lightning app", "business solution", "management system", or describes a scenario requiring multiple interconnected Salesforce components (objects, fields, pages, tabs…
hunt-django
Hunt Django-specific vulnerabilities: DRF permission gaps, ORM injection, and admin exploitation.
owl-admin-app-dev
Use this skill when developing an application that installed slowlyo/owl-admin, especially backend CRUD, menus, permissions, controllers, services, routes, config/admin.php, app/Admin, helper functions, settings(), adminpages(), AdminPipeline, upload/file preview issues, route conflicts, custom login/menu examples, or…
owl-admin-devtools-generator
A development guide for Owl Admin, a Laravel-based administration system, covering its code generator, API templates, relationships, and visual pages.