Falkicon/Mechanic
Skill Claude CodeCodex
Meta knowledge for creating Claude skills. Provides templates, best practices, and patterns for building effective skills with routing tables and reference files. Load this when creating new skills or understanding the skill system. Triggers: create skill, new skill, skill template, skill architecture, SKILL.md.
Falkicon/Mechanic
Skill Claude CodeCodex
Index of Mechanic documentation with summaries and links. Load this to understand what documentation exists and where to find detailed information on specific topics. Triggers: docs, documentation, reference, guide, help.
Falkicon/Mechanic
Skill Claude CodeCodex
Context for the Mechanic/Fen WoW addon development ecosystem. Covers all components (Mechanic, FenCore, FenUI, MechanicLib), their relationships, and AFD principles. Load this at the start of addon work. Triggers: ecosystem, fen, fencore, fenui, mechanic, addon, context.
Falkicon/Mechanic
Skill Claude CodeCodex
Context for FenCore - the pure logic library for WoW addons. Covers utility functions, math helpers, table operations, and environment detection. Load this when working with FenCore or needing utility functions. Triggers: fencore, utility, math, table, logic, pure functions.
Falkicon/Mechanic
Skill Claude CodeCodex
Context for FenUI - the UI widget library for WoW addons. Covers frames, layouts, buttons, panels, and theming. Load this when building addon UI or working with FenUI widgets. Triggers: fenui, ui, widget, frame, layout, panel, button, tabs.
Falkicon/Mechanic
Skill Claude CodeCodex
Context for Mechanic - the WoW addon development hub. Covers the CLI, MCP server, dashboard, in-game modules, and MechanicLib. Load this for deep understanding of Mechanic tooling. Triggers: mechanic, mech, cli, mcp, dashboard, tools, development hub.
Falkicon/Mechanic
Skill Claude CodeCodex
Comprehensive quality analysis for WoW addons. Combines security, complexity, deprecation, and dead code analysis into a single audit workflow. Triggers: audit, quality, analysis, review, check, scan.
Falkicon/Mechanic
Skill Claude CodeCodex
Find and remove dead code and stale documentation. Covers unused functions, orphaned files, dead links, and outdated references. Use for maintenance, pre-release cleanup, or codebase hygiene. Triggers: clean, dead code, unused, orphan, stale, cruft, maintenance.
Falkicon/Mechanic
Skill Claude CodeCodex
Diagnose and fix bugs using evidence-based investigation. Requires runtime evidence before fixes—never guess based on code alone. Covers hypothesis-driven debugging, instrumentation logging, Lua errors, taint issues, combat lockdown, and API failures. Triggers: error, bug, debug, fix, crash, taint, nil value…
Falkicon/Mechanic
Skill Claude CodeCodex
Core WoW addon development patterns using Ace3 framework and Blizzard UI APIs. Covers event-driven design, SavedVariables, frame architecture, and API resilience. Use when building addons, designing systems, or integrating libraries. Triggers: addon, WoW, Lua, Ace3, frame, event, SavedVariables, architecture.
Falkicon/Mechanic
Skill Claude CodeCodex
Ensure code quality using Luacheck linting and StyLua formatting. Covers common warnings, style rules, and auto-formatting. Use when checking code quality, fixing style issues, or preparing code for review. Triggers: lint, format, style, luacheck, stylua, code quality, warnings.
Falkicon/Mechanic
Skill Claude CodeCodex
Prepare and execute an addon release, including version bumping, changelog updates, git tagging, and validation. Use when ready to publish a new version. Triggers: release, version bump, changelog, git tag, publish.
Falkicon/Mechanic
Skill Claude CodeCodex
Research WoW addon development topics using CLI tools, Blizzard UI source, and documentation. Covers API discovery, pattern research, and Ace3 usage. Use when investigating unfamiliar APIs, finding Blizzard patterns, or learning. Triggers: research, find, search, API, Blizzard UI, documentation, Ace3.
Falkicon/Mechanic
Skill Claude CodeCodex
Write and run unit tests for WoW addons using Busted and the Mechanic test framework. Covers test structure, mocking WoW APIs, and coverage analysis. Use when adding tests, fixing bugs with regression tests, or improving coverage. Triggers: test, unit test, coverage, Busted, mock, TDD, sandbox.
Falkicon/Mechanic
Skill Claude CodeCodex
General-purpose skill for Mechanic/Fen ecosystem work. Covers ecosystem context, development tools, component overview, and AFD principles. Use for everyday addon work, exploration, or when unsure which specialized skill to use. Triggers: work, build, develop, create, mechanic, fen, fencore, fenui, ecosystem, addon.
Falkicon/Mechanic
Command Claude Code
Run comprehensive quality analysis on an addon.
Falkicon/Mechanic
Command Claude Code
Find and remove dead code and stale documentation.
Falkicon/Mechanic
Command Claude Code
Run the addon development feedback loop to find and fix issues.
Falkicon/Mechanic
Command Claude Code
Build or extend addon features following architecture best practices.
Falkicon/Mechanic
Command Claude Code
Run Luacheck and StyLua to ensure code quality and consistency.
Falkicon/Mechanic
Command Claude Code
Automated addon release workflow.
Falkicon/Mechanic
Command Claude Code
Research WoW APIs and patterns for addon development.
Falkicon/Mechanic
Command Claude Code
Run a full code review before merging or releasing.
Falkicon/Mechanic
Command Claude Code
Run unit tests for an addon to ensure logic correctness.