nuxt-swiftsearch
Build SSR-ready Algolia search interfaces in Nuxt apps
All Skills in This Repository (3)
Pure Emerald Level Indicatorsnuxt-swiftsearch
Build SSR-compatible Algolia search UIs in Nuxt 3 apps.
review-docs
Audit Markdown documentation quality and output a prioritized report.
create-docs
Generate documentation sites with templates, search, and MCP server integration.
Frequently Asked Questions
FAQPage SchemaHow to install nuxt-swiftsearch?โผ
Run `npx skills add atoms-studio/nuxt-swiftsearch --all -g -y` in your terminal to install all skills in this suite globally.
How to add Algolia search to a Nuxt app?โผ
Add the module to your nuxt.config.ts, then pair each Ais component with its matching composable inside a computed widgets array. The skill guides your agent through the exact dual-registration pattern.
Does nuxt-swiftsearch support server-side rendering?โผ
Yes. It is built SSR-first for Nuxt 4, so search results render on the server and hydrate cleanly on the client without extra configuration.
Can I migrate from vue-instantsearch?โผ
Yes. The suite tracks near-full parity with vue-instantsearch widgets and includes a dedicated migration guide covering equivalent components and APIs.
Can it create and review project documentation?โผ
Yes. It ships with skills that generate complete Docus-based documentation sites and audit existing docs for SEO, clarity, and technical errors.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core