build-mastra-nuxt-pro
Use when creating a production-minded Nuxt frontend Mastra agent with pnpm, based on a plain chat assistant (not weather), including preflight checks, architecture decisions, troubleshooting, and acceptance gates.
npx skills add majiayu000/claude-skill-registry --skill build-mastra-nuxt-pro --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Build Mastra Nuxt Pro Use this skill when the user wants a complete Nuxt + Mastra implementation path with reliability checks. ## Trigger - "Create Nuxt Mastra agent in production style" - "Nuxt + Mastra full setup with checklist" - "pnpm Nuxt Mastra pro workflow" ## Target Outcome - Nuxt frontend chat UX with streaming - Mastra plain chat assistant (`chat-agent`) instead of weather assistant - Clear PDCA-style implementation and verification - Operational guardrails for env, routing, and regression checks ## Stage-Gated Workflow 1. Preflight 2. Scaffold and dependency setup 3. Agent conversion (weather -> chat) with DeepSeek model `model="deepseek/deepseek-chat"` 4. API route integration 5. UI integration 6. Validation and acceptance 7. Optional hardening ## Must-Follow Constraints - Use `pnpm` only. - Keep agent as generic chat assistant unless user asks for tools. - Default model for this skill is DeepSeek chat: `model="deepseek/deepseek-chat"`. - Do not use OpenAI API as the default model path in this skill flow. - Do not include secrets in source/docs/logs. - Keep all edits incremental and rollback-friendly. - If versions conflict, prioritize installed package docs and types
- Trigger
- Target Outcome
- Stage-Gated Workflow
- Must-Follow Constraints
- Required References
- Scripts
- Deliverables
What does the build-mastra-nuxt-pro skill do?
Use when creating a production-minded Nuxt frontend Mastra agent with pnpm, based on a plain chat assistant (not weather), including preflight checks, architecture decisions, troubleshooting, and acceptance gates.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill build-mastra-nuxt-pro --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
