App-specific rules for apps/admin. RULE - Use this whenever writing, reviewing, or debugging code under apps/admin/**. The .agents/skills/gt-admin directory is the source of truth for admin app rules.
This skill is the canonical guidance for apps/admin. Resolve admin app rules from this skill and its references/ files.
apps/admin, read the relevant references below from this skill.gt-ui, react-best-practices, and react-useeffect skills.Always read:
references/conventions.md - Admin engineering patterns, forms, tables, data fetching, mutations, modals, URLs, code conventions, anti-patterns.Read when relevant:
references/style-guide.md - Visual design, tokens, layout, buttons, forms, accessibility, loading states.references/navigation.md - Entity hierarchy, breadcrumbs, sidebar rules, URLs.references/auth.md - Authentication, authorization, permission checks, server-side auth.references/pagination.md - Cursor pagination, database helpers, URL params.references/table-conventions.md - Data table structure, sorting, resizing, filters, row actions.useEffect; use declarative render logic, event handlers, data-loading patterns, or useMountEffect only for mount-only external sync.Before we ship an admin UI flow, ask the user to manually verify:
Do not proceed with a commit or PR until the user confirms.