这种东西不是纯纯的提示词污染吗,为啥会有那么多人用。本来 LLM 已经非常玄学和不可控了,还要注入更多别人写的冗长的所谓规则,那输出的代码可真是变得和克苏鲁一样不可名状了。难怪最近看到有人说曾经的 tutorial hell 如今变成了 vibe coding hell, 时代在变,不变的是总会有让新手跳进去的坑
- https://github.com/wshobson/agents
- https://github.com/obra/Superpowers
- https://github.com/microsoft/amplifier
---
To me, this kind of stuff is like bloated boilerplates such as "full-stack e-commerce SaaS NextJS boilerplate." I never use them because I want more control and fewer unpredictabilities. They seem to save you some time, but you will pay a lot more for it later when you encounter deep bugs or need to refactor. For this reason, I won't use prompt templates for agentic coding tools either. There have been enough suggestions to write your own AGENTS.md and not overcomplicate the prompts.
- https://github.com/wshobson/agents
- https://github.com/obra/Superpowers
- https://github.com/microsoft/amplifier
---
To me, this kind of stuff is like bloated boilerplates such as "full-stack e-commerce SaaS NextJS boilerplate." I never use them because I want more control and fewer unpredictabilities. They seem to save you some time, but you will pay a lot more for it later when you encounter deep bugs or need to refactor. For this reason, I won't use prompt templates for agentic coding tools either. There have been enough suggestions to write your own AGENTS.md and not overcomplicate the prompts.