add-admin-panel
Create basic admin dashboard with protected routes. Implement admin route protection with role-based access control. Create dashboard layout with sidebar…
Implement client-side search functionality using Fuse.js for fuzzy matching. Create search component with input field and autocomplete dropdown. Implement debounced search input to reduce computation. Configure Fuse.js with appropriate threshold and keys for searchable fields.
How it fires
How this command gets triggered: by you, by Claude, or both.
/add-search-clientContext preview
What this command does when you run it.
Implement client-side search functionality using Fuse.js for fuzzy matching. Create search component with input field and autocomplete dropdown. Implement debounced search input to reduce computation. Configure Fuse.js with appropriate threshold and keys for searchable fields.
Implement client-side search functionality using Fuse.js for fuzzy matching. Create search component with input field and autocomplete dropdown. Implement debounced search input to reduce computation. Configure Fuse.js with appropriate threshold and keys for searchable fields. Add search result highlighting for matched terms. Display relevant results with ranking scores. Support keyboard navigation in search results. Add search history with local storage. Implement clear search button. Make search accessible with ARIA labels and roles. Style with Bootstrap form components. Provide instant search feedback. Reference frontend-development-agent for React implementation.
A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.
Repo: LarouexNonprofitConsulting/larouex-fullstack-plugin
Create basic admin dashboard with protected routes. Implement admin route protection with role-based access control. Create dashboard layout with sidebar…
Integrate Google Analytics 4 for comprehensive tracking. Install gtag.js script in application layout. Create analytics wrapper hooks for type-safe event…
Integrate privacy-friendly Plausible Analytics for cookieless tracking. Add Plausible script to application layout with custom domain if configured. Implement…
Create a new Azure Function HTTP endpoint with full integration.
Create a new Express API endpoint with full integration.
Implement authentication system with comprehensive user management.