I implemented the Anthropic skill standard using claudette (thanks @jeremyphoward) to see how minimal I could make it. Turns out you only need about 100 lines of Python to support the full spec.
The code implements the three basic tools (skill, read, run) without any complex orchestration framework. Let me know what you think!