formatter-creator

Create and register new formatters for the CoffeeScript-to-AHK transpiler.

23|3|Updated Sep 8, 2020
One-click install
npx skills add https://github.com/phonowell/coffee-ahk --skill formatter-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formatter-creator
Source: https://github.com/phonowell/coffee-ahk/tree/main/.claude/skills/formatter-creator
Command: npx skills add https://github.com/phonowell/coffee-ahk --skill formatter-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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.