formatter-creator

Community

Streamline new CoffeeScript formatter creation.

Authorphonowell
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: formatter-creator
Download link: https://github.com/phonowell/coffee-ahk/archive/main.zip#formatter-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository