Ivy-Tendril: Skill for Claude Code

.claude/skills/tendril-debug-plan/SKILL.md

tendril-debug-plan is a skill for Claude Code from Ivy-Interactive/Ivy-Tendril. It costs 59 tokens per session (2,506 once invoked), scanned A, original, no licence file.

A debugging review for Tendril plans that examines execution logs, session JSONL files, verification results, and the supporting infrastructure. JSONL is a text format with one JSON record per line.

In plain words
What is it for?
Use it to investigate failed plans, audit execution quality, and produce concrete bug-fix or process-improvement recommendations.
Why use it?
It helps explain why a plan failed or behaved unexpectedly by checking both the recorded run and the systems behind it.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Ivy-Interactive/Ivy-Tendril's own configuration. It tells Claude Code how to work on Ivy-Tendril itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Ivy-Tendril configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Ivy-Interactive/Ivy-Tendril. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Ivy-Interactive/Ivy-Tendril/development/.claude/skills/tendril-debug-plan/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Ivy-Interactive/Ivy-Tendril

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tendril-debug-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivy-interactive/ivy-tendril/tendril-debug-plan/github.svg)](https://agentmods.dev/skills/ivy-interactive/ivy-tendril/tendril-debug-plan)
Your own site
<a href="https://agentmods.dev/skills/ivy-interactive/ivy-tendril/tendril-debug-plan"><img src="https://agentmods.dev/badge/skills/ivy-interactive/ivy-tendril/tendril-debug-plan/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tendril-debug-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/ivy-interactive/ivy-tendril/tendril-debug-plan"><img src="https://agentmods.dev/badge/skills/ivy-interactive/ivy-tendril/tendril-debug-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,506 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.02506
Opus 5 $0.00030 $0.01253
Sonnet 5 $0.00012 $0.00501
Haiku 4.5 $0.00006 $0.00251

Measured 9d ago against content hash 66f05c47986e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

tendril-debug-plan scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Use `find ~/.claude/projects -name "{SessionId}.jsonl"` to locate each file.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

.claude/skills/tendril-debug-plan/SKILL.md · 258 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 258 lines · 59 tokens per session scan A 66f05c47986e

Subscribe to this mod's changes

tendril-debug-plan is a skill published in the GitHub repository Ivy-Interactive/Ivy-Tendril (176 stars, last pushed yesterday), with no licence file. It adds 59 tokens to every session and 2,506 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gha

Analyze GitHub Actions failures and identify root causes.

ykdojo/claude-code-tips · 11 tokens

reground

Halt a drifting agent and re-anchor it to codebase evidence for the current task, clearing speculative context without a full compaction. Use when the agent has gone off course, hallucinated files/APIs/behavior, or started over-building beyond what was asked — or when the user types /reground or says "stop"…

adamlinscott/claude-skills · 95 tokens

doctor

Run a health check on the bundled Lumen semantic search setup for the current project, verify backend reachability and index freshness, and summarize remediation steps.

ory/lumen · 32 tokens

improve-agent

Improve an agent's formula TOML based on post-execution learnings. Use after a formula run required manual intervention, produced incorrect artifacts, or left cleanup work for the operator. Classifies the failure type, scans for sibling vulnerabilities, selects the appropriate fix pattern, and surgically inserts…

stempeck/agentfactory · 67 tokens

hforge-recursive-investigate

Auto-discoverable wrapper for the Harness Forge recursive-investigate workflow. Use when a task is ambiguous, cross-module, investigation-heavy, or likely to benefit from Typed RLM, bounded subcalls, and durable recursive artifacts.

ldilov/harness-forge · 52 tokens

hforge-analyze

Analyze the current repository using Harness Forge runtime surfaces, refresh stale findings when needed, summarize repo shape and risks, and promote architecture-significant findings into durable notes or decision candidates.

ldilov/harness-forge · 40 tokens