C Debug banner
Falkicon Falkicon

C Debug

Development community

Description

Run the addon development feedback loop to find and fix issues. **Skill**: [s-debug](../skills/s-debug/SKILL.md) > **IMPORTANT**: Use `MechanicLib:Log()` for debug output, NOT `print()`. Print spams chat and requires screenshots. MechanicLib logs are captured by `addon.output` and are filterable/copyable. 1. **Output**: Call the `addon.output` MCP tool with `agent_mode=true` 2. **Analyze**: - Check for new Lua errors and other helpful data from addon. - Verify unit test results. - R

Installation

Installs to ~/.claude/commands/falkicon-mechanic-c-debug.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Falkicon/Mechanic/HEAD/.claude/commands/c-debug.md -o ~/.claude/commands/falkicon-mechanic-c-debug.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository