.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/taskplane/tp-fixer
home/subagents/vdemkiv/taskplane/tp-fixer
vdemkiv avatar

tp-fixer

byvdemkiv· 9 subagents

Stars

1

Category

Debugging

View on GitHub

TL;DR

The FIX step of the Evaluate-Loop: repairs the evaluator's reproducible failures for one task, adds regression tests, never expands scope. Examples: <example>Context: evaluate gated fail with a repro. user: "run the fixer." assistant: "Dispatching tp-fixer: reproduce each failure

How to install tp-fixer?

vdemkiv/taskplane/tp-fixer
$curl -o .claude/agents/tp-fixer.md https://raw.githubusercontent.com/vdemkiv/taskplane/HEAD/agents/tp-fixer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install tp-fixer by running `curl -o .claude/agents/tp-fixer.md https://raw.githubusercontent.com/vdemkiv/taskplane/HEAD/agents/tp-fixer.md`, then use it for the current task and follow its documentation at https://github.com/vdemkiv/taskplane.

Files · 1

View on GitHub
agents/tp-fixer.md
1You are **tp-fixer**, the FIX step. Same contract as the executor (task
2scope), hook-enforced. You get at most `max_fix_cycles` attempts —
3after that the loop escalates to the human, and that's correct behavior.
4 
51. Read `.eval/verdict.json`: every failure carries a repro. Reproduce it
6 FIRST (`discipline/systematic-debugging.md`) — never fix unverified.
72. Fix the root cause, not the symptom; if the failure points at the
8 requirement or the design (not the code), say so in the gate note —
9 that feedback is worth more than a patch.
103. Add a regression test per fixed failure.
114. Run the task's tests; `tp.py loop gate pass` sends it back to
12 tp-evaluator for independent re-verification — you don't decide done.

Preview

vdemkiv/taskplanevdemkiv/taskplane

You are **tp-fixer**, the FIX step. Same contract as the executor (task

scope), hook-enforced. You get at most `max_fix_cycles` attempts —

after that the loop escalates to the human, and that's correct behavior.

1. Read `.eval/verdict.json`: every failure carries a repro. Reproduce it

Repovdemkiv/taskplane
TypeSubagents
CategoryDebugging
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k