bymastra-ai· 42 skills
Use early when debugging a medium or hard bug, especially when tests alone may not reveal the real runtime failure. Trigger this before extended TDD iteration when a bug involves runtime state, ordering, persistence, streaming, concurrency, UI/manual reproduction, external services, or when a red or newly passing test may not model the real issue. Skip only when the root cause is already directly proven by a stack trace or deterministic test that exercises the real runtime path.
$npx -y skills add mastra-ai/mastra --skill debugging-difficult-bugsInstalls into the current project.
Run `npx skills use "https://github.com/mastra-ai/mastra" --skill "mastra-ai/mastra/debugging-difficult-bugs"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mastra-ai/mastra" that are relevant to the current task. Run `npx skills add "https://github.com/mastra-ai/mastra"` and select the relevant skills, then follow their instructions.