What problem does it solve?
This Skill provides best practices and code examples for implementing Agent-First Development (AFD) commands using TypeScript, Zod schemas, and the AFD server ecosystem.
Core Features & Use Cases
- Command Definition: Learn how to define commands with input/output schemas, error handling, and context.
- Schema Design: Master Zod for robust input validation and data modeling.
- Server Setup: Understand how to configure and run an AFD MCP server.
- Testing: Implement unit and compliance tests for your commands.
- Use Case: You are building a new feature for your application that requires agents to interact with your system. Use this Skill to learn how to define commands that are well-structured, validated, and testable in TypeScript.
Quick Start
Use the afd-typescript skill to define a new command named 'user-create' with a name and email input using Zod schemas.