Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

ukpt

ukpt enthält 6 gesammelte Skills von isaac-udy, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
6
Stars
9
aktualisiert
2026-07-24
Forks
0
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

ukpt-design-system
Web- und digitale Schnittstellendesigner

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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