platform-lightning-app-coordinate

platform-lightning-app-coordinate is a skill for Claude Code from forcedotcom/sf-skills. It costs 79 tokens per session (4,528 once invoked), scanned A, original, Apache-2.0.

A builder for complete Salesforce Lightning apps, including their data objects, fields, pages, tabs, and access settings. Salesforce Lightning is the web interface used to build business applications inside Salesforce.

In plain words
What is it for?
Creating end-to-end Salesforce applications such as tracking, onboarding, or management systems.
Why use it?
It coordinates the connected parts of an application so they can be created in the right order instead of assembled one piece at a time.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the salesforce-development plugin — 37 skills, 13 commands, 2 agents, 3 MCP servers shipped together

Good fit Creating end-to-end Salesforce applications such as tracking, onboarding, or management systems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/forcedotcom/sf-skills/platform-lightning-app-coordinate
Install

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.

Any agent
npx skills add forcedotcom/sf-skills --skill platform-lightning-app-coordinate
Clone the repo
git clone --depth 1 https://github.com/forcedotcom/sf-skills

Made for: Claude Code.

Or install salesforce-development, the plugin that ships this one along with the rest of its 37 skills, 13 commands, 2 agents, 3 MCP servers.

Wrote 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.

agentmods badge for platform-lightning-app-coordinate

README.md
[![agentmods](https://agentmods.dev/badge/skills/forcedotcom/sf-skills/platform-lightning-app-coordinate/github.svg)](https://agentmods.dev/skills/forcedotcom/sf-skills/platform-lightning-app-coordinate)
Your own site
<a href="https://agentmods.dev/skills/forcedotcom/sf-skills/platform-lightning-app-coordinate"><img src="https://agentmods.dev/badge/skills/forcedotcom/sf-skills/platform-lightning-app-coordinate/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.

agentmods 80×15 button for platform-lightning-app-coordinate

Your own site · 80×15
<a href="https://agentmods.dev/skills/forcedotcom/sf-skills/platform-lightning-app-coordinate"><img src="https://agentmods.dev/badge/skills/forcedotcom/sf-skills/platform-lightning-app-coordinate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,528 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 27 Aug 2026
  • Snyk pass 27 Aug 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00079 $0.04528
Opus 5 $0.00039 $0.02264
Sonnet 5 $0.00016 $0.00906
Haiku 4.5 $0.00008 $0.00453

Measured 5d ago against content hash 1a3c0b41b580, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

platform-lightning-app-coordinate 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 5d 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.

plugins/builder/salesforce-development/skills/platform-lightning-app-coordinate/SKILL.md · 441 lines

How it starts

The opening of the file, as written. The whole thing — 441 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Generating Lightning App

Overview

Build a complete, deployable Salesforce Lightning Experience application from a natural language description by defining a Lightning Custom Application and orchestrating its dependent metadata types in correct dependency order. Invoke specialized metadata skills when available; generate metadata directly when no skill exists.

When to Use This Skill

Use when:

  • User requests a "Lightning app", or "end-to-end solution"
  • User says "build an app", "create an application", "build a [type] app" (project management, tracking, etc.)
  • The work produces a custom app (CustomApplication) plus supporting metadata, not a lone object, page, or tab in isolation

Examples that should trigger this skill:

  • "Build a project management lightning app with Tasks, Resources, and Supplies objects"
  • "Create a LEX app to track vehicles with Lightning pages and permission sets"
  • "I need a Space Station management system with multiple objects and relationships"
  • "Build an employee onboarding lightning app with custom Lightning Record Pages"

Do NOT use when:

  • Creating a single metadata component (use specific metadata skill instead)
  • Troubleshooting or debugging existing metadata
  • Building Salesforce Classic apps (not Lightning Experience)
  • User asks for just one object, or just one page, or just one permission set (without others)
  • User only needs to create or configure an app container (grouping existing tabs) without other metadata; use platform-custom-application-generate instead

Metadata Type Registry

This table shows which metadata types are commonly needed for Lightning Experience apps, their skill availability, and API context requirement.

Metadata Type Skill Name API Context Usage Rule
Custom Object platform-custom-object-generate salesforce-api-context MUST load skill AND call API context
Custom Field platform-custom-field-generate salesforce-api-context MUST load skill AND call API context
Custom Tab platform-custom-tab-generate salesforce-api-context MUST load skill AND call API context
FlexiPage platform-flexipage-generate salesforce-api-context MUST load skill AND call API context
Custom Application platform-custom-application-generate salesforce-api-context MUST load skill AND call API context
List View platform-list-view-generate salesforce-api-context MUST load skill AND call API context (if requested)
Validation Rule platform-validation-rule-generate salesforce-api-context MUST load skill AND call API context (if requested)
Flow automation-flow-generate metadata-experts pipeline MUST load skill AND run pipeline. Exempt from salesforce-api-context.
Permission Set platform-permission-set-generate salesforce-api-context MUST load skill AND call API context

Read the full file on GitHub · 441 lines

Changes

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.

  1. 5d ago First seen · 441 lines · 79 tokens per session scan A 1a3c0b41b580

Subscribe to this mod's changes

platform-lightning-app-coordinate is a skill published in the GitHub repository forcedotcom/sf-skills (974 stars, last pushed yesterday), licensed Apache-2.0. It adds 79 tokens to every session and 4,528 once invoked, about $0.0004 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.

Related

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…

wshobson/agents · 91 tokens

commerce-app-migrate

Migrate an Adobe Commerce App Builder project from the Integration Starter Kit or Checkout Starter Kit to the new App Management approach. Run from the root of the App Builder project to be migrated. Pass --auto to skip confirmation prompts (suitable for CI or batch use) — auto mode prints a summary of all Q&A…

adobe/skills · 130 tokens

copying-endpoints-across-projects

Copy a PostHog endpoint (a saved HogQL/insight query exposed as an API route) to another project in the same organization, or duplicate it under a new name in the same project. Use when the user wants to duplicate an endpoint, promote an endpoint from staging to production, replicate an endpoint's…

PostHog/posthog-foss · 184 tokens

full-stack-orchestration-full-stack-feature

Use when working with full stack orchestration full stack feature.

rmyndharis/antigravity-skills · 20 tokens

multi-platform-apps-multi-platform

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

rmyndharis/antigravity-skills · 32 tokens

linear-graphql-skill

Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.

holon-run/uxc · 51 tokens