agent-friendly-apis
Installation
SKILL.md
Agent-Friendly APIs
Companion skill for the Agent-Friendly APIs course on Vercel Academy. Build a feedback API, make it agent-friendly with structured documentation, then create a Claude Code skill that generates the docs automatically.
Commands
/agent-friendly-apis learn
Start the guided learning loop. Fetches lessons from Academy and drives you through the course. 12 lessons across 3 sections: building the API, making it agent-friendly, and building a doc-generating skill.
/agent-friendly-apis new
Scaffold a new agent-friendly API project:
- Deploy the Next.js starter to Vercel (one-click)
- Clone locally and install dependencies
- Verify project structure (
app/,lib/,data/) - Confirm dev server runs with seed data loaded
Related skills