creating intital scaffolding for claude code plugins

This commit is contained in:
Noah Zweben MacBook
2025-11-20 11:47:24 -08:00
commit 4ca561fb85
191 changed files with 30170 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "linear",
"description": "Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.",
"version": "1.0.0",
"author": {
"name": "Linear"
}
}

View File

@@ -0,0 +1,6 @@
{
"linear": {
"type": "sse",
"url": "https://mcp.linear.app/sse"
}
}

View File

@@ -0,0 +1,15 @@
# Linear Plugin
Linear issue tracking integration for Claude Code.
## What It Does
Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.
## Setup
Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Linear account.
## Learn More
See [Linear Connector](https://www.claude.com/connectors/linear) for more information.