@garrytan: This is interesting. Anyone experimenting with this? So far anytime I have adjacent skills I just tell it to DRY itself…
Summary
Garry Tan asks if others experiment with merging adjacent AI skills into larger parameterized skills, sharing his preference for composing bigger skills with branching parameters.
View Cached Full Text
Cached at: 04/23/26, 07:49 AM
This is interesting. Anyone experimenting with this? So far anytime I have adjacent skills I just tell it to DRY itself up and turn it into a bigger skill with more parameters So far I found composing bigger skills with branching params is better
Similar Articles
@Av1dlive: Garry Tan (CEO of Y-Combinator): "when someone asks how I 'prompt' my AI, the answer is: I don't. the skills are the pr…
Garry Tan advocates shifting from manual AI prompting to skill-based automation, presenting open-source tools like GBrain and GStack to capture and reuse workflows permanently.
@garrytan: Interesting thing GBrain can do now: If you have a skill + code + test + resolver + resolver trigger + evals you want t…
GBrain can now package skills, code, tests, and evals into a SKILLPACK tarball that others can install using a simple command.
@garrytan: Basically how I'm building all my features these days: Do it once in OpenClaw, then just run /skillify and it does it l…
Garry Tan uses OpenClaw and /skillify to automate feature building after doing it once.
@dillon_mulroy: i think skills are a mistake and the wrong abstraction. i almost never want my agent auto invoking them and i have buil…
Dillon Mulroy argues that AI agent 'skills' are a flawed abstraction that unnecessarily consumes context window space, advocating for manual toggling of tools instead of auto-invocation.
@op7418: https://x.com/op7418/status/2065232309310427565
This article discusses the concept of Skills in the AI agent ecosystem, arguing that Skills are more than prompts—they are packaged capabilities that externalize human expertise into reusable workflow units. The author shares design principles and case studies from building popular Skills.