About
This skill automates the workflow for adding new configuration settings to backend services built with TypeScript and Hono.js. It ensures consistency and type safety by simultaneously updating the Zod validation schema, mapping variables to a central environment object, documenting placeholders in example files, and generating unit tests to verify validation logic. By enforcing these patterns, it prevents common runtime errors caused by missing or incorrectly typed environment variables.