mirror of
https://github.com/nodnarbnitram/claude-code-extensions.git
synced 2026-09-14 18:36:21 +08:00
b63de614fc
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>
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
linearisCLI installedLINEAR_API_TOKENconfiguredghCLI 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.