smoke-test

Create a Mastra project and smoke-test the Studio in Chrome.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kimenzo/96000Agents --skill smoke-test-kimenzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smoke-test
Source: https://github.com/Kimenzo/96000Agents/tree/main/.claude/skills/smoke-test
Command: npx skills add https://github.com/Kimenzo/96000Agents --skill smoke-test-kimenzo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new Mastra projects and performs essential smoke tests on the Mastra Studio to ensure core functionalities are working as expected.

Core Features & Use Cases

  • Project Scaffolding: Quickly generate a new Mastra project with specified configurations (package manager, LLM provider).
  • Studio Smoke Testing: Validates the Mastra Studio's UI and core features, including agent chat, tool execution, and workflow visualization.
  • Use Case: A developer needs to quickly set up a new Mastra project and verify that the development environment and Studio are functional before starting feature development.

Quick Start

Run the smoke-test skill to create a new Mastra project named 'my-test-app' in the '~/projects' directory using the latest version tag.

Frequently Asked Questions about smoke-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate setting up and testing a new Mastra project?

You can automate Mastra project setup and testing by using a smoke test skill that scaffolds the project with create-mastra and then validates the Mastra Studio UI in Chrome, checking agents, tools, and workflows.

Do I need a browser automation tool to run Mastra Studio smoke tests?

Yes, running Mastra Studio smoke tests requires the Claude-in-Chrome MCP server for browser automation to validate UI navigation, agent chat functionality, tool execution, and workflow visualization.

What does a Mastra Studio smoke test validate in a new project?

A Mastra Studio smoke test validates the project structure, environment variable configuration, and Studio navigation including agents, tools, workflows, and observability features to ensure core functionalities work.

Can I specify configurations like package manager and LLM provider when creating a Mastra project?

Yes, when creating a Mastra project you can specify configurations such as the package manager and LLM provider to ensure the scaffolding matches your development environment and testing requirements.

What is the best way to verify my Mastra development environment is functional?

The best way to verify a functional Mastra development environment is to run an automated smoke test that checks project structure, environment variables, and Studio features like agent chat and observability before starting development.

Why are my Mastra Studio environment variables not working after project creation?

If Mastra Studio environment variables are not working, a smoke test can validate your environment variable configuration during project setup to identify misconfigurations before they affect development.