dsh-kuikly-expert: Turn DeepSeek Harness into a Kuikly Cross-Platform Development Expert

tencent-tds/dsh-kuikly-expert

Data & KnowledgeVerified
Listed on 2026-08-20
Page last updated 2026-08-20

A DSH plugin that equips your agent with Kuikly cross-platform development skills, covering scaffolding, building, and UI references.

Provides four Kuikly skill bundles for DeepSeek Harness, covering project integration, app building, classic DSL and Compose DSL API references, giving your AI agent Kuikly cross-platform development knowledge.

install
dsh plugin --profile web add github:tencent-tds/dsh-kuikly-expert
Category
Data & Knowledge
Platform
DSH-Plugin
Author
tencent-tds
Distribution
Plugin

dsh-kuikly-expert Key Features

KMP project scaffoldingPage & component generationClassic DSL referenceCompose DSL reference

dsh-kuikly-expert Repository

tencent-tds
Publisher
tencent-tds
Repository
tencent-tds/dsh-kuikly-expert
4
Stars
0
Forks
0
Watchers
0
Open issues
LanguageKotlin
LicenseOther
Website
Repo last push2026-08-19 11:39:47
Repo created2026-08-18 19:49:25
Topics
appcross-platformdsh-pluginkuikly
Default branchmain

dsh-kuikly-expert Repo Summary

dsh-kuikly-expert is a Kuikly expert plugin for DeepSeek Harness (DSH), maintained by Tencent TDS, that turns your AI agent into a Kuikly cross-platform app development expert. Kuikly is Tencent's Kotlin Multiplatform UI framework targeting Android, iOS, HarmonyOS, H5, and mini-programs. This DSH plugin mounts four skill bundles through a single ctx.skills provider, contributing its own skills without requiring host environment variables or absolute authoring paths.

What core skills does the dsh-kuikly-expert DSH plugin provide?

The plugin ships four skills: kuikly-integration for scaffolding a KMP project or adding the Kuikly renderer to an existing Android/iOS/HarmonyOS host; kuikly-app-builder for project creation, page and component scaffolds, building, and on-device preview; kuikly-ui-framework providing component, module, and public-class API reference for the classic Kuikly DSL (attr{} / event{}); and kuikly-compose-ui-framework offering 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, so the model reads reference documents only when needed.

How to install the dsh-kuikly-expert DSH plugin?

In DeepSeek Harness, install the bundle into the profile you boot, then restart dsh. Do NOT also run npx skills add — the bundle already publishes these skills.

bash
dsh plugin --profile <your-profile> add github:Tencent-TDS/dsh-kuikly-expert

Then restart dsh. If you prefer not to install from GitHub, you can install from a tarball:

bash
cd dsh-kuikly-expert && npm pack
dsh plugin --profile <your-profile> add ./dsh-kuikly-expert-0.1.0.tgz

How does dsh-kuikly-expert work with the upstream CLI?

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 package contributes knowledge rather than a competing tool surface, and a CLI release ships without a harness change.

What is the license and update status of dsh-kuikly-expert?

The plugin is licensed under MIT, maintained by Tencent TDS, and last updated in 2026-08. It is powered by KuiklyUI, the Kotlin Multiplatform UI framework.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ