Skip to main content

Grippo-app/grippo-mobile

SkillsMP は Grippo-app/grippo-mobile から 23 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
23
GitHub スター
5
GitHub フォーク
0

収集済み skill 23 件中 23 件を表示しています。

職業分類
ソフトウェア開発者
説明

Use the real backend contract — the committed OpenAPI/Swagger snapshot, optional Postman enrichment, the endpoint inventory + per-area field slices — when building or auditing DTOs, endpoints, mappers, or data features so the client matches the server instead…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Run-loop mechanics for a single task — adopt when you need to run a task, orchestrate the build loop, drive builders to done, route validators, or drop a task. Covers the full lifecycle from a `todo/TASK_*.md` to a green, validated, reviewer-approved ship:…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Prepare a task — turn a free-text backlog item into a well-formed todo. Take backlog → pending → todo, ask clarifying questions, set acceptance anchors (Automated / Manual split), do the Figma design-system-first split, classify builders and builder order,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use the real backend contract — the committed OpenAPI/Swagger snapshot, optional Postman enrichment, the endpoint inventory + per-area field slices — when building or auditing DTOs, endpoints, mappers, or data features so the client matches the server instead…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Run-loop mechanics for a single task — adopt when you need to run a task, orchestrate the build loop, drive builders to done, route validators, or drop a task. Covers the full lifecycle from a `todo/TASK_*.md` to a green, validated, reviewer-approved ship:…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Prepare a task — turn a free-text backlog item into a well-formed todo. Take backlog → pending → todo, ask clarifying questions, set acceptance anchors (Automated / Manual split), do the Figma design-system-first split, classify builders and builder order,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build the data layer for a KMP feature — add a data feature, repository, DTO, domain model/enum, persist data, add or extend an endpoint on <Product>Api, add/extend a Room entity, DAO, or migration, or store a DataStore preference. Use when a task introduces…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build or extend the design system — tokens (AppColor / AppDp / AppTypography / AppIcon / AppString / AppDrawable via the AppTokens facade), theme (AppTheme + composition locals), shared components/widgets (Button, Input, Chip, Toolbar, Card, …), previews…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Wire Koin dependency injection for a KMP feature or service — add a DI module, provide a single/factory/viewModel binding, compose modules with includes, and register the module in :shared/Koin.kt. Use when a task introduces a new Koin `@Module…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Bootstrap a project from scratch — launch a new KMP mobile app, set up the project, populate project-config, scaffold the foundation modules, and deploy the skill toolkit. Use when starting a fresh project from an empty directory, running the launch.md…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add a mapper — DTO↔domain↔state mapping between one of the seven isolated `:data-mappers:*` directional modules. Use when a domain area needs a DTO→Entity, Entity/Pack→Domain, DTO→Domain, Domain→State, State→Domain, Domain→Entity (drafts), or Domain→Body…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build-system and platform-utility layer for the KMP template — the bottom of the dependency graph. Use when a task touches a toolkit module, a build, Gradle, a convention plugin, the version catalog, settings.gradle, a compose-lib widget, the app shell,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build the product UI layer of the KMP app — add a screen, sub-screen, tab, bottom-sheet dialog, picker, or modal; wire Decompose navigation (ChildStack / SlotNavigation, cross-feature jumps, deeplinks); author the seven-file MVI contract (State / Direction /…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Validation and review gate for a finished task — run when you need to validate, review, or gate produced code before it merges. Covers architecture / MVI / DI / naming / anti-pattern / scope / acceptance / build / data-layer / Compose-stability / inputs…

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Implement a screen or design-system component from a Figma node so the AI REUSES existing :design-system components + AppTokens.* (informed by the real Figma design) instead of redrawing from Box/Row/Column and raw colors/dp. Use when a task carries a Figma…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build the data layer for a KMP feature — add a data feature, repository, DTO, domain model/enum, persist data, add or extend an endpoint on <Product>Api, add/extend a Room entity, DAO, or migration, or store a DataStore preference. Use when a task introduces…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build or extend the design system — tokens (AppColor / AppDp / AppTypography / AppIcon / AppString / AppDrawable via the AppTokens facade), theme (AppTheme + composition locals), shared components/widgets (Button, Input, Chip, Toolbar, Card, …), previews…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Wire Koin dependency injection for a KMP feature or service — add a DI module, provide a single/factory/viewModel binding, compose modules with includes, and register the module in :shared/Koin.kt. Use when a task introduces a new Koin `@Module…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Bootstrap a project from scratch — launch a new KMP mobile app, set up the project, populate project-config, scaffold the foundation modules, and deploy the skill toolkit. Use when starting a fresh project from an empty directory, running the launch.md…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add a mapper — DTO↔domain↔state mapping between one of the seven isolated `:data-mappers:*` directional modules. Use when a domain area needs a DTO→Entity, Entity/Pack→Domain, DTO→Domain, Domain→State, State→Domain, Domain→Entity (drafts), or Domain→Body…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build-system and platform-utility layer for the KMP template — the bottom of the dependency graph. Use when a task touches a toolkit module, a build, Gradle, a convention plugin, the version catalog, settings.gradle, a compose-lib widget, the app shell,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build the product UI layer of the KMP app — add a screen, sub-screen, tab, bottom-sheet dialog, picker, or modal; wire Decompose navigation (ChildStack / SlotNavigation, cross-feature jumps, deeplinks); author the seven-file MVI contract (State / Direction /…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Validation and review gate for a finished task — run when you need to validate, review, or gate produced code before it merges. Covers architecture / MVI / DI / naming / anti-pattern / scope / acceptance / build / data-layer / Compose-stability / inputs…

原文の言語: 英語

更新
収集済み skill 23 件中 23 件を表示しています。