Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ukpt

ukpt 收录了来自 isaac-udy 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
9
更新
2026-07-24
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ukpt-design-system
网页与数字界面设计师

Establish or extend a UKPT project's design system in :platform:client:design — author the identity (palette, type scale, typefaces, principles, prohibitions) over the template's neutral scaffold, choose what primitives are built on, and add new primitives together with their doc page and doc-surface golden. Use when setting up a project's design system, changing its tokens, or adding a design-system component.

2026-07-24
ukpt-feature-slice
软件开发工程师

Scaffold a new feature vertical slice :feature:<name>:{api,client,server} in UKPT — the three build files, the Compose/Enro client (destination, screen, viewmodel, state, snapshot test), the server stub, the settings include, and the Koin DI + app wiring — modeled on :feature:core. Use when adding a new feature module to the project.

2026-07-24
ukpt-new-project
软件开发工程师

Turn a fresh copy of the ukpt template (zip download or GitHub "use this template") into a real project — rename the packages/app identity, set up the git repo and submodules, and write the .ukpt/template.json marker that makes future ukpt-template-update runs possible. Use when starting a new project from ukpt.

2026-07-24
ukpt-template-update
软件开发工程师

Update a project that was created from the ukpt template to the latest template version — dependency and submodule bumps, build-logic and skill updates, architecture rule changes, and convention migrations. Works from a throwaway clone of the template (no template remote is ever added to the project). Use when the user asks to update the project to the latest ukpt.

2026-07-24
ukpt-urpc-service
软件开发工程师

Add or change a urpc client/server service in UKPT end-to-end — the @Urpc contract in :api, the ServiceImpl + Koin binding on :server, and (for the very first service) the Ktor host. Use when adding an @Urpc service, wiring a client↔server call, or working with the `services` axis of a feature's :api/:server modules.

2026-07-14
ukpt-verify-web
软件质量保证分析师与测试员

Validate a web/wasm (wasmJs) client change by actually bundling (webpack) and serving it in a browser — because `compileKotlinWasmJs` only type-checks and misses bundle/runtime failures. Use when a change touches the web client, Ktor client engines, the navigation entry point, or ViewModel/Koin wiring, or whenever the web build or render needs confirming.

2026-07-14