# Nexent Frontend

> Use when implementing, debugging, or reviewing Nexent frontend pages, React components, hooks, API services, TypeScript types, styling, or localization under frontend/. Includes UI requests without file paths. Skip backend-only work, Python tests, and documentation-only changes with no frontend behavior.

- Skill: `modelengine-group/nexent-frontend` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add modelengine-group/nexent-frontend`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modelengine-group/nexent-frontend/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: ModelEngine-Group (https://skillmd.com/u/modelengine-group)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/modelengine-group/nexent-frontend

---


# Nexent frontend changes

Repository paths below are relative to the root; reference links resolve from this skill.

1. Read [architecture](references/architecture.md), the affected feature, and `frontend/package.json` before choosing APIs or dependencies.
2. Load relevant detailed rules only.

| Work | Reference |
| --- | --- |
| Route entries, layouts, loading UI, localization | [Pages](references/pages.md) |
| Components, visual layout, forms, modals, icons, user-visible copy | [Components and UI](references/components-ui.md) |
| State, effects, shared API data, mutations | [Hooks](references/hooks.md) |
| Requests, responses, endpoint configuration | [API services](references/api-services.md) |
| Shared types, constants, runtime guards | [Types](references/types.md) |

3. Keep route entries thin, reuse existing shared UI, and extract abstractions when reuse or complexity warrants it.
4. Verify affected behavior, including loading/error states and localization for UI changes. Select checks from `frontend/package.json`; use `npm run check-all` for broad verification when warranted. Do not install dependencies solely because obsolete examples name them.
5. Report references consulted, checks run, and blocked checks. Do not enforce these conventions by changing unrelated legacy code.

