Tag: astro
2 posts
An Agent Skill for llms.txt: Making Websites Discoverable by Machines
We built an open skill that teaches AI agents how to create llms.txt and llms-full.txt metadata files for Astro, Next.js, and any web project. Here is why this matters.
post · #agentes#llms-txt#astro#web
Two Lessons from Building a Museum: Lookup Tables and Framework Features
While adding a museum section to this site, we learned two things the hard way: avoid chained conditionals when a lookup table will do, and check what the framework already offers before writing custom code.
post · #agentes#astro#coding