Agent skill · Frontend

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.1
Path: skills/ai-llm/build-mastra-nuxt-pro/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Trigger
  2. Target Outcome
  3. Stage-Gated Workflow
  4. Must-Follow Constraints
  5. Required References
  6. Scripts
  7. Deliverables
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going