AI agents can now write 99% of the code. This changes what it means to be a developer. Our role shifts to knowing what good looks like. To do that, we need completely new developer tools. Tendril is that tool and replaces your IDE in an agentic era.
Works with any CLI agent: if it runs in a terminal, it runs in Tendril.
Claude Code
Codex
GitHub Copilot
Gemini
OpenCode
+ any CLI agent
Extend your favorite AI coding agents with official Tendril engineering and debugging skills.
Install Tendril skills for any supported agent using the universal skills installer:
npx skills add ivy-interactive/ivy-tendrilOr install a specific skill:
npx skills add ivy-interactive/ivy-tendril --skill tendril-debug-planVisual Studio Code (GitHub Copilot & Extensions)
Install skills for GitHub Copilot in VS Code:
npx skills add ivy-interactive/ivy-tendril --agent github-copilotGlobal install (across all workspaces):
npx skills add ivy-interactive/ivy-tendril --agent github-copilot -gOr copy skills directly to .agents/skills/ or .github/skills/ (project-level) or ~/.copilot/skills/ (global).
Once installed, skills appear in GitHub Copilot Chat under the /skills menu and can be invoked directly as slash commands (e.g. /tendril-debug-plan, /tendril-debug-job, /tendril-review, /tendrillable).
Third-party VS Code agent extensions:
- Cline:
npx skills add ivy-interactive/ivy-tendril --agent cline - Continue:
npx skills add ivy-interactive/ivy-tendril --agent continue - Roo Code:
npx skills add ivy-interactive/ivy-tendril --agent roo
For full editor integration, install the official Ivy Tendril VS Code Extension for embedded plan dashboards, worktree navigation, and live execution monitoring.
See the VS Code Setup Guide for detailed configuration options.
Claude Code
Install from the Claude Code marketplace:
/plugin marketplace add ivy-interactive/ivy-tendril
/plugin install tendril-skills@ivy-tendril
Local development:
claude --plugin-dir /path/to/ivy-tendrilSee the Claude Code Setup Guide for detailed configuration options.
Antigravity CLI (agy)
Install plugin via Git URL:
agy plugin install https://github.com/ivy-interactive/ivy-tendril.gitLocal installation:
agy plugin install ./See the Antigravity Setup Guide for detailed configuration options.
Cursor
Install targeting Cursor:
npx skills add ivy-interactive/ivy-tendril --agent cursorOr copy skills to .cursor/skills/ (project-level) or ~/.cursor/skills/ (global).
See the Cursor Setup Guide for detailed configuration options.
OpenAI Codex
Install from the Codex plugin marketplace:
codex plugin marketplace add ivy-interactive/ivy-tendril
codex plugin add tendril-skills@tendril-skillsGemini CLI
Install using the Gemini CLI:
gemini skills install https://github.com/ivy-interactive/ivy-tendril.git --path skillsDownload standalone desktop installers (.pkg, .AppImage, .exe) directly from GitHub Releases or run one of the quick install commands below:
macOS / Linux:
curl -sSf https://cdn.ivy.app/install-tendril.sh | shWindows:
irm https://cdn.ivy.app/install-tendril.ps1 | iexTendril is a desktop application, but can also be launched and controlled via the CLI:
Start the desktop application:
tendrilStart in headless mode (web server without desktop UI):
tendril --web- Discord: Join the community on Discord.
- Feedback & Ideas: Found a bug or have an idea? Open an issue.
- Show Support: Star this repo to follow along with our development.
Tendril is source-available and licensed under the Functional Source License (FSL-1.1-ALv2).






