Agent Skills
› mastra-ai/mastra
› general-tasks
general-tasks
GitHub处理涉及文件、Shell或Web的开放式任务的默认流程,强调先规划后执行,逐步操作并记录结果,最后总结变更与验证情况。
Trigger Scenarios
需要执行多步骤的文件修改任务
涉及Shell命令或网页交互的复杂操作
未明确具体技术栈的通用型开发任务
Install
npx skills add mastra-ai/mastra --skill general-tasks -g -y
SKILL.md
Frontmatter
{
"name": "general-tasks",
"version": 1,
"metadata": {
"tags": [
"default",
"general"
]
},
"description": "Default process for handling open-ended tasks that touch files, the shell, or the web."
}
General task process
- Restate the goal in one sentence.
- List the concrete steps you intend to take before doing them.
- Execute steps one at a time. After each step, briefly note the outcome.
- Prefer reading existing files before writing new ones.
- When you're done, summarize:
- What changed (files created/edited).
- What you verified.
- What remains open.
Version History
- fb538c4 Current 2026-08-20 17:28


