Recap Integration is a integrations Claude Skill built by Joe Fabisevich. Best for: iOS/macOS developers automate integration of in-app release notes and version-gated feature announcements using the Recap library..
Integrate Recap Swift package into SwiftUI apps and automate release notes configuration.
Use this skill when integrating, configuring, or using the Recap library.
Start with these files:
README.mdSources/Recap/Public/RecapScreen.swiftSources/Recap/Public/View+Recap.swiftSources/Recap/Public/RecapDisplayPolicy.swiftSources/Recap/Public/RecapDisplayPolicy.Trigger.swiftDemo/Demo/Assets/Releases.mdDemo/Demo/DemoRecapScreen.swiftRead additional public API files in Sources/Recap/Public/ only if the task touches a specific type.
ReleasesParser(fileName:) for bundled release markdown.RecapScreen(releases:) as the entry point for presentation.RecapDisplayPolicy and RecapDisplayPolicy.Trigger over hand-rolled version gating..recapScreenPaginationStyle(.automatic) unless the user explicitly wants forced .labeled or .compact.View+Recap modifiers instead of editing internal implementation unless the task is explicitly a library change.When creating or editing a Recap releases markdown file:
README.md.Major, Minor, Patch) based on product impact, not commit count.Demo/Demo/Assets/Releases.md.If the task touches Mac Catalyst:
ReleasesParser is sufficient.RecapDisplayPolicy with custom version-comparison logic unless the user explicitly needs behavior outside the public API./plugin install recap-integration@mergesortRequires Claude Code CLI.
iOS/macOS developers automate integration of in-app release notes and version-gated feature announcements using the Recap library.
No reviews yet. Be the first to review this skill.
Joe Fabisevich
@mergesort