smithery.ai

auto-search-debug

Proactive self-healing debugging using Antigravity Manager's Search & Reader MCPs.

First seen Mar 31, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 904 B
  • docs SUMMARY.md 107 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Auto-Search Debugging (Self-Healing Loop)

This skill enables the agent to proactively resolve errors by leveraging the Antigravity Manager's built-in MCP tools.

Core Protocol

  1. Trigger: When a "Critical" or "Fatal" error is detected in the logs (e.g., Python stack trace, Node.js exception).
  2. Search: Use search_web to find the error message on StackOverflow, GitHub Issues, or official documentation.
  3. Read: Use readurlcontent to extract the fix or implementation example from the search results.
  4. Apply: Propose or implement the fix directly in the code.

Verification

  • Run a broken script (e.g., missing dependency).
  • Observe the agent triggering the search loop.
  • Confirm the fix is proposed based on real-world documentation.