Agent Plugins Marketplace
All plugins

linear

v2.5.0+codex.4f8e355395a8

Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.

Codex1 Skill

By Will SmithLicense: MIT22 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add linear-3@agent-plugin-marketplace

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

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/dashed/claude-marketplace

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

Plugin files

plugins/linear/
├── .codex-plugin/plugin.json
└── skills/linear/SKILL.md

Included Skills1

linearskills/linear/SKILL.md

Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.

Plugin manifests1

plugins/linear/.codex-plugin/plugin.json
{
  "name": "linear",
  "version": "2.5.0+codex.4f8e355395a8",
  "description": "Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.",
  "author": {
    "name": "Will Smith"
  },
  "license": "MIT",
  "keywords": [
    "linear",
    "project-management",
    "issues",
    "teams"
  ],
  "interface": {
    "displayName": "Linear",
    "shortDescription": "Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.",
    "longDescription": "Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.",
    "developerName": "Will Smith",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use $linear for this task."
    ]
  },
  "repository": "https://github.com/wrsmith108/linear-claude-skill",
  "skills": "./skills/"
}

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

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