WEI LOON
Community@weiloon1234 · Malaysia
Agent Skills by WEI LOON
Showing 21 vetted skills indexed across 1 GitHub repositories.
admin-datatable
Build admin datatables with unified backend queries, column rendering, and CRUD routes.
middleware
Configure Forge's built-in HTTP middleware globally, by group, or per-route.
new-integration
Wrap third-party HTTP APIs into reusable domain integrations with typed models.
new-permission
Add RBAC permission variants to the Permission enum with TypeScript bindings.
new-store
Create a shared frontend store with hydrate, set, and reset lifecycle.
jobs-and-notifications
Orchestrate Forge Jobs and Notifications for background work and multi-channel delivery.
new-cli-command
Scaffold and register a new CLI command in Forge Starter with clap-based arguments.
new-event-listener
Creates listeners for events and wires them into forge applications.
admin-page
Create a non-datatable admin page scaffold with route, component, menu, and i18n wiring.
new-model
Generate a full Forge Model scaffold with Rust structs, migrations, and seeder templates.
new-channel
Register a new WebSocket channel in Forge's src/realtime/mod.rs with app.websocket() broadcasts.
testing
Validate backend logic with unit and integration tests for HTTP routes and Postgres.
new-schedule
Schedule recurring tasks on a fixed cadence using ScheduleRegistry helpers.
shared-components
Catalog shared UI primitives and theming rules for React portals.
new-module
Orchestrate sub-skills to implement a vertical slice across models, permissions, and admin UI.
new-validation-rule
Implement and register a custom backend ValidationRule for Forge request DTO validation.
admin-badge
Automate admin sidebar badges with permission-filtered pending-work counts via WebSocket updates.
new-portal
Scaffold a new authenticated portal with login actor, routes, and optional SPA frontend.
new-enum
Add a Rust forge::AppEnum with wire keys, i18n labels, and TypeScript bindings.
frontend-form
Define reusable frontend forms with centralized state, validation, and 422 error handling.
new-route
Declare a new portal route with DTOs and OpenAPI bindings.