Content Preview
--- name: error-debugging-multi-agent-review description: "Use when working with error debugging multi agent review" risk: unknown source: community date_added: "2026-02-27" --- # Multi-Agent Code Review Orchestration Tool ## Use this skill when - Working on multi-agent code review orchestration tool tasks or workflows - Needing guidance, best practices, or checklists for multi-agent code review orchestration tool ## Do not use this skill when - The task is unrelated to multi-agent code rev
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/error-debugging-multi-agent-review.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/error-debugging-multi-agent-review/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-debugging-multi-agent-review/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-diagnostics-smart-debug
Use when working with error diagnostics smart debug
generalerrordiagnosticsdebug
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