Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

mastra

mastra contient 24 skills collectées depuis mastra-ai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
24
Stars
25.4k
mis à jour
2026-06-23
Forks
2.3k
Couverture métier
7 catégories métier · 96% classifié
explorateur de dépôts

Skills dans ce dépôt

react-best-practices
non classé

React performance optimization guidelines from Mastra Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on tasks involving React components, data fetching, bundle optimization, or performance improvements.

2026-06-23
general-tasks
Développeurs de logiciels

Default process for handling open-ended tasks that touch files, the shell, or the web.

2026-06-16
research-tasks
Développeurs de logiciels

Process for answering research questions using the web and saving findings into the workspace.

2026-06-16
mastra-smoke-test
Analystes en assurance qualité des logiciels et testeurs

Smoke test Mastra projects locally or deploy to staging/production. Tests Studio UI, agents, tools, workflows, traces, memory, and more. Supports both local development and cloud deployments.

2026-06-12
mastra-docs
Rédacteurs techniquesAutres occupations informatiques

Documentation guidelines for Mastra. This skill should be used when writing or editing documentation for Mastra. Triggers on tasks involving documentation creation or updates.

2026-06-10
pr-splitter
Développeurs de logiciels

Use when breaking a large, complex, messy, or hard-to-review pull request into multiple smaller PRs; planning stacked PRs; extracting independent changes from a branch; splitting mixed refactor and behavior changes; managing drift after review feedback; rebasing follow-up PRs as earlier PRs change; or preserving original branch intent while shipping incrementally.

2026-06-04
builder-smoke-test
Analystes en assurance qualité des logiciels et testeurs

Smoke test the Agent Builder feature branch end-to-end against a hermetic project scaffolded by the skill (linked to the current worktree). Covers workspace reconciliation, stored agents/skills CRUD, ownership, visibility, stars, registry/library Copy flow, picker allowlists, model policy, RBAC role gating, role impersonation UI, builder defaults, infrastructure diagnostics, channels, and Studio + Agent Builder UI. Trigger when validating the agent-builder feature branch, PRs that touch packages/server, packages/playground, packages/playground-ui agent-builder routes, or builder EE code paths.

2026-05-29
agent-prompt-quality-bar
Spécialistes en formation et développement

Universal quality bar and final audit rubric for any agent system prompt. Activate this whenever you are unsure which archetype skill applies, or as a final review pass before writing the system prompt. It defines the required run contract, completion criteria, fallback paths, response format, and anti-patterns every produced agent prompt must satisfy.

2026-05-27
coding-agent
Autres occupations informatiques

Authoring playbook for building agents that write, edit, review, or refactor code. Use this when the user asks for an agent that writes scripts, generates code, reviews pull requests, refactors a codebase, fixes bugs, implements features, writes tests, or works with programming languages such as Python, TypeScript, JavaScript, Go, Rust, SQL, or shell.

2026-05-27
content-writer-agent
Rédacteurs techniques

Authoring playbook for building agents that draft written content — blog posts, marketing copy, social media posts, newsletters, product descriptions, landing pages, or ad copy. Use this when the user wants an agent that writes, drafts, or rewrites text for publication or marketing.

2026-05-27
customer-support-agent
Représentants du service clientèle

Authoring playbook for building agents that triage and reply to customer messages — support tickets, email inquiries, chat questions, refund requests, or product issues. Use this when the user wants an agent that handles inbound customer questions, drafts replies, escalates hard cases, summarizes tickets, or follows a support playbook.

2026-05-27
generic-assistant
Spécialistes en formation et développement

Fallback authoring playbook for building general-purpose personal assistant agents that do not fit a more specific archetype. Use this only after checking the other archetype skills (coding, spreadsheet, research, customer-support, content-writer, ops-automation). Examples include summarizing emails, drafting short answers, capturing notes, or generic personal-helper agents.

2026-05-27
ops-automation-agent
Spécialistes en formation et développement

Authoring playbook for building agents that automate recurring internal tasks — running scheduled workflows, syncing data between systems, posting notifications, processing inbound events, or executing operational runbooks. Use this when the user wants an agent that runs on a schedule, reacts to events, automates a process, syncs between tools, or handles ops/internal infrastructure.

2026-05-27
research-agent
Analystes en études de marché et spécialistes en marketing

Authoring playbook for building agents that search, read, and synthesize information into a report. Use this when the user wants an agent to research a topic, summarize sources, compare options, do competitive analysis, monitor news, generate briefs, or pull together a citation-backed report from the web or internal documents.

2026-05-27
spreadsheet-agent
Spécialistes en formation et développement

Authoring playbook for building agents that read or write tabular data — Google Sheets, Microsoft Excel, CSV, Airtable, Notion databases, or any spreadsheet. Use this when the user wants an agent that updates rows, reads cells, computes totals, generates reports from sheets, syncs data between spreadsheets, or automates anything involving rows, columns, ranges, or worksheets.

2026-05-27
playground-msw-tests
Analystes en assurance qualité des logiciels et testeurs

REQUIRED and PRIMARY testing approach for packages/playground and packages/playground-ui. Triggers on: adding or modifying hooks, pages, route components, data-fetching code, React Query interactions, or any test work in these packages. Generates Vitest tests that drive the real @mastra/client-js + React Query stack through MSW handlers and typed fixtures derived from @mastra/client-js response types. This is the #1 way to test the playground packages — ABOVE Playwright E2E. Use Playwright only for cross-page user journeys that MSW cannot model.

2026-05-26
debugging-difficult-bugs
Analystes en assurance qualité des logiciels et testeurs

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.

2026-05-21
pr-explainer
Développeurs de logiciels

Use when creating an approachable, self-contained HTML review aid for a pull request; explaining what changed, why it matters, how it works, and how it fits into the broader system; turning PR diffs, commits, tests, and architecture context into a local `.pr-review/` HTML page for reviewers; or helping reviewers understand complex code changes without dumping the full diff.

2026-05-12
testing-mastracode-tui
Analystes en assurance qualité des logiciels et testeurs

Testing mastracode TUI features interactively in Konsole. Covers model configuration, thread lifecycle, task state isolation, and common blockers.

2026-04-30
smoke-test
Analystes en assurance qualité des logiciels et testeurs

Create a Mastra project using create-mastra and smoke test the studio in Chrome using Chrome MCP server

2026-04-06
code-standards
Analystes en assurance qualité des logiciels et testeurs

Code quality standards and style guide for reviewing pull requests

2026-02-19
e2e-tests-studio
Analystes en assurance qualité des logiciels et testeurs

REQUIRED when modifying any file in packages/playground-ui or packages/playground. Triggers on: React component creation/modification/refactoring, UI changes, new playground features, bug fixes affecting studio UI. Generates Playwright E2E tests that validate PRODUCT BEHAVIOR, not just UI states.

2026-01-26
ralph-plan
Développeurs de logicielsAutres occupations informatiques

Interactive planning assistant that helps create focused, well-structured ralph-loop commands through collaborative conversation

2026-01-21
tailwind-best-practices
Développeurs de logiciels

Tailwind CSS styling guidelines for Mastra Playground UI. This skill should be used when writing, reviewing, or refactoring styling code in packages/playground-ui and packages/playground to ensure design system consistency. Triggers on tasks involving Tailwind classes, component styling, or design tokens.

2026-01-20