ワンクリックで
lemonade-design-system
lemonade-design-system には saltpay から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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.