Skip to main content

Grippo-app/grippo-mobile

O SkillsMP coletou 23 skills de Grippo-app/grippo-mobile. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
23
Estrelas no GitHub
5
Forks no GitHub
0

Mostrando 23 de 23 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
Mostrando 23 de 23 skills coletadas.