Tencent-TDS/dsh-kuikly-expert
Kuikly integration and app-prototyping expert: four bundled skills over the create-kuikly-app CLI
This is a DeepSeek Harness (DSH) plugin. Review its GitHub README, installation information, maintenance status, and public security signals here.
Kuikly Expert — DeepSeek Harness 的四个 Kuikly skill
English | 中文
Kuikly 是腾讯的 Kotlin Multiplatform UI 框架,覆盖 Android、iOS、鸿蒙、H5 和小程序。本包将四个 Kuikly skill 以包数据形式打包,通过一个 ctx.skills provider 挂载,安装后即可贡献自带 skill。
脚手架、构建和预览仍由上游 @kuikly-ai/create-kuikly-app CLI 承担。skill 正文指示模型通过普通 shell 工具调用它,因此本包贡献的是知识而非竞争性工具入口,CLI 发版也无需 harness 改动。
基于 KuiklyUI —— Kotlin Multiplatform UI 框架。
Kuikly Expert 是什么?
四个打包 skill,为 DeepSeek Harness agent 提供 Kuikly 跨平台开发知识:
- kuikly-integration —— 脚手架 KMP 工程,或将 Kuikly 渲染器接入现有 Android/iOS/鸿蒙宿主工程
- kuikly-app-builder —— 工程创建、页面与组件脚手架、构建、真机预览
- kuikly-ui-framework —— 传统 Kuikly DSL(
attr{}/event{})的组件、模块、公共类 API 参考 - kuikly-compose-ui-framework —— Compose DSL(
@Composable)的组件、Modifier、状态、导航参考
每个 skill 是一个单层目录包(<name>/SKILL.md),其 references/ 子树不参与目录发现。registry 提供 directory 资源基,因此 skill 正文内的相对路径基于 skill 自身目录解析,模型仅在任务需要时才读取参考文档。
安装
DeepSeek Harness(dsh) —— 将 bundle 安装到你启动的 profile,然后重启 dsh:
dsh plugin --profile <your-profile> add github:Tencent-TDS/dsh-kuikly-expert
然后重启 dsh。不要同时运行 npx skills add —— bundle 已经发布了这些 skill。
完整安装步骤见 INSTALL.zh.md。
从 tarball 安装 —— 如果不想从 GitHub 安装:
cd dsh-kuikly-expert && npm pack
dsh plugin --profile <your-profile> add ./dsh-kuikly-expert-0.1.0.tgz
许可证
MIT
Security & install evidence
This score is based solely on public repository metadata and the install evidence registered here — it is not a code security audit.
From a public plugin catalog, linked to a public GitHub repository.
The repository declares the MIT license.
Code updates within the last 180 days.
No verifiable install metadata registered yet — please review the repository instructions manually.
The inspected package metadata declares no install lifecycle scripts.