Remix.run Logo
simonw a day ago

I think skill is the perfect name for this. You provide the LLM with a new skill by telling it how to do a thing and providing supporting scripts to help it do that thing.

ajtejankar a day ago | parent | next [-]

Yup! I fully agree. It also taps into the ability of LLMs to write code given good prompts. All you need is for the LLM to recognize that it needs something, fetch it into the context, and write exactly the code that is needed in the current combination of skill + previous context.

causal 17 hours ago | parent | prev [-]

You've described instructions. It already had a name.

simonw 16 hours ago | parent [-]

"Instructions" doesn't cover the bit where you have a folder with markdown with YAML frontmatter metadata plus additional executable scripts - which can then be shared with others.