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 forcedotcom/sf-skills --skill experience-lwc-generategit clone --depth 1 https://github.com/forcedotcom/sf-skillsWrote 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/forcedotcom/sf-skills/experience-lwc-generate)<a href="https://agentmods.dev/skills/forcedotcom/sf-skills/experience-lwc-generate"><img src="https://agentmods.dev/badge/skills/forcedotcom/sf-skills/experience-lwc-generate/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/forcedotcom/sf-skills/experience-lwc-generate"><img src="https://agentmods.dev/badge/skills/forcedotcom/sf-skills/experience-lwc-generate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket warn
- Snyk pass
- NVIDIA SkillSpector pass
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.00114 | $0.02265 |
| Opus 5 | $0.00057 | $0.01132 |
| Sonnet 5 | $0.00023 | $0.00453 |
| Haiku 4.5 | $0.00011 | $0.00227 |
Grade A, and why
experience-lwc-generate 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 10d 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 — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.
experience-lwc-generate: Lightning Web Components Development
Use this skill when the user needs Lightning Web Components: LWC bundles, wire patterns, Apex/GraphQL integration, SLDS 2 styling, accessibility, performance work, or Jest unit tests.
When This Skill Owns the Task
Use experience-lwc-generate when the work involves:
lwc/**/*.js,.html,.css,.js-meta.xml- component scaffolding and bundle design
- wire service, Apex integration, GraphQL integration
- SLDS 2, dark mode, and accessibility work
- Jest unit tests for LWC
Delegate elsewhere when the user is:
- writing Apex controllers or business logic first → platform-apex-generate
- building Flow XML rather than an LWC screen component → automation-flow-generate
- deploying metadata → platform-metadata-deploy
Required Context to Gather First
Ask for or infer:
- component purpose and target surface
- data source: LDS, Apex, GraphQL, LMS, or external system via Apex
- whether the user needs tests
- whether the component must run in Flow, App Builder, Experience Cloud, or dashboard contexts
- accessibility and styling expectations
Recommended Workflow
1. Choose the right architecture
Use the PICKLES mindset:
- prototype
- integrate the right data source
- compose component boundaries
- define interaction model
- use platform libraries
- optimize execution
- enforce security
2. Choose the right data access pattern
| Need | Default pattern |
|---|---|
| single-record UI | LDS / getRecord |
| simple CRUD form | base record form components |
| complex server query | Apex @AuraEnabled(cacheable=true) |
| related graph data | GraphQL wire adapter |
| cross-DOM communication | Lightning Message Service |
3. Start from an asset when useful
Use provided assets for:
- basic component bundles
- datatables
- modal patterns
- Flow screen components
- GraphQL components
- LMS message channels
- Jest tests
- TypeScript-enabled components
What ships with it
58 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.
- assets/apex-controller/LwcController.cls 12 KB
- assets/basic-component/basicComponent.css 1.5 KB
- assets/basic-component/basicComponent.html 4.5 KB
- assets/basic-component/basicComponent.js 7.3 KB runs code
- assets/basic-component/basicComponent.js-meta.xml 4.5 KB
- assets/datatable-component/datatableComponent.html 4.1 KB
- assets/datatable-component/datatableComponent.js 13 KB runs code
- assets/flow-screen-component/flowScreenComponent.css 1.7 KB
- assets/flow-screen-component/flowScreenComponent.html 7.1 KB
- assets/flow-screen-component/flowScreenComponent.js 14 KB runs code
- assets/flow-screen-component/flowScreenComponent.js-meta.xml 3.9 KB
- assets/form-component/formComponent.html 6.4 KB
- assets/form-component/formComponent.js 11 KB runs code
- assets/graphql-component/graphqlComponent.html 4.8 KB
- assets/graphql-component/graphqlComponent.js 11 KB runs code
- assets/jest-test/componentName.test.js.example 16 KB
- assets/message-channel/lmsPublisher.js 3.8 KB runs code
- assets/message-channel/lmsSubscriber.js 7.0 KB runs code
- assets/message-channel/RecordSelected.messageChannel-meta.xml 2.4 KB
- assets/modal-component/modalComponent.html 3.2 KB
- assets/modal-component/modalComponent.js 5.5 KB runs code
- assets/record-picker/recordPicker.html 2.0 KB
- assets/record-picker/recordPicker.js 5.4 KB runs code
- assets/state-store/store.js 9.1 KB runs code
- assets/typescript-component/typescriptComponent.css 1.3 KB
- assets/typescript-component/typescriptComponent.html 4.3 KB
- assets/typescript-component/typescriptComponent.js-meta.xml 2.4 KB
- assets/typescript-component/typescriptComponent.test.ts.example 14 KB
- assets/typescript-component/typescriptComponent.ts 12 KB runs code
- assets/workspace-api/workspaceComponent.html 3.4 KB
- assets/workspace-api/workspaceComponent.js 8.0 KB runs code
- README.md 4.1 KB
- references/accessibility-guide.md 22 KB
- references/advanced-features.md 2.8 KB
- references/async-notification-patterns.md 20 KB
- references/cli-commands.md 13 KB
- references/component-patterns.md 45 KB
- references/flow-integration-guide.md 19 KB
- references/jest-testing.md 25 KB
- references/lms-guide.md 22 KB
- references/lwc-best-practices.md 36 KB
- references/performance-guide.md 20 KB
- references/scoring-and-testing.md 3.8 KB
- references/slds-blueprints.json 781 KB
- references/slds-design-guide.md 11 KB
- references/state-management.md 20 KB
- references/template-anti-patterns.md 20 KB
- references/triangle-pattern.md 13 KB
- scripts/local-dev-preview.sh 1.1 KB runs code
- scripts/lwc-lsp-validate.py 8.6 KB runs code
- scripts/post-tool-validate.py 15 KB runs code
- scripts/slds_data/deprecated_patterns.json 3.4 KB
- scripts/slds_data/styling_hooks.json 2.9 KB
- scripts/slds_data/valid_slds_classes.json 7.4 KB
- scripts/slds_linter_wrapper.py 8.9 KB runs code
- scripts/slds_rules/__init__.py 593 B runs code
- scripts/template_validator.py 14 KB runs code
- scripts/validate_slds.py 27 KB runs code
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.
- 10d ago First seen · 211 lines · 114 tokens per session scan A db1ecbc16279
experience-lwc-generate is a skill published in the GitHub repository forcedotcom/sf-skills (978 stars, last pushed 2d ago), licensed Apache-2.0. It adds 114 tokens to every session and 2,265 once invoked, about $0.0006 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-08-30.
Other skills, from other repositories
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
menu-transitions-rtl
Animate react-horizontal-scrolling-menu scrolling and build right-to-left menus: noPolyfill defaults to true since v8, so transitionDuration (default 500), a custom-easing-function transitionBehavior, and per-call ScrollOptions { duration, boundary } on scrollToItem/scrollNext/scrollPrev are silently ignored unless…