agentsclimarketplace

Shelves Debug & triage

Errors & stack traces

342 rows from 184 repositories

Starting from the message the machine gave you.

What Errors & stack traces skills agree on

125 skill files read, by 135 of the 162 authors on this shelf whose files we hold, 2026-09-06

Counted by distinct author, so one author publishing three of these counts once. Where a claim sits in fewer files than authors, that is said: a claim held by forty authors across three files is one file people copied, not forty people who agreed. Near-identical wordings are grouped and the other wordings are shown, so the grouping is yours to check.

What they tell the agent to do

  1. Handle, re-throw, or log in every catch block12 of 135 in 7 filesalso worded as Handle, re-throw, or log every catch block; Make every catch block log, re-throw, or return an error
  2. Use typed error classes over string messages11 of 135 in 6 filesalso worded as Use typed errors instead of string messages; Use typed error classes with machine-readable code properties
  3. Log full error context server-side10 of 135 in 5 filesalso worded as log all errors with context
  4. Document every error code clients may receive9 of 135 in 4 files
  5. Surface errors at the boundary where they occur9 of 135 in 4 filesalso worded as Surface errors where they occur
  6. Wrap React components in an ErrorBoundary9 of 135 in 4 filesalso worded as Wrap components in error boundaries; wrap React components in an error boundary
  7. Wrap errors with context, never lose the original9 of 135 in 4 filesalso worded as wrap errors with context, preserving the original; Wrap errors with context, preserving the original cause
  8. Use the standard error envelope for API responses9 of 135 in 4 filesalso worded as Return API errors in a standard envelope; return API errors in the standard envelope
  9. Retry only retriable errors, never 4xx client errors8 of 135 in 3 filesalso worded as Retry only transient errors, never 4xx
  10. Retry transient failures with exponential backoff and jitter8 of 135also worded as Retry transient failures with backoff before escalating; Retry with exponential backoff and jitter
  11. Show users friendly messages without technical details7 of 135 in 3 filesalso worded as write user-friendly messages without sensitive info; Show friendly messages to users
  12. Use the Result pattern for expected failures7 of 135 in 5 filesalso worded as Use a Result pattern where failure is expected; Return a Result type for expected failures
  13. Extend a base AppError with a code field6 of 135 in 2 files
  14. Write a failing test before fixing6 of 135 in 5 filesalso worded as Write comprehensive tests before fixing; Write a failing repro test before the fix
  15. Apply the minimal fix6 of 135also worded as Develop a minimal fix; Apply the minimal fix for the root cause

What they tell it not to do

  1. Never swallow errors silently25 of 135 in 19 filesalso worded as Don't swallow exceptions silently; Swallow errors silently
  2. No retrying 4xx client errors11 of 135 in 6 filesalso worded as Retry 4xx client errors; Do not retry 4xx client errors except 429
  3. Never lose the original error when wrapping9 of 135 in 4 filesalso worded as Lose the original error when wrapping; Never discard the original error when re-throwing
  4. No fire-and-forget async without fallback9 of 135 in 4 filesalso worded as Fire-and-forget async calls without fallback; never fire-and-forget async without a fallback
  5. Never include stack traces or internal details in user-facing messages8 of 135 in 3 filesalso worded as Show stack traces or internal details to users; Include stack traces or internal details in user messages
  6. Do not swallow exceptions7 of 135also worded as Swallow exceptions in empty catch blocks; Never swallow exceptions with bare except
  7. Do not throw exceptions for expected outcomes6 of 135 in 5 filesalso worded as Do not throw raw exceptions; Do not treat expected outcomes as exceptions
  8. Never expose internal details to clients6 of 135also worded as never expose internal error details to clients; exposing stack traces or internal implementation details to clients
  9. Never log and return the same error6 of 135also worded as Never log and return the same error; Log then return the same error
  10. Do not retry non-idempotent operations5 of 135also worded as retrying non-idempotent operations or client errors; Never retry non-idempotent operations without idempotency keys

What they expect to be installed

  1. FastAPI11 of 135 in 6 files
  2. git bisect10 of 135
  3. git log10 of 135 in 9 files
  4. Zod9 of 135 in 5 files
  5. grep9 of 135 in 8 files
  6. Sentry5 of 135
  7. React5 of 135 in 4 files
  8. React ErrorBoundary5 of 135 in 1 file
  9. FluentValidation4 of 135 in 3 files
  10. thiserror4 of 135

What they ask it to produce

  1. API responses in the standard error envelope10 of 135 in 5 filesalso worded as API errors in a standard error envelope; API error responses in the standard shape
  2. Typed error classes extending a base AppError8 of 135 in 3 filesalso worded as custom error classes extending a base AppError
  3. Wrapped React error boundary components8 of 135 in 4 filesalso worded as React error boundary wrapper; React error boundary components
  4. Regression test7 of 135 in 6 filesalso worded as Regression tests
  5. Root cause explanation6 of 135 in 5 filesalso worded as Root cause explanation with proposed fix; Documented root cause explanation
  6. ProblemDetails error responses5 of 135 in 4 filesalso worded as ProblemDetails responses
  7. Actionable steps with verification5 of 135also worded as actionable steps and verification
  8. Minimal code fix5 of 135 in 4 filesalso worded as Minimal fix; Minimal single fix

When Errors & stack traces authors say to reach for one

The situations these authors wrote into their own files, counted out of the same 135 authors, with the skills that name each one

How Errors & stack traces skills are built

302 skill directories by 171 authors, read from their repositories’ own file trees 2026-08-05

The middle bundle among those shipping files is 2 files, 16.5 KB beside SKILL.md

Counted by distinct author, same as above, so one author publishing forty template copies counts once. SKILL.md itself is not counted as a file, so a single-file skill is one where that file is the whole skill.

The shape

  1. SKILL.md is the whole skill91 of 171 authors, 162 of 302 skills
  2. files ship beside it80 of 171 authors, 140 of 302 skills
  3. executable scripts ship inside13 of 171 authors, 13 of 302 skills

The folders they converge on

  1. references/40 of 171 authors, 57 of 302 skills
  2. examples/11 of 171 authors, 14 of 302 skills
  3. scripts/11 of 171 authors, 11 of 302 skills
  4. evals/10 of 171 authors, 21 of 302 skills
  5. resources/8 of 171 authors, 12 of 302 skills
  6. patterns/6 of 171 authors, 6 of 302 skills
  • MCP Server for WinDbg Crash Analysis

    svnscha/mcp-windbg/io.github.svnscha/mcp-windbg MCP server

    1,521 repo

    A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB

  • Symfony api response

    aligundogdu/symfony-hexagonal-skill/skills/symfony-api-response Skill

    no license32 repo

    Claude Code plugin that enforces hexagonal architecture (ports & adapters) in Symfony projects — with 10 auto-triggered skills, 2 review agents, and progressive refactoring support for existing codebases.

  • Crashdx

    r00tify/crashdx/io.github.r00tify/crashdx MCP server

    7 repo

    Diagnoses Apple .ips crash reports: ranks likely causes with cited evidence, not just a stack trace.

  • Explain error

    Brattlof/skillet/examples/explain-error Skill

    4 repo

    Package manager for MCP servers, Agent Skills (SKILL.md), and Claude Code commands, hooks, subagents, and output styles. Installs into Claude Code, Cursor, Codex, Gemini CLI, Copilot, and Cline.

  • Api error handling

    nanami7777777/chinese-fullstack-skills/api-error-handling Skill

    1 repo

    中文全栈开发 Agent Skills — Vue/React + Node/Go + 国内云部署最佳实践,适用于 Claude Code / Cursor / Kiro / Codex

  • Sanitize stack

    0xZOne/sanitize-stack Skill

    0

    A worked example of building a Claude Code skill from scratch: decisions, design, smoke test, maintenance.

  • Ax2012 aos crash triage

    whobat/AI-Agent-skills/skills/ax-retail/ax2012-aos-crash-triage Skill

    0 repo

    a collection of AI Agent skills

  • Api error handling

    nanami7777777/api-error-handling Skill

    0

    API 错误处理决策指南 Agent Skill — HTTP 状态码决策树 + 6 种真实场景处理方案

  • Be api error handling

    barcelosvinicius/basic-engineering/plugins/be/skills/be-api-error-handling Skill

    0 repo

    Claude Code plugin + npm base for AI-assisted engineering: 25 skills, 12 agents, slash commands, session-continuity hook. Also works with Copilot, Cursor, and others.

  • Qgis plugin

    johnzastrow/qgis-plugin-skill/skills/qgis-plugin Skill

    0 repo

    A battle-tested Claude/Agent Skill for authoring, debugging, packaging and publishing QGIS Python plugins.

  • Frappe agent debugger

    Impertio-Studio/Frappe_Claude_Skill_Package/skills/source/agents/frappe-agent-debugger Skill

    no license167 repo

    60 deterministic Claude AI skills for Frappe Framework & ERPNext v14-v16 development and operations

  • Debug

    hellotern/Sextant/skills/debug Skill

    15 repo

    init

  • Smalltalk debugger

    mumez/smalltalk-dev-plugin/skills/smalltalk-debugger Skill

    14 repo

    Claude Code plugin for AI-driven Smalltalk (Pharo) development

  • Error handling

    jiatastic/open-python-skills/skills/error-handling Skill

    7 repo

    AI skill sets that provides intelligence for building solid Python backends across multiple platforms and frameworks.

  • Vb6 error handling

    alexcassol/claude-vb6-skills/skills/vb6-error-handling Skill

    2 repo

    Claude Code skills for keeping Visual Basic 6 codebases alive — conventions, CSEH error handling, late-binding ADO, and manual stack tracing.

  • Acc crash investigation best practices

    x3fleetsafety/skills/skills/acc-crash-investigation-best-practices Skill

    1 repo

    Open-source Agent Skills for DOT / FMCSA compliance. Drop in any AI coding agent (Claude Code, Cursor, Cowork) so it knows trucking regulations like a fleet safety pro.

  • Clean code error handling

    lifeodyssey/craftsmanship-skills/skills/clean-code-error-handling Skill

    no license1 repo

    Agent Skills distilled from Clean Code & Refactoring. Install: npx skills add lifeodyssey/craftsmanship-skills

  • Codebase error handling

    husnain067/codebase-knowledge-skills/codebase-error-handling Skill

    0 repo

    A family of five Claude skills that scan a codebase and produce focused Markdown reference documents

  • Vscode crash recovery

    ariellephan/vscode-crash-recovery-skills/skills/vscode-crash-recovery Skill

    0 repo

    Harness-neutral Agent Skills for safe VS Code crash recovery and project-scoped build cleanup on macOS.

  • Error handling patterns

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/error-handling-patterns Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Logic locate

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/logic-locate Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • N8n error handling

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/n8n-error-handling Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Error handling patterns

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/error-handling-patterns Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Logic locate

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/logic-locate Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • N8n error handling

    sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/n8n-error-handling Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Error handling patterns

    sickn33/agentic-awesome-skills/skills/error-handling-patterns Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Logic locate

    sickn33/agentic-awesome-skills/skills/logic-locate Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • N8n error handling

    sickn33/agentic-awesome-skills/skills/n8n-error-handling Skill

    44,658 repo

    AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 1,987+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.

  • Error handling patterns

    wshobson/agents/plugins/developer-essentials/skills/error-handling-patterns Skill

    38,701 repo

    Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI

  • Python error handling

    wshobson/agents/plugins/python-development/skills/python-error-handling Skill

    38,701 repo

    Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI

  • Apple crash symbolication

    dotnet/skills/plugins/dotnet-diag/skills/apple-crash-symbolication Skill

    5,132 repo

    Repository for skills to assist AI coding agents with .NET and C#

  • Hunt exceptional conditions

    elementalsouls/Claude-BugHunter/skills/hunt-exceptional-conditions Skill

    3,541 repo

    A Claude Code skill bundle for bug hunting and external red-team work - 82 skills, 15 slash commands, 681 disclosed-report patterns curated across 24 core vulnerability classes, plus enterprise identity + infrastructure attack matrices.

  • Golang error handling

    samber/cc-skills-golang/skills/golang-error-handling Skill

    2,949 repo

    🧑‍🎨 A collection of Golang agentic skills that works

  • Offensive crash analysis

    SnailSploit/Claude-Red/Skills/exploit-dev/offensive-crash-analysis Skill

    2,895 repo

    claude-red is a curated library of offensive security skills designed for the Claude skills system. Each skill is a structured SKILL.md file that primes Claude with expert-level methodology for a specific attack surface — from SQLi to shellcode, EDR evasion to exploit development.

  • Crash simulation

    a5c-ai/babysitter/library/specializations/domains/science/automotive-engineering/skills/crash-simulation Skill

    1,665 repo

    Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

  • Root cause analysis

    rohitg00/skillkit/packages/core/src/methodology/packs/debugging/root-cause-analysis Skill

    1,458 repo

    Supercharge AI coding agents with portable skills. Install, translate & share skills across Claude Code, Cursor, Codex, Copilot & 40 more

  • Error handling

    CloudAI-X/claude-workflow-v2/skills/error-handling Skill

    1,403 repo

    Universal Claude Code workflow plugin with agents, skills, hooks, and commands

  • Oma debug

    first-fluke/oh-my-agent/.agents/skills/oma-debug Skill

    1,226 repo

    Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.

  • Oma debug

    first-fluke/oh-my-agent/benchmarks/runs/oma/.agents/skills/oma-debug Skill

    1,226 repo

    Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.

  • Oma debug

    first-fluke/oh-my-agent/generated/agent-skills/oma-debug Skill

    1,226 repo

    Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.

  • Asc crash triage

    rorkai/app-store-connect-cli-skills/skills/asc-crash-triage Skill

    965 repo

    Skills to automate app store deployed and everything related to it using the asc cli

  • Greasemonkey dom event monitoring and xpath error handling

    ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/greasemonkey-dom-event-monitoring-and-xpath-error-handling Skill

    no license551 repo

    AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

  • Linux ip port reachability check with specific error handling

    ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/linux-ip-port-reachability-check-with-specific-error-handling Skill

    no license551 repo

    AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

  • Userscript event monitoring and error handling

    ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/userscript-event-monitoring-and-error-handling Skill

    no license551 repo

    AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

  • 126 java exception handling

    jabrena/plinth/skills/126-java-exception-handling Skill

    423 repo

    Plinth is an AI-native engineering toolkit for modern Java enterprise SDLC, built around reusable Commands, Agents, Skills, and MCP Servers.

  • 143 java functional exception handling

    jabrena/plinth/skills/143-java-functional-exception-handling Skill

    423 repo

    Plinth is an AI-native engineering toolkit for modern Java enterprise SDLC, built around reusable Commands, Agents, Skills, and MCP Servers.

  • Allra error handling

    aiskillstore/marketplace/skills/allra-fintech/allra-error-handling Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error handling

    aiskillstore/marketplace/skills/awais68/error-handling Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error handling fundamentals

    aiskillstore/marketplace/skills/danielpodolsky/error-handling-fundamentals Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error handling gate

    aiskillstore/marketplace/skills/danielpodolsky/error-handling-gate Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error resolver

    aiskillstore/marketplace/skills/davila7/error-resolver Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Global error handling

    aiskillstore/marketplace/skills/devanb/global-error-handling Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error handling

    aiskillstore/marketplace/skills/doyajin174/error-handling Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Global error handling

    aiskillstore/marketplace/skills/eis-its/global-error-handling Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Debug cuda crash

    aiskillstore/marketplace/skills/flashinfer-ai/debug-cuda-crash Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Golang error handling

    aiskillstore/marketplace/skills/samber/golang-error-handling Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error handling patterns

    aiskillstore/marketplace/skills/sickn33/error-handling-patterns Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error handling patterns

    aiskillstore/marketplace/skills/wshobson/error-handling-patterns Skill

    no license408 repo

    Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

  • Error handling patterns

    Microck/ordinary-claude-skills/skills_all/error-handling-patterns Skill

    no license324 repo

    An unappealing collection of Claude Skills and resources.

  • Error handling patterns

    Microck/ordinary-claude-skills/skills_categorized/architecture-patterns/error-handling-patterns Skill

    no license324 repo

    An unappealing collection of Claude Skills and resources.

All 342 in the catalog