Write Datapages application source packages and use the Datapages CLI. Activate when the user wants to build a web app with Datapages, when you see a datapages.yaml file, or when the project imports the datapages module.
Use Datastar data- HTML attributes and backend actions (@get, @post, @put, @delete) in templates. Activate when writing Templ or HTML templates that use Datastar for frontend reactivity, signals, SSE, or dynamic DOM updates.
Use when exploring Bknd's auto-generated API endpoints. Covers REST endpoint patterns, route listing, module base paths, SDK method mapping, admin panel API explorer, and understanding the API structure.
Use when configuring public vs authenticated access in Bknd. Covers anonymous role setup, unauthenticated data access, public/private entity patterns, mixed access modes, and protecting sensitive entities while exposing public ones.
Use when managing user sessions in a Bknd application. Covers JWT token lifecycle, session persistence, automatic renewal, checking auth state, invalidating sessions, and handling expiration.