Scaffold a new API service with request functions, Zod schemas, URL constants, and optional MSW mock handlers. Use this skill whenever the user asks to "add a service", "create the projects API", "scaffold a new GAIA service", "wire up CRUD for users", or anything implying a new folder under app/services/gaia/{name}/ with parsers/types/requests + matching test/mocks/{name}/ collections.
$npx -y skills add gaia-react/gaia --skill new-serviceInstalls into the current project.
Run `npx skills use "https://github.com/gaia-react/gaia" --skill "gaia-react/gaia/new-service"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gaia-react/gaia" that are relevant to the current task. Run `npx skills add "https://github.com/gaia-react/gaia"` and select the relevant skills, then follow their instructions.