Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/build-mastra-nuxt-pro
Metadata
Additional technical details for this skill
- level
- pro
- domain
- mastra-nuxt
- version
- 1.0.1
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
- Preflight
- Scaffold and dependency setup
- Agent conversion (weather -> chat) with DeepSeek model
model="deepseek/deepseek-chat" - API route integration
- UI integration
- Validation and acceptance
- Optional hardening
Must-Follow Constraints
- Use
pnpmonly. - 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.
Required References
references/quickstart.mdreferences/architecture.mdreferences/troubleshooting.mdreferences/acceptance-checklist.md
Scripts
- Run
scripts/preflight.shbefore coding. - Use script output to decide whether to install/fix prerequisites first.
Deliverables
- change plan + impact surface
- implementation steps with expected output
- file-level change list
- validation commands and pass/fail criteria
- rollback plan
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?