Termmate banner
flashmodel flashmodel

Termmate

AI community

Description

agentic AI coding assistant supporting claude code, ChatGPT codex, OpenCode and Pi coding agent; with API provider OpenRouter Gemini DeepSeek

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

TermMate — Agentic Coding Assistant for Sublime Text

**Claude Code, OpenAI Codex, OpenCode, and Pi coding agents for Sublime Text**

![TermMate Screenshot](screenshot.png)

TermMate is a professional AI coding agent for Sublime Text that supports multi-agent providers, including **Claude Code**, **Codex**, **[OpenCode](https://opencode.ai)**, and **[Pi Agent](https://pi.dev)**. It builds a seamless native agentic interface directly within your editor for autonomous task execution, codebase exploration, and smart refactoring. Instead of using conventional webview, TermMate provides editor-native, REPL-inspired chat interface with modern editor features such as goto-navigation, auto-complete, folding, file links.

See TermMate agentic coding features — **[live demo here →](https://termmate.app/sublime/)**

TermMate's main agentic features include:

  • autonomous coding workflow - let agents explore your codebase, run commands, edit files, and complete tasks directly in Sublime Text.
  • editor-native chat - plan tasks, follow tool execution, approve agent actions, and review changes in an editor-native interface.
  • workspace awareness - reference files, line ranges, selections, and multi-level directory paths with cascading smart @ completion and sidebar actions.
  • session management - start fresh, resume previous conversations, or rewind and branch from earlier prompt.

Getting Started

1. TermMate Installation

Install TermMate via [Package Control](https://packagecontrol.io/packages/TermMate):

  1. Open the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux).
  2. Type Package Control: Install Package and press Enter.
  3. Search for TermMate and press Enter.

2. Install Agent CLI

If Claude Code, Codex, OpenCode, or Pi Agent is already installed and authenticated, **skip this step**. TermMate automatically detects existing CLI installations and uses their current authentication — no extra setup needed.

Otherwi