Files
Brandon Martin b63de614fc fix(plugins): regenerate minimal manifests
Resync all packaged plugin manifests so they rely on auto-discovery and keep only metadata plus the core hooks entry.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-01 22:09:34 -05:00
..

CCE Linear Plugin

Linear ticket, project, milestone, document, and PR coordination workflows for Claude Code.

Overview

The cce-linear plugin packages the repository's Linear workflow tooling into a self-contained plugin. It includes the linear skill with wrapper scripts for linearis, plus commands for triage and Linear-linked PR creation.

Included Components

Skill

  • linear

Commands

  • /cce-linear:triage
  • /cce-linear:create-linear-pr
  • /cce-linear:existing-linear

Installation

Plugin Mode

/plugin marketplace add github:nodnarbnitram/claude-code-extensions
/plugin install cce-linear@cce-marketplace

Standalone Mode

git clone https://github.com/nodnarbnitram/claude-code-extensions.git
cd claude-code-extensions
./install_extensions.py install ~/your-project

Requirements

  • linearis CLI installed
  • LINEAR_API_TOKEN configured
  • gh CLI authenticated for PR flows

Structure

This plugin is self-contained under plugins/cce-linear/ with local commands/ and skills/linear/ content for marketplace installs.

License

MIT License - see LICENSE for details.