Content Preview
--- name: error-diagnostics-smart-debug description: "Use when working with error diagnostics smart debug" risk: unknown source: community date_added: "2026-02-27" --- ## Use this skill when - Working on error diagnostics smart debug tasks or workflows - Needing guidance, best practices, or checklists for error diagnostics smart debug ## Do not use this skill when - The task is unrelated to error diagnostics smart debug - You need a different domain or tool outside this scope ## Instruction
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/error-diagnostics-smart-debug.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/error-diagnostics-smart-debug/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/error-diagnostics-smart-debug/SKILL.md
Related Skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
error-debugging-multi-agent-review
Use when working with error debugging multi agent review
generalerrordebuggingmulti
by sickn33 (Antigravity) · antigravity-awesome-skills
Monitoring Error Rates
This skill enables Claude to monitor and analyze application error rates to improve reliability. It is used when the user needs to track and understand errors occurring in their application, including HTTP errors, application exceptions, database errors, external API errors, background job errors, a
skill-adaptermonitoring error rates
by jeremylongshore · plugins-plus-skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills