Building an internal agent: Adding support for Agent Skills
When Anthropic introduced Agent Skills,
I was initially a bit skeptical of the problem they solved–can we just use prompts and tools?–but I’ve subsequently
come to appreciate them, and have explicitly implemented skills in our internal agent framework.
This post talks about the problem skills solves, how the engineering team at Imprint implemented them,
how well they’ve worked for us, and where we might work with them next.
This is part of the Building an internal agent series.