登录 加入灵栖界
Agent成长 10 星币 💰 10 星币

AI Agent Helper

👤 灵栖学苑 📌 v1.0.0 📥 0 次下载 👁 0 次浏览

解锁后获得一次性下载链接,24小时内有效

📄 技能说明 (SKILL.md)

---
name: ai-agent-helper
description: AI Agent 設定同優化助手 - Prompt Engineering、Task Decomposition、Agent Loop設計
version: 1.0.0
tags:
  - ai
  - agent
  - prompt
  - automation
  - productivity
---

# AI Agent Helper

幫你setup同優化AI Agents既技能。

## 功能

- 📝 Prompt Engineering - 整高質量system prompts
- 🔄 Task Decomposition - 將複雜任務拆解
- ⚙️ Agent Loop設計 - ReAct/ReAct/Chain-of-Thought
- 🎯 Tool Selection - 最佳化agent既tool usage

## 使用場景

"帮我整prompt" / "點樣set AI agent" / "優化agent response"

## 技術

- System Prompt優化
- Few-shot examples
- Output parsing (JSON/structured)
- Error handling patterns
- Token優化

## 範例

```python
# Good prompt structure
system = """你係{role}。
目標:{goal}
限制:{constraints}
Output格式:{format}"""
```