Ivy-Tendril: Skill for Claude Code

.claude/skills/tendril-review/SKILL.md

tendril-review is a skill for Claude Code from Ivy-Interactive/Ivy-Tendril. It costs 51 tokens per session (772 once invoked), scanned A, original, no licence file.

A post-change review of every modified file in a codebase. It looks for code smells, cleanup opportunities, outdated compatibility code, and tests that are missing, broken, or no longer needed.

In plain words
What is it for?
Use it after substantial development work to review the changes and identify fixes or cleanup before the work is considered complete.
Why use it?
It helps catch quality problems left behind after a large change, including tests that give misleading results.

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-review/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-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivy-interactive/ivy-tendril/tendril-review/github.svg)](https://agentmods.dev/skills/ivy-interactive/ivy-tendril/tendril-review)
Your own site
<a href="https://agentmods.dev/skills/ivy-interactive/ivy-tendril/tendril-review"><img src="https://agentmods.dev/badge/skills/ivy-interactive/ivy-tendril/tendril-review/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-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/ivy-interactive/ivy-tendril/tendril-review"><img src="https://agentmods.dev/badge/skills/ivy-interactive/ivy-tendril/tendril-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 772 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00051 $0.00772
Opus 5 $0.00026 $0.00386
Sonnet 5 $0.00010 $0.00154
Haiku 4.5 $0.00005 $0.00077

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

Security

Grade A, and why

tendril-review scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/tendril-review/SKILL.md · 99 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

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. 11d ago First seen · 99 lines · 51 tokens per session scan A 4a60c50c4205

Subscribe to this mod's changes

tendril-review is a skill published in the GitHub repository Ivy-Interactive/Ivy-Tendril (177 stars, last pushed today), with no licence file. It adds 51 tokens to every session and 772 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. 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

moai-ref-cross-model-audit

Cross-model audit convergence reference for the plan-auditor and sync-auditor agents. Documents how to invoke the auditmulti MCP tool to fan a code review out across the codex and GLM (z.ai) backends in parallel, converge their verdicts with the in-session Claude verdict, and fold the resulting per-backend verdicts +…

modu-ai/moai-adk · 99 tokens

moai-foundation-quality

TRUST 5 quality principles and how MoAI enforces them through agents, the 3-level harness, /moai gate, and sync-auditor scoring. Use for code review, quality gate checks, coverage targets, or TRUST 5 compliance.

modu-ai/moai-adk · 58 tokens

code-reviewer

Automatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patterns, potential bugs, and security basics. Triggers on file changes, git diff, code edits, quality mentions.

alirezarezvani/claude-code-tresor · 54 tokens

code-review

Review implementation code against the plan for drift, gaps, and blind spots. Triggers: /code-review, review code, check implementation, compare to plan, code vs plan.

danweinerdev/claude-sdd-planner · 38 tokens

sdd-code-review

Review implementation code against a plan, specification, or design for drift, correctness, missing requirements, and blind spots.

danweinerdev/claude-sdd-planner · 28 tokens

fresh-eyes

Audit a finished diff with fresh eyes. The mechanism is double-blind reconciliation: a subagent that never saw the conversation reads the diff blind and reports what it thinks the change does. The main context — which holds the real intent — compares that blind read against what the work was meant to do. The…

adamlinscott/claude-skills · 122 tokens