logoalt Hacker News

dcreateryesterday at 11:25 PM3 repliesview on HN

What does this do better than just asking your agent to "write docs" or a more robustly defined prompt/skill?


Replies

capplexhamtoday at 2:42 AM

Have a look at the prompts in the GitHub [0]. It defines a System Prompt and specifies the documentation structure. This would allow you to switch coding agents, instead of relying on how your coding agent interprets the command "write docs".

[0]: https://github.com/langchain-ai/openwiki/blob/main/src/agent...

b212today at 1:48 AM

I swear most of these tools are made for the sake of it…

While good old prompting is often better than plan mode or superpower skills.

_pdp_today at 12:30 AM

This is what we do. The same agent writing the code can also write the docs.