Tencent-TDS / dsh-kuikly-expert

목록에 있음

Kuikly integration and app-prototyping expert: four bundled skills over the create-kuikly-app CLI

main도구스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Tencent-TDS/dsh-kuikly-expert

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 5960976동기화 2026. 8. 18.

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 package data and mounts them through one ctx.skills provider, so an installed copy contributes its own skills with no host environment variable and no absolute authoring path.

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.

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.


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

License

MIT

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨
예제감지됨

저장소 정보

언어
Kotlin
라이선스
MIT
마지막 업데이트
2026. 8. 18. 오전 11:57

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.