Tencent-TDS/dsh-kuikly-expert
Kuikly集成与应用原型设计专家:围绕create-kuikly-app CLI捆绑的四项技能
项目介绍Project Overview
dsh-kuikly-expert 是面向 DeepSeek Harness 的插件,内含四套 Kuikly 技能:kuikly-integration、kuikly-app-builder、kuikly-ui-framework 与 kuikly-compose-ui-framework。核心能力是为 dsh 智能体补充 KMP 跨端开发知识,覆盖项目脚手架、构建、设备预览及组件 API 参考。适用于在 Android、iOS、HarmonyOS 上进行 Kuikly 应用开发。脚手架、构建与预览仍依赖上游 create-kuikly-app CLI。
dsh-kuikly-expert is a DeepSeek Harness plugin bundling four Kuikly skills: kuikly-integration, kuikly-app-builder, kuikly-ui-framework, and kuikly-compose-ui-framework. Its core capability is supplying a dsh agent with cross-platform KMP development knowledge, covering project scaffolding, building, on-device preview, and component API references. Use it when building Kuikly applications across Android, iOS, and HarmonyOS. Note that scaffolding, building, and preview still rely on the upstream create-kuikly-app CLI.
请帮我了解并安装插件:【dsh-kuikly-expert】【https://github.com/Tencent-TDS/dsh-kuikly-expert】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add github:Tencent-TDS/dsh-kuikly-expert
把 Tencent-TDS/dsh-kuikly-expert 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
Kuikly Expert — four Kuikly skills for DeepSeek Harness
English | 中文
Kuikly is Tencent's Kotlin Multiplatform UI framework targeting Android, iOS, HarmonyOS, H5, and mini-programs. This package ships four Kuikly skill bundles as a DeepSeek Harness (dsh) plugin — install it once, and your dsh agent gains cross-platform Kuikly development knowledge: project scaffolding, UI framework API reference, building, and on-device preview.
Scaffolding, building, and previewing stay with the upstream @kuikly-ai/create-kuikly-app CLI. The skill bodies instruct the model to invoke it through the ordinary shell tool, so this plugin contributes knowledge rather than a competing tool surface, and a CLI release ships without a harness change.
Powered by KuiklyUI, the Kotlin Multiplatform UI framework.
What is Kuikly Expert?
Four bundled skills that give a DeepSeek Harness agent Kuikly cross-platform development knowledge:
- kuikly-integration — scaffolding a KMP project, or adding the Kuikly renderer to an existing Android/iOS/HarmonyOS host
- kuikly-app-builder — project creation, page and component scaffolds, building, and on-device preview
- kuikly-ui-framework — component, module, and public-class API reference for the classic Kuikly DSL (
attr{}/event{}) - kuikly-compose-ui-framework — component, Modifier, state, and navigation reference for the Compose DSL (
@Composable)
Each skill is a single-level directory bundle (<name>/SKILL.md) whose references/ subtree stays out of catalog discovery. The registry supplies a directory resource base, so relative paths inside a skill body resolve against the skill's own directory and the model reads reference documents only when a task needs them.
Kuikly dsh plugin: your cross-platform app development expert
- Create a cross-platform app with multi-device preview — say "create an app", the agent loads
kuikly-app-builder, scaffolds a project viacreate-kuikly-app, and you can build and preview on Android, iOS, or HarmonyOS devices — from project creation to on-device preview in one flow. - Add Kuikly to an existing project — you have an existing Android, iOS, or HarmonyOS project, the agent loads
kuikly-integration, walks you through renderer dependency setup, container implementation, adapter configuration, and TestPage verification — no need to piece together docs yourself. - Write business pages with Kuikly — you want to write a login page, the agent loads
kuikly-compose-ui-framework, helping you write runnable code faster and better.
Install
DeepSeek Harness (dsh) — install the bundle into the profile you boot, then restart dsh:
dsh plugin --profile <your-profile> add github:Tencent-TDS/dsh-kuikly-expert
Then restart dsh. Do NOT also run npx skills add — the bundle already publishes these skills.
See INSTALL.md for the full setup walkthrough.
From a tarball — if you prefer not to install from GitHub:
cd dsh-kuikly-expert && npm pack
dsh plugin --profile <your-profile> add ./dsh-kuikly-expert-0.1.0.tgz
Stay Connected
Scan the QR codes below to follow our latest updates or contact us for inquiries.
Questions, feedback, or suggestions? Join the Kuikly developer community:
- GitHub Issues: Tencent-TDS/KuiklyUI/issues
- KuiklyUI repo: Tencent-TDS/KuiklyUI
License
KuiklyUI-AI. See LICENSE for details.
ruvnet/ruflo
amruthpillai/reactive-resume
volcengine/OpenViking
Molunerfinn/PicGo
titanwings/colleague-skill
nocobase/nocobase
Tencent/WeKnora