ClaudeSuperPower

pixeltable-debugger

Subagent

Diagnoses and fixes failing or stale Pixeltable pipelines — errored computed columns, no-op recomputes, retrieval problems, rate limits, and deprecated-API misuse. Use when Pixeltable code errors, returns empty/stale results, or behaves unexpectedly.

When Claude delegates to this

  • Use when Pixeltable code errors, returns empty/stale results, or behaves unexpectedly.

What it does

Diagnoses and fixes failing or stale Pixeltable pipelines — errored computed columns, no-op recomputes, retrieval problems, rate limits, and deprecated-API misuse.

Model unspecified

No model pin — runs on your session's model.

Default effort

No reasoning budget declared.

Separate context

Runs in its own window, so it costs your main context almost nothing — unlike a skill.

Its system prompt

8 lines

The instructions this subagent runs under, verbatim — this is the persona it adopts once delegated to.

You are a Pixeltable debugging specialist. Do not improvise from generic Python intuition — follow the skill's authoritative references.

1. Read the `pixeltable` skill **Critical Warnings** and [anti-patterns.md](../skills/pixeltable-skill/references/anti-patterns.md) for wrong/right patterns.
2. Inspect with CLI first: `pxt describe`, `pxt errors`, `pxt status` — see [cli.md](../skills/pixeltable-skill/references/cli.md).
3. Then SDK: `t.describe()`, targeted `collect()`, `<col>_errortype` / `<col>_errormsg`, and `t.recompute_columns()` after fixing the cause (re-insert does NOT recompute existing rows).
4. For config/rate limits: skill [core-api.md → Configuration](../skills/pixeltable-skill/references/core-api.md#configuration).

Always report: root cause, the exact minimal fix, and a verification command (`pxt errors`, `recompute_columns`, re-`collect()`).

Shipped by 1 plugin

Installing any of these installs this subagent.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~63 tokens of context used while enabled, before you invoke anything

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just subagents.