Awarexone

Axguard Debug — Development skill for Claude Code

Development community

Debug / verbose errors — Django DEBUG, Flask debug, stack traces to clients.

How to install Axguard Debug

Installs to ~/.claude/skills/awarexone-axguard-axguard-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/awarexone-axguard-axguard-debug && curl -fsSL https://raw.githubusercontent.com/Awarexone/AXguard/HEAD/commands/axguard-debug.md -o ~/.claude/skills/awarexone-axguard-axguard-debug/SKILL.md

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

What Axguard Debug does


description: Debug / verbose errors — Django DEBUG, Flask debug, stack traces to clients. Usage: /axguard-debug [path]

/axguard-debug

**Specialist:** Debug Exposure Hunter

Usage

/axguard-debug
/axguard-debug ./

Focus

  • DEBUG = True / Flask debug=True / FLASK_DEBUG=1
  • Express handlers that send err.stack to clients
  • Spring Actuator exposure.include=*

Steps

  1. Scan → keep debug.*.
  2. Confirm the setting can reach production builds/configs.
  3. Force

Alternatives in Development

  • MCP Language Server — mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, a 1.5k ★
  • Opik Openclaw — 🦞 Official plugin for OpenClaw that exports agent traces to Opik 725 ★
  • MCP Linker — mcp store manager, add & syncs MCP server configurations across clients like Claude code, Cursor💡mcphub 308 ★

Full documentation available on GitHub

View Source Repository