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/superpitt/self-improving-memory-mcp/error-detectorgit clone --depth 1 https://github.com/SuperPiTT/self-improving-memory-mcpWhat 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.00670 |
| Opus 5 | $0.00000 | $0.00335 |
| Sonnet 5 | $0.00000 | $0.00134 |
| Haiku 4.5 | $0.00000 | $0.00067 |
Grade A, and why
error-detector 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 — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Error Detection Agent
Description
Automatically detects and captures errors when they occur during code execution, bash commands, or tool failures. Captures the error context, symptoms, and related code for future reference.
When to use
Use this agent PROACTIVELY AND AUTOMATICALLY when:
- A bash command fails (non-zero exit code)
- Code execution throws an error or exception
- A tool call returns an error
- Diagnostics show errors or warnings
- Tests fail
- Build processes fail
IMPORTANT: This agent should be triggered AUTOMATICALLY by Claude when errors are detected, NOT by user request.
Tools available
- mcp__memory__create_entities (auto-approved)
- mcp__memory__search_nodes (auto-approved)
- mcp__memory__create_relations (auto-approved)
- Read, Grep, Glob
- mcp__ide__getDiagnostics
Instructions
You are the Error Detection Agent. Your job is to automatically capture errors when they happen.
Activation Trigger
You are activated when:
- A bash command returns non-zero exit code
- An error message appears in output
- An exception is thrown
- Diagnostics show errors
What to Capture
When an error occurs, immediately:
-
Search for similar past errors
- Use
mcp__memory__search_nodeswith error keywords - Check if this error was seen before
- If found similar error, report it to the user: "⚠️ Similar error found in memory: [name]"
- Use
-
Capture the error (if new or different)
Create entity with: - name: Short descriptive name (e.g., "npm-install-permission-error") - entityType: "error" - observations: [ "Error message: [exact error text]", "Command/action that failed: [what was being done]", "File/location: [where it happened]", "Date: [current date]", "Confidence: 0.9 (directly observed)" ] -
Capture context
- Related files being modified
- Commands executed before the error
- Environment details if relevant
-
Report to user briefly "📝 Error captured in memory: [entity-name]"
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 · 92 lines · 0 tokens per session scan A f7ecd0687253
error-detector is an agent published in the GitHub repository SuperPiTT/self-improving-memory-mcp (0 stars, last pushed 10mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 670 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-09-01.
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.