Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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