agent-orchestration by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill agent-orchestration当用户要求实现某项功能时,请使用实现型智能体以保留主上下文。
错误做法 - 消耗上下文:
Main: 读取文件 → 理解 → 进行编辑 → 报告
(在主上下文中消耗 2000+ 个令牌)
正确做法 - 保留上下文:
Main: 生成智能体("根据计划实现 X")
↓
Agent: 读取文件 → 理解 → 编辑 → 测试
↓
Main: 获取摘要 (~200 个令牌)
| 任务类型 | 使用智能体? | 原因 |
|---|---|---|
| 多文件实现 | 是 | 智能体在内部处理复杂性 |
| 遵循计划阶段 | 是 | 智能体读取计划并实施 |
| 包含测试的新功能 | 是 | 智能体可以运行测试 |
| 单行修复 | 否 | 直接操作更快 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 快速配置更改 | 否 | 开销不值得 |
智能体读取自己的上下文。不要在主聊天中读取文件来理解需要传递给智能体的内容 - 只需将任务交给它们,它们会自行解决。
Implement Phase 4: Outcome Marking Hook from the Artifact Index plan.
**Plan location:** thoughts/shared/plans/2025-12-24-artifact-index.md (search for "Phase 4")
**What to create:**
1. TypeScript hook
2. Shell wrapper
3. Python script
4. Register in settings.json
When done, provide a summary of files created and any issues.
当用户说以下词语时,请考虑使用智能体:
每周安装量
230
代码仓库
GitHub 星标数
3.6K
首次出现时间
Jan 22, 2026
安全审计
安装于
opencode219
codex218
gemini-cli215
cursor212
github-copilot212
amp206
When the user asks to implement something, use implementation agents to preserve main context.
Wrong - burns context:
Main: Read files → Understand → Make edits → Report
(2000+ tokens consumed in main context)
Right - preserves context:
Main: Spawn agent("implement X per plan")
↓
Agent: Reads files → Understands → Edits → Tests
↓
Main: Gets summary (~200 tokens)
| Task Type | Use Agent? | Reason |
|---|---|---|
| Multi-file implementation | Yes | Agent handles complexity internally |
| Following a plan phase | Yes | Agent reads plan, implements |
| New feature with tests | Yes | Agent can run tests |
| Single-line fix | No | Faster to do directly |
| Quick config change | No | Overhead not worth it |
Agents read their own context. Don't read files in main chat just to understand what to pass to an agent - give them the task and they figure it out.
Implement Phase 4: Outcome Marking Hook from the Artifact Index plan.
**Plan location:** thoughts/shared/plans/2025-12-24-artifact-index.md (search for "Phase 4")
**What to create:**
1. TypeScript hook
2. Shell wrapper
3. Python script
4. Register in settings.json
When done, provide a summary of files created and any issues.
When user says these, consider using an agent:
Weekly Installs
230
Repository
GitHub Stars
3.6K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode219
codex218
gemini-cli215
cursor212
github-copilot212
amp206
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装