debug-coffee-ahk
CommunityDebug Coffee-AHK flow and fix issues faster.
Authorphonowell
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured approach to debugging the coffee-ahk compiler: understanding the compilation flow (entry/index.ts → formatters → processors → renderer), locating bugs in rendering and tokenization, and applying debugging tips to speed up bug fixes and comprehension during debugging or debugging sessions.
Core Features & Use Cases
- Three-stage debugging workflow: Understand the 3 phases: Formatters, Processors, Renderer.
- Bug localization methodology: Guidance to pinpoint issues by inspecting AST, tokens, and scope transforms.
- Practical debugging tips: commands to inspect AST and tokens, run the full debug sequence.
Quick Start
- Run the full debug workflow for a Coffee file: node -e "import('./dist/index.js').then(m=>m.default('file.coffee', {verbose:true, ast:true}))"
- Alternatively, compile a single file to see the final AHK output: node dist/index.js file.coffee
Dependency Matrix
Required Modules
None requiredComponents
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: debug-coffee-ahk Download link: https://github.com/phonowell/coffee-ahk/archive/main.zip#debug-coffee-ahk Please download this .zip file, extract it, and install it in the .claude/skills/ directory.