en un clic
finito
finito contient 5 skills collectées depuis finitoapp, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Write and refactor Finito Playwright end-to-end specs using the current e2e architecture: worker-scoped fixtures, browser harness bridge, shared scenario runner, and seed primitives. Use when adding or changing `e2e/*.ts` specs, `e2e/fixtures.ts`, browser harness code in `app/e2e/page.tsx`, or seed/scenario code in `lib/testing/e2e-*`.
Review the current Git worktree in the Finito repository and create one commit for the current changeset. Use when the user asks to commit current work, generate a commit message from the actual diff, or finish a task by staging and committing files. Prefer this skill only when the intent is a single commit for the current worktree; if the user wants multiple commits, selective staging, or exclusions, clarify first.
Implement and refactor Finito admin table grids built on `components/data-table.tsx`, TanStack Table, and Evolu queries. Use when working on `*-table.tsx` or history-grid files in `app/admin/**`, adding sortable/filterable/paginated list views, wiring `useDataTableVisibilityDriver`, or creating admin tables backed by `createQuery` + `subscribeToEvoluQuery`.
Implement and refactor forms in the Finito codebase using the established AutoForm architecture. Use when working on `*-form.tsx` files in `app/**` or `components/**`, adding or changing Zod form schemas, default values, conditional form sections, array table fields, custom field components, and save actions backed by Evolu (`upsert`/`update`/`insert`).
Maintain and extend Finito translations built on i18next/react-i18next. Use when editing `locales/{en,cs}/*.ts`, adding or changing translation keys in `t(...)`, introducing or renaming namespaces in `lib/i18n/config.ts` and `lib/i18n/resources.ts`, or debugging missing/misaligned EN/CS locale keys.