Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

mastra

mastra에는 mastra-ai에서 수집한 skills 24개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
24
Stars
25.4k
업데이트
2026-06-23
Forks
2.3k
직업 범위
직업 카테고리 7개 · 96% 분류됨
저장소 탐색

이 저장소의 skills

react-best-practices
미분류

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
소프트웨어 개발자

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

2026-06-16
research-tasks
소프트웨어 개발자

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

2026-06-16
mastra-smoke-test
소프트웨어 품질 보증 분석가·테스터

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
기술 작가기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
교육·개발 전문가

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
기타 컴퓨터 관련 직업

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
기술 작가

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
고객 서비스 담당자

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
교육·개발 전문가

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
교육·개발 전문가

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
시장조사 분석가·마케팅 전문가

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
교육·개발 전문가

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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

2026-04-30
smoke-test
소프트웨어 품질 보증 분석가·테스터

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

2026-04-06
code-standards
소프트웨어 품질 보증 분석가·테스터

Code quality standards and style guide for reviewing pull requests

2026-02-19
e2e-tests-studio
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자기타 컴퓨터 관련 직업

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

2026-01-21
tailwind-best-practices
소프트웨어 개발자

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