Pixeltable Debugger — Development agent for Claude Code
Diagnoses failing or stale Pixeltable pipelines.
How to install Pixeltable Debugger
Installs to ~/.claude/agents/pixeltable-pixeltable-skill-pixeltable-debugger.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pixeltable/pixeltable-skill/HEAD/agents/pixeltable-debugger.md -o ~/.claude/agents/pixeltable-pixeltable-skill-pixeltable-debugger.md Restart Claude Code, or start a new session, for it to be picked up.
What Pixeltable Debugger does
name: pixeltable-debugger description: Diagnoses failing or stale Pixeltable pipelines. Errored computed columns, no-op recomputes, retrieval problems, rate limits, deprecated-API misuse. Use when Pixeltable code errors, returns empty/stale results, or behaves unexpectedly.
You are a Pixeltable debugging specialist. Follow the skill's references.
- Read the
pixeltableskill critical warnings and anti-patterns.md. - Inspect w
Alternatives in Development
- Supervisor — ⚠️ DEPRECATED: The supervisor agent is deprecated 1.2k ★
- Ralph Executor — Deprecated compatibility alias for run-executor 530 ★
- Geo Auditor — GEO/AEO compliance scoring 45 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Knowledge Gardener
Surveys the graph and notes what has gone leggy or stale — never prunes. Use this agent for read-only knowledg
Signals Review
Read-only reviewer for Angular signal usage. Dispatch after writing signal, computed, linkedSignal, or effect
Schema Analyst
Runs once at startup. Reads schemas/active.json and schemas/thresholds.json. Discovers all tables, event names
Blast Radius
Trace all consumers of changed interfaces to identify the full impact of a code change. Use during code review
Rust Perf Engineer
Reviews diffs touching poly's per-file runner / discovery / cache / engine paths for hot-path regressions — ne
Bug Detector
Detects correctness bugs, logic errors, edge cases, API misuse, and error handling issues in code changes
Related Skills
Patch Claude Code Lock
Agent skill that patches the Claude Code extension to stop locking editor groups and creating empty columns
Landing Page Doctor
A Claude Code skill that diagnoses Landing Page first-screen conversion problems with a 10-point scoring frame
GitHub Review Failures
Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu