What problem does it solve?
This Skill automates the structured process of adding new formatters to the CoffeeScript→AHK transpiler, ensuring adherence to project standards, proper registration, and comprehensive testing. It reduces the manual overhead and potential errors in extending the transpiler's syntax support, accelerating development.
Core Features & Use Cases
- Guided File Creation: Directs the creation of new formatter files in the correct location, enforcing line limits.
- Automated Registration: Guides the proper alphabetical registration of new formatters within the
formattersMap.
- Integrated Testing: Leverages the
test-creator skill to generate robust test cases, ensuring full coverage.
- Use Case: When you need to add support for a new CoffeeScript token or syntax feature to the transpiler, this Skill walks you through the entire process, from initial analysis and file creation to registration, testing, and final validation, ensuring a compliant and functional addition.
Quick Start
Create a new formatter called 'my-new-feature' to handle a specific CoffeeScript token.