minimal-sop-agent-creator
最小化 SOP Agent 创建器
概述
为小模型创建极简 agent prompt 文件。核心原则:小模型 = 少工具 + 少技能 + 明确步骤。
小模型上下文窗口有限、指令遵循能力较弱。过多的工具和模糊的指令会导致 agent 行为不可预测。因此,每个生成的 agent 必须严格限制可用工具和技能数量。
适用场景
- 用户需要一个专门处理单一任务的轻量级 agent
- 用户明确要求使用小模型(Haiku、小型开源模型等)
- 用户希望 agent 只能访问特定的工具/技能,不能随意调用
核心约束(必须遵守)
| 维度 | 限制 |
|---|---|
| 工具数量 | 最多 5 个,推荐 3 个 |
More from ai-feier/skills
lesson
Use when user mentions '/lesson', '记录经验', '铁律', or wants to capture lessons learned. Automatically extracts insights from conversation and writes them to project's MEMORY.md. Also triggers when agent makes mistakes or discovers important patterns.
11init-agents-md
在项目根目录生成 AGENTS.md 文件和 docs/ 知识库骨架,建立 agent-first 仓库的文档治理体系。手动触发,检查是否存在后写入模板。
3openspec-propose
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
2openspec-explore
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
2your-skill-name
Describe what this skill does and when Claude/OpenCode should use it. Be specific about trigger phrases and scenarios. Write it 'pushy' — err on the side of triggering too often rather than too little.
2openspec-apply-change
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
2