Skip to Content

Build a feedback API, then build a Claude Code skill that generates the documentation agents need to use it.

You'll build a feedback API for a fictional cooking school and serve its documentation from a live endpoint. Then you'll build a Claude Code skill that generates the documentation from the route handlers.

What you'll learn

Agent-Friendly APIs

API documentation now has another audience. Agents read it to decide which endpoint to call, what arguments to send, and how to recover from errors.

Eve Porcello