Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/pugzui/axom/troubleshootinggit clone --depth 1 https://github.com/PugzUI/axomWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00739 |
| Opus 5 | $0.00000 | $0.00369 |
| Sonnet 5 | $0.00000 | $0.00148 |
| Haiku 4.5 | $0.00000 | $0.00074 |
Grade A, and why
TROUBLESHOOTING scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Axom Agent Troubleshooting Guide
Common issues and solutions for Axom MCP.
Agent Limitations
Zed
Zed does not support global rules or skills. Zed only supports:
- Project-level rules:
.rules,AGENTS.md,.cursorrules, etc. in project root - Rules Library: Internal database (no CLI/API to inject rules)
For Zed, only MCP configuration is installed. To use Axom rules:
- Copy
AGENTS.mdto your project root, OR - Manually add rules via Zed's Rules Library (
cmd-alt-l)
Quick Diagnostics
Tool Not Found
Error: Tool axom_mcp_* not found
Solutions:
- Check prefixed variants:
axom-mcp-server_axom_mcp_*. - Verify Axom MCP is configured in your client.
- Check server logs for startup errors.
Context Server Timeout
Error: axom context server failed to start: Context server request timeout
Common causes:
- Client MCP config still points to a stale command (for example old
uvxentries). axom-mcpnot installed in the current Python environment.
Checks:
- Re-run install from the repo root:
make install. - Confirm command exists:
command -v axom-mcp. - For Cursor, verify
~/.cursor/mcp.jsonuses:mcpServers.axom.command = "axom-mcp"(args optional, omit if empty)
- Restart the IDE/client after config changes.
Chain Execution Failed
Error: Chain stops unexpectedly or variables not resolved.
Common causes:
- Using
${content}instead of${_result}. - Missing condition in chain step.
- Tool name typo.
- Invalid JSON syntax.
Memory Not Stored
Error: Write succeeds but memory not found.
Checklist:
-
actionis"write". -
namefollows[type]_[descriptor]_[YYYYMMDD]. -
importanceandmemory_typeare valid. - Database connection is active.
Permission Denied
Error: Cannot read/write files or execute commands.
Solutions:
- File ops: Use absolute paths.
- Shell: Ensure non-interactive.
- Location: Use
axom_mcp_execwithoperation: "list"to verify.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 99 lines · 0 tokens per session scan A 651b6e10e82d
TROUBLESHOOTING is an agent published in the GitHub repository PugzUI/axom (1 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 739 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.