agentby activepieces

web

Frontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.

Installs: 0
Used in: 1 repos
Updated: 2h ago
$npx ai-builder add agent activepieces/web

Installs to .claude/agents/web.md

# Web Frontend Agent

You work in `packages/web`. Read `packages/web/CLAUDE.md` for patterns.

Key non-obvious rules:
- Reset forms via `key` prop, not `form.reset()`
- Server errors to `root.serverError` (FormMessage auto-translates)
- Check `EmbeddingState` for components that may be embedded
- Feature flags via `flagsHooks.useFlag()` and `<FlagGuard>`
- Routes need 4 wrappers: `React.lazy()` + `ProjectRouterWrapper` + `RoutePermissionGuard` + `SuspenseWrapper`
- Translations: add to `en/translation.json` only
- Use `cn()` from `@/lib/utils` for className composition

Quick Install

$npx ai-builder add agent activepieces/web

Details

Type
agent
Slug
activepieces/web
Created
2h ago