npx claudepluginhub javimontano/jm-adk-alfaGenerate a search feature with autocomplete, filters, and result highlighting. Use this to add search capabilities to content-heavy applications.
name — Search component name (optional, default: SearchBar)source — Data source: firestore | algolia | static (optional, default: firestore)fields — Searchable fields: comma-separated (required, e.g., "title,description,tags")/jm-adk:create-search fields="title,description,author"
/jm-adk:create-search source=algolia fields="name,category,tags"
/jm-adk:create-table — Table with built-in search/jm-adk:create-component — Create generic component/jm-adk:design-db — Design search-optimized schema