Files
Brandon Martin 35e7f7deae feat(linear): switch cce-linear to GraphQL-only workflows (#13)
## Summary
- replace the Linear skill wrappers with shared GraphQL-only scripts and
add GraphQL-native document list/read helpers
- rewrite the source Linear skill docs and references to remove the old
Linearis-specific guidance
- bump to , resync the packaged plugin, and update packaged command/docs
wording to match the GraphQL flow

## Test Plan
- python -m compileall .claude/skills/linear/scripts
plugins/cce-linear/skills/linear/scripts
- uv run .claude/skills/linear/scripts/create-ticket.py --help
- uv run .claude/skills/linear/scripts/search-issues.py --help
- uv run .claude/skills/linear/scripts/create-project.py --help
- uv run .claude/skills/linear/scripts/list-documents.py --help
2026-04-20 16:33:19 -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 GraphQL-backed wrapper scripts, 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

  • 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.