addfox-debugging
Installation
SKILL.md
Addfox Debugging
Use this skill to diagnose and resolve Addfox build/runtime issues.
When to use
addfox buildoraddfox devfails- Extension cannot load in browser
- Popup is blank or content script does not inject
- Messaging returns
undefinedor no response - Hot reload is not updating as expected
Debug workflow
- Read terminal output and identify first actionable error.
- Inspect
.addfox/error.mdand.addfox/meta.mdwhen present. - Verify
addfox.config.tsand manifest structure. - Validate entry files and resolved output paths.
- Reproduce issue in browser (
chrome://extensionsorabout:debugging).