Agent Plugins Marketplace
← All plugins

linear-tui

v0.1.0

Lets a coding agent see what you are looking at in linear-tui and act on Linear with your credentials

CodexClaude Code1 Skill

By k1-cLicense: MIT16 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install linear-tui for Codex and Claude Code

Installs for the current user
codex plugin marketplace add k1-c/linear-tui
codex plugin marketplace upgrade linear-tui
codex plugin add linear-tui@linear-tui

Paste and run these commands in a terminal with Codex. They add and refresh the linear-tui catalog, then install this plugin.

Compatibility: the page URL and API slug “linear-tui” remain stable.

  • Codex: linear-tui@agent-plugin-marketplace → linear-tui@linear-tui

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/k1-c/linear-tui

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is agent-plugin/.

Plugin files

agent-plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/linear-tui/SKILL.md

Included Skills1

linear-tuiskills/linear-tui/SKILL.md

Resolve what the user is looking at in linear-tui and act on Linear through the linear-tui CLI. Use when the user refers to an issue or list on their screen without naming it ("this issue", "the one I have open", "the top three", "この issue", "今見てるやつ", "上の 3 つ"), asks to comment on, move, or file a Linear issue, or pastes notes that came from linear-tui.

Plugin manifests2

agent-plugin/.codex-plugin/plugin.json
{
  "name": "linear-tui",
  "version": "0.1.0",
  "description": "Lets a coding agent see what you are looking at in linear-tui and act on Linear with your credentials",
  "skills": "./skills/"
}
agent-plugin/.claude-plugin/plugin.json
{
  "name": "linear-tui",
  "version": "0.1.0",
  "description": "Lets a coding agent see what you are looking at in linear-tui and act on Linear with your credentials",
  "author": {
    "name": "k1-c"
  },
  "homepage": "https://github.com/k1-c/linear-tui",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[linear-tui on Agent Plugins Marketplace](https://pluginsmp.com/plugins/linear-tui)