C Lint banner
Falkicon Falkicon

C Lint

Code Quality community

Description

Run Luacheck and StyLua to ensure code quality and consistency. **Skill**: [s-lint](../skills/s-lint/SKILL.md) 1. **Lint**: Run `addon.lint` for syntax errors and undefined globals. 2. **Format**: Run `addon.format` to auto-fix code style. 3. **Security**: Run `addon.security` to detect combat lockdown violations, secret leaks. 4. **Complexity**: Run `addon.complexity` to find deep nesting, long functions. 5. **Fix**: Resolve remaining issues that cannot be auto-fixed. 6. **Verify**: Run `addo

Installation

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

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

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

Full documentation available on GitHub

View Source Repository