Agent Skills
› mastra-ai/mastra
› general-tasks
general-tasks
GitHub提供处理涉及文件、Shell或Web的开放式任务的通用流程,包括目标重申、步骤规划、逐步执行与结果总结。
Trigger Scenarios
需要处理未明确定义的复杂任务
任务涉及多步操作和文件变更
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


