Skip to main content

Grippo-app/grippo-mobile

SkillsMP hat 23 Skills aus Grippo-app/grippo-mobile gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
23
GitHub-Stars
5
GitHub-Forks
0

Es werden 23 von 23 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

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:…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

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:…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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 /…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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 /…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Es werden 23 von 23 gesammelten Skills angezeigt.