Checked out Anthropic's new Agent Skills: It's basically a repackaged Code Interpreter, but with a clever use case 👍
1. Upload pre-written scripts to a container for the agent to run
2. Use function calling to reveal context in two stages
In short, a "skill" is scripts with detailed instructions, optimized via context engineering: simple descriptions go in the system prompt for selection, full instructions are revealed later via tools.
I made a Google Colab using Code Interpreter and OpenAI Agents SDK to demo a PoC, if you're familiar with the agent concept, you’ll get it from the Colab.