transpile-debugger

Trace CoffeeScript transpilation from source to AST to AutoHotkey output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the guesswork and manual steps involved in debugging CoffeeScript to AutoHotkey transpilation errors. It provides a comprehensive, step-by-step view of the transpilation process, from source code to AST to final AHK output or detailed error analysis, saving you valuable debugging time.

Core Features & Use Cases

  • Full Transpilation Trace: Displays CoffeeScript source, intermediate AST (Abstract Syntax Tree), and generated AutoHotkey code.
  • Intelligent Error Analysis: Pinpoints transpilation failures with error messages, potential causes, and relevant file suggestions.
  • Syntax Testing: Quickly test new CoffeeScript syntax or verify expected AHK output for specific code snippets or files.
  • Use Case: When developing new CoffeeScript features or encountering unexpected behavior in your AHK output, use this Skill to quickly diagnose why a specific CoffeeScript snippet isn't transpiling as expected, showing you the exact transformation at each stage.

Quick Start

Debug the CoffeeScript snippet 'x = typeof y' to see its AHK transpilation and AST.