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


