一键导入
这个仓库中的 skills
Port a feature from an upstream library into Kotlin Multiplatform code in the Krayon repo. Use when the user asks to implement, add, or port a feature from an external library (D3, Vega, Apache Commons Math, etc.) into a Krayon module.
Research an upstream library's source code and documentation to understand its API surface, algorithms, and behavior before porting features to Krayon. Use when the user asks to port, implement, or add missing features from an external library (D3, Vega, Apache Commons Math, etc.), or when you need to understand how an upstream feature works before writing code.
Write Kotlin Multiplatform tests for Krayon library code. Use when the user asks to add tests, verify a ported implementation, or when implementing new Krayon features that need test coverage.