Generates and manages ManagedEventSubscription metadata files for Salesforce platform event subscriptions with durable replay tracking. You'll reach for this when setting up event-driven integrations that need to survive restarts without losing their place in the event stream. It handles the XML boilerplate for .managedEventSubscription-meta.xml files and navigates the somewhat finicky validation rules around replay presets and state values. One gotcha worth knowing: the state field only accepts RUN or STOP, not PAUSE, which is reserved for internal platform use and will fail deployment. The skill enforces this and other constraints like proper topic name formatting for different event types. Saves you from documentation diving when you just need a working subscription config.
npx -y skills add forcedotcom/sf-skills --skill integration-eventing-subscription-configure --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills