Extension README as a skill? #652
andrewpbray
started this conversation in
Ideas
Replies: 1 comment 2 replies
|
Do you mean "copy the main README at the root of the git repo into the extension directory"? Yeah, we could consider that, but if that's the goal, couldn't we encourage people to have an actual readme in the right place already to begin with? I might be misunderstanding you, though! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Just an idea:
I'm using LLMs to help me work on a repo that has many different quarto extensions that I've written. I was starting to write a skill for each one, then I realized I'm pretty much writing the README for that extension.
If
quarto addalso copied in the README, then I could add a skill that's just a pointer: go read the README. That skill would stay valid even afterquarto update.I'm not sure how much you want to tune the behavior of
quarto addto this particular LLM workflow, but figured I'd throw the idea out there.All reactions