🎯
AutomationC#

Tendrillable

by Ivy-Interactive

Tendrillable 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 Tendrillable
Copy Tendrillable 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/tendrillable ~/.claude/skills/tendrillable

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/tendrillable/SKILL.md in Ivy-Interactive/Ivy-Tendril
Installs to
~/.claude/skills/tendrillable
Collection
One of 5 skills cataloged from this repository
Category
Automation β€” 2109 skills

What Tendrillable does

Tendrillable finds open GitHub issues that an agent can resolve from the issue text and repo alone, then ranks the best candidates for one-shot code changes. Use it to triage a backlog for localized, testable work with no clarifying questions.

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

Documentation

README

tendrillable

Given a GitHub repository, find issues that are Tendrillable: an open, recent issue that an agent can read, plan, and one-shot into a working code change β€” with no clarifying questions and a high probability of success. Output a ranked list of issue URLs.

Invocation

/tendrillable <githubUrl> <amount>
  • <githubUrl> β€” repo URL (https://github.com/owner/repo) or owner/repo.
  • <amount> β€” how many Tendrillable issue URLs to return (default: 10).

This is a high-precision classifier. Returning fewer than <amount> is correct and expected when the backlog doesn't have enough qualifying issues. Never pad the list with marginal issues β€” a false positive that an agent can't actually one-shot is worse than a short list.

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

Commands Tendrillable provides

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

  • /tendrillable

Frequently asked about Tendrillable

  • What else does Ivy-Interactive publish alongside Tendrillable?

    Tendrillable is one of 5 skills that DirSkills catalogs from Ivy-Interactive/Ivy-Tendril, the repository it ships in. Its siblings there include Tendril Debug Job, Tendril Debug Plan and Tendril Release. Each one is a separate skill with its own page in this directory, installs the same way Tendrillable 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 Tendrillable compare to other Automation skills?

    Tendrillable ranks #1954 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 Tendrillable against them. Open each page to compare what they document and how they install.