recap-integration — community recap-integration, community, ide skills

v1.0.0

이 스킬 정보

고급 Recap 라이브러리 통합 및 Swift 개발 기능이 필요한 iOS 에이전트에 적합합니다. Integrates the Recap Swift package into SwiftUI apps, authors Recap-compatible releases markdown, and configures RecapDisplayPolicy and RecapScreen customization. Use when adding Recap into an app, updating Releases.md, or customizing the behavior of a Recap screen.

mergesort mergesort
[255]
[11]
Updated: 3/10/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
39
Canonical Locale
en
Detected Body Locale
en

고급 Recap 라이브러리 통합 및 Swift 개발 기능이 필요한 iOS 에이전트에 적합합니다. Integrates the Recap Swift package into SwiftUI apps, authors Recap-compatible releases markdown, and configures RecapDisplayPolicy and RecapScreen customization. Use when adding Recap into an app, updating Releases.md, or customizing the behavior of a Recap screen.

이 스킬을 사용하는 이유

에이전트가 Recap 라이브러리의 RecapDisplayPolicy를 구성하고 활용할 수 있도록 하며, Swift와 RecapScreen을 사용하여 무결점 통합을 제공하고, 사용자 경험을 향상시키는 새로운 기능 화면을 제공합니다.

최적의 용도

고급 Recap 라이브러리 통합 및 Swift 개발 기능이 필요한 iOS 에이전트에 적합합니다.

실행 가능한 사용 사례 for recap-integration

사용자 지정 표시 트리거를 구현하기 위해 RecapDisplayPolicy를 구성함
Swift를 사용하여 Recap 라이브러리를 iOS 애플리케이션에 통합함
사용자 참여도 및 피드백을 향상시키는 새로운 기능 화면을 생성함

! 보안 및 제한 사항

  • Swift 프로그래밍 언어가 필요함
  • Recap 라이브러리 및 RecapDisplayPolicy에 특정됨
  • iOS 개발 환경에 한정됨

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is recap-integration?

고급 Recap 라이브러리 통합 및 Swift 개발 기능이 필요한 iOS 에이전트에 적합합니다. Integrates the Recap Swift package into SwiftUI apps, authors Recap-compatible releases markdown, and configures RecapDisplayPolicy and RecapScreen customization. Use when adding Recap into an app, updating Releases.md, or customizing the behavior of a Recap screen.

How do I install recap-integration?

Run the command: npx killer-skills add mergesort/Recap/recap-integration. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for recap-integration?

Key use cases include: 사용자 지정 표시 트리거를 구현하기 위해 RecapDisplayPolicy를 구성함, Swift를 사용하여 Recap 라이브러리를 iOS 애플리케이션에 통합함, 사용자 참여도 및 피드백을 향상시키는 새로운 기능 화면을 생성함.

Which IDEs are compatible with recap-integration?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for recap-integration?

Swift 프로그래밍 언어가 필요함. Recap 라이브러리 및 RecapDisplayPolicy에 특정됨. iOS 개발 환경에 한정됨.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add mergesort/Recap/recap-integration. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use recap-integration immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

recap-integration

Install recap-integration, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Recap Integration

Use this skill when integrating, configuring, or using the Recap library.

What to read first

Start with these files:

  • README.md
  • Sources/Recap/Public/RecapScreen.swift
  • Sources/Recap/Public/View+Recap.swift
  • Sources/Recap/Public/RecapDisplayPolicy.swift
  • Sources/Recap/Public/RecapDisplayPolicy.Trigger.swift
  • Demo/Demo/Assets/Releases.md
  • Demo/Demo/DemoRecapScreen.swift

Read additional public API files in Sources/Recap/Public/ only if the task touches a specific type.

Core workflow

  1. Identify whether the task is about integration, release authoring, display policy, or screen customization.
  2. Prefer Recap's public APIs over custom implementations.
  3. Match existing Recap naming and examples from the README and demo app.
  4. Keep examples and release content user-facing and concise.

Integration rules

  • Prefer ReleasesParser(fileName:) for bundled release markdown.
  • Prefer RecapScreen(releases:) as the entry point for presentation.
  • Prefer RecapDisplayPolicy and RecapDisplayPolicy.Trigger over hand-rolled version gating.
  • Prefer .recapScreenPaginationStyle(.automatic) unless the user explicitly wants forced .labeled or .compact.
  • When customizing behavior, use View+Recap modifiers instead of editing internal implementation unless the task is explicitly a library change.

Release markdown rules

When creating or editing a Recap releases markdown file:

  • Keep the newest release first.
  • Follow the schema documented in README.md.
  • Use one release section per app version.
  • Use user-facing feature titles and descriptions, not commit-style summaries.
  • Choose the semantic change type (Major, Minor, Patch) based on product impact, not commit count.
  • Reuse the style and structure of Demo/Demo/Assets/Releases.md.

Mac Catalyst guidance

If the task touches Mac Catalyst:

  • Preserve the distinction between automatic pagination, labeled buttons, and compact buttons.
  • Be careful not to regress iPhone or iPad behavior while changing Catalyst presentation.

Avoid

  • Do not invent a different release markdown format.
  • Do not parse releases manually if ReleasesParser is sufficient.
  • Do not replace RecapDisplayPolicy with custom version-comparison logic unless the user explicitly needs behavior outside the public API.

관련 스킬

Looking for an alternative to recap-integration or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자