원클릭으로
lemonade-design-system
lemonade-design-system에는 saltpay에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Regenerate the Lemonade platform token code (KMP + SwiftUI) from the Figma token exports in `tokens/*.json`. Use when a `tokens/*.json` file changes (theme-colors, radius, spacing, size, opacity, border-width, shadow, typography, primitive-colors) and the generated Kotlin / Swift needs to be rebuilt, or when the user asks to "generate tokens", "run the token converters", or "sync tokens to code".
Publish a new version of the Lemonade SDK — KMP and/or SwiftUI. Use when the user wants to cut a release, ship a new version, tag a release, or "publish the SDK". Syncs to latest origin/main, analyzes what changed per platform since the last release, suggests a version bump (confirmed with the user), then cuts and pushes the tags and creates the KMP GitHub release.
Diagnose and fix Kotlin Binary Compatibility Validator (BCV) failures in the Lemonade KMP modules. Use when `apiCheck` fails, when the "API Stability Review" CI job flags a PR as BREAKING, when an `api/*.api` or `*.klib.api` file shows up in a diff, or when adding a parameter/overload/enum entry to a published component and you need to keep ABI stable.
Kotlin code conventions for this project. Use when writing, editing, or reviewing Kotlin code (.kt files). Apply these rules for all Kotlin code generation.