πŸ“Έ
QualityTypeScript

Error Capture

by crbnos

Error Capture is a Quality skill for Claude Code, published by crbnos in carbon.

2.3K stars327 forkson crbnos/carbonAdded 2026/07/21+1% in starsRepository updated 2026/08/06
businesserpleanmanagementmanufacturingmcp-servermespostgresqlqmsreact-routersupabasetypescript
Install in seconds
Install Error Capture
Copy Error Capture into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/crbnos/carbon/tree/main/.claude/skills/error ~/.claude/skills/error

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/crbnos/carbon.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/error/SKILL.md in crbnos/carbon
Installs to
~/.claude/skills/error
Collection
One of 47 skills cataloged from this repository
Category
Quality β€” 1897 skills

What Error Capture does

Captures screenshot and element snapshot of current browser page when an error appears during e2e testing. Saves to gitignored .ai/scratch/e2e/. Use when agent-browser snapshot shows failure indicators. Building block: captures and returns, caller decides to continue.

Error Capture is cataloged under Quality on DirSkills. Error Capture comes from a repository tagged business, erp, lean, management and manufacturing.

Documentation

README

error β€” capture browser failure diagnostics

Capture artifacts when the browser shows a failure, then hand control back to the calling skill. Never stops the calling run by itself.

When to invoke

Any agent-browser snapshot that reveals:

  • a "Something went wrong" heading
  • "Authentication Error" or similar
  • a blank page or unexpected redirect
  • any content indicating the page failed to render

Steps

1. Resolve the slug

Use CARBON_WORKTREE from .env.local if present; otherwise the current branch name:

SLUG=$(grep '^CARBON_WORKTREE' .env.local | cut -d= -f2)
[ -z "$SLUG" ] && SLUG=$(git branch --show-current | tr '/' '-')

2. Capture both artifacts

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Error Capture

  • What else does crbnos publish alongside Error Capture?

    Error Capture is one of 47 skills that DirSkills catalogs from crbnos/carbon, the repository it ships in. Its siblings there include Agent Browser, Agent Browser and Browser Error Snapshot. Each one is a separate skill with its own page in this directory, installs the same way Error Capture does, and is maintained by crbnos in that same repository. The rest of the collection is listed on the crbnos/carbon page.

  • How does Error Capture compare to other Quality skills?

    Error Capture ranks #523 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Error Capture against them. Open each page to compare what they document and how they install.

More from crbnos/carbon

Error Capture is one of 47 skills cataloged on DirSkills from crbnos/carbon.

See all 47 skills β†’
🌐
2026/07/20

Agent Browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task.
Automation
2.3K318
🌐
2026/07/21

Agent Browser

A browser automation CLI for AI agents to navigate websites, fill forms, click buttons, take screenshots, extract data, and automate browser tasks.
Automation
2.3K327
πŸ“Έ
2026/07/20

Browser Error Snapshot

Captures screenshot and element snapshot on browser errors during e2e testing, saving to gitignored .ai/scratch/e2e/. Invoke when 'Something went wrong', auth errors, blank pages, or unexpected redirects appear. A building block that captures and returns, leaving further action to the caller.
Quality
2.3K318
πŸ§ͺ
2026/08/12

Browser Feature Testing

Browser Feature Testing drives the running Carbon app through a specific user flow in a real browser to verify a feature or fix works end to end. It builds a plan from the diff or an issue, tests with agent-browser, and caches successful playbooks for reuse.
Quality
2.3K335
πŸ›
2026/07/20

Bug Fix Pipeline

Orchestrates the bug-fix lifecycle from root cause analysis to implementing and proving the fix with a mandatory red→green regression test. Use when fixing a bug, test failure, or unexpected behavior.
Quality
2.3K318
πŸ”‘
2026/07/20

Carbon Auth

Authenticate against a local Carbon ERP dev server using the DEV_BYPASS_EMAIL bypass with agent-browser. Used as a prerequisite for automated tests that require an authenticated session.
Automation
2.3K318