🛠️
AutomationC#

Tendril Debug Job

by Ivy-Interactive

Tendril Debug Job is an Automation skill for Claude Code, published by Ivy-Interactive in Ivy-Tendril.

176 stars7 forkson Ivy-Interactive/Ivy-TendrilAdded 2026/09/07+1% in starsRepository updated 2026/09/06
agentic-codingagentic-workflowchatgptclaude-codecodexgeminigitopencodesoftware-factory
Install in seconds
Install Tendril Debug Job
Copy Tendril Debug Job 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/Ivy-Interactive/Ivy-Tendril/tree/development/.claude/skills/tendril-debug-job ~/.claude/skills/tendril-debug-job

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/Ivy-Interactive/Ivy-Tendril.git

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

In this catalog

Source file
.claude/skills/tendril-debug-job/SKILL.md in Ivy-Interactive/Ivy-Tendril
Installs to
~/.claude/skills/tendril-debug-job
Collection
One of 5 skills cataloged from this repository
Category
Automation2109 skills

What Tendril Debug Job does

Tendril Debug Job analyzes a Tendril job’s logs, prompt, and raw tool stream to reconstruct what happened and find issues in the promptware, memory, tools, or execution. Use it when a job failed or behaved unexpectedly and you need actionable fixes.

Tendril Debug Job is cataloged under Automation on DirSkills. Tendril Debug Job comes from a repository tagged agentic-coding, agentic-workflow, chatgpt, claude-code and codex.

Documentation

README

tendril-debug-job

Analyze a job's execution artifacts to identify issues and improvement opportunities in Tendril, the promptware instructions, memory, or tools.

Invocation

/tendril-debug-job <job-id> <comment>
  • job-id — Five-digit job id (e.g., 00458). A full path to a job log also works.
  • comment — Free-text describing what to look for or what went wrong

Job Artifacts

Every job writes four files, flat, into $TENDRIL_HOME/Jobs/. They share one stem:

{jobId}-{planId}-{promptware}      e.g. 00458-00044-ExecutePlan
{jobId}-{promptware}               when the job has no plan (e.g. CreatePlan)

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

Commands Tendril Debug Job provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /tendril-debug-job

Frequently asked about Tendril Debug Job

  • What else does Ivy-Interactive publish alongside Tendril Debug Job?

    Tendril Debug Job is one of 5 skills that DirSkills catalogs from Ivy-Interactive/Ivy-Tendril, the repository it ships in. Its siblings there include Tendril Debug Plan, Tendril Release and Tendril Review. Each one is a separate skill with its own page in this directory, installs the same way Tendril Debug Job does, and is maintained by Ivy-Interactive in that same repository. The rest of the collection is listed on the Ivy-Interactive/Ivy-Tendril page.

  • How does Tendril Debug Job compare to other Automation skills?

    Tendril Debug Job ranks #1952 by stars among the 2109 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Tendril Debug Job against them. Open each page to compare what they document and how they install.