Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"name": "cursor-plugin-starters",
"name": "gitkraken",
"owner": {
"name": "Your Org",
"email": "plugins@example.com"
"name": "GitKraken",
"email": "product.marketing@gitkraken.com"
},
"metadata": {
"description": "Starter marketplace template for Cursor plugins",
"description": "The GitKraken Cursor Plugin wraps our MCP Server and turns your AI assistant into a context-aware development partner by connecting it to git history, branches, issues, pull requests, and multi-repo workflows through GitKraken. It works with all the providers you would expect from the GitKraken software suite such as GitHub, GitLab, Azure DevOps, Bitbucket, Jira and more.",
"version": "0.1.0",
"pluginRoot": "plugins"
},
"plugins": [
{
"name": "starter-simple",
"source": "./plugins/starter-simple",
"description": "Minimal plugin with rules and skills only"
},
{
"name": "starter-advanced",
"source": "./plugins/starter-advanced",
"description": "Full-featured plugin with rules, skills, agents, commands, hooks, and MCP"
"name": "gitkraken",
"source": "./gitkraken",
"description": "The GitKraken Cursor Plugin wraps our MCP Server and turns your AI assistant into a context-aware development partner by connecting it to git history, branches, issues, pull requests, and multi-repo workflows through GitKraken. It works with all the providers you would expect from the GitKraken software suite such as GitHub, GitLab, Azure DevOps, Bitbucket, Jira and more."
}
]
}
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2026 GitKraken

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
GitKraken Cursor Plugin
Copyright 2026-present GitKraken

This product includes software developed at GitKraken (https://www.gitkraken.com/).
61 changes: 39 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,51 @@
# Cursor plugin template
**This plugin is currently in Preview.**

Build and publish Cursor Marketplace plugins from a single repo.
# GitKraken Cursor Plugin

Two starter plugins are included:
This plugin gives Cursor's AI access to your real Git and project context: commits, branches, pull requests, and issues across every repo you work in. Ask the agent a question about your work, and it answers from what's actually in your history and your trackers, not what it can guess from the open file.

- **starter-simple**: rules and skills only
- **starter-advanced**: rules, skills, agents, commands, hooks, MCP, and scripts
Works with GitHub, GitLab, Azure DevOps, Bitbucket, and Jira.

## Getting started
## What you need

[Use this template](https://github.com/cursor/plugin-template/generate) to create a new repository, then customize:
- [Cursor](https://cursor.com/) IDE (v2.6.0+)
- A [GitKraken account](https://gitkraken.dev) (free works) to connect your Git and tracker providers

1. `.cursor-plugin/marketplace.json`: set marketplace `name`, `owner`, and `metadata`.
2. `plugins/*/.cursor-plugin/plugin.json`: set `name` (lowercase kebab-case), `displayName`, `author`, `description`, `keywords`, `license`, and `version`.
3. Replace placeholder rules, skills, agents, commands, hooks, scripts, and logos.
## Installation

To add more plugins, see `docs/add-a-plugin.md`.
- Open Cursor Settings (gear icon in the left sidebar, or "Cursor Settings" in the Command Palette).
- Go to Plugins.
- Install the GitKraken plugin.
- When prompted, sign in to GitKraken and connect the providers you want the agent to see (GitHub, GitLab, Jira, etc.).

## Single plugin vs multi-plugin
Already running the GitKraken MCP server in Cursor separately? Disable or remove it first so you don't get conflicting tools.

This template defaults to **multi-plugin** (multiple plugins in one repo).
## What you can do

For a **single plugin**, move your plugin folder contents to the repository root, keep one `.cursor-plugin/plugin.json`, and remove `.cursor-plugin/marketplace.json`.
Once connected, just ask the agent anything about your Git repos, branches, commits, pull requests, issues, and more. Here are some example prompts to get you started:

## Submission checklist
```
Show me issues assigned to me
```

- Each plugin has a valid `.cursor-plugin/plugin.json`.
- Plugin names are unique, lowercase, and kebab-case.
- `.cursor-plugin/marketplace.json` entries map to real plugin folders.
- All frontmatter metadata is present in rule, skill, agent, and command files.
- Logos are committed and referenced with relative paths.
- `node scripts/validate-template.mjs` passes.
- Repository link is ready for submission to the Cursor team (Slack or `kniparko@anysphere.com`).
```
Show me pull requests in progress
```

```
Who last modified this file
```

## Support

If you run into any issues, double check if we have the problem covered in our [Help Center](https://help.gitkraken.com/mcp/mcp-getting-started/).

You can give feedback and report bugs on GitHub by [submitting an issue](https://github.com/gitkraken/gk-cli/issues/new?template=bug_report.yml).

If you would like to reach out to Support directly, you can [submit a ticket](https://gitkraken.com/contact)

## Legal

See the [LICENSE](LICENSE) and [NOTICE](NOTICE) files included with this plugin.

For details on how GitKraken handles your data, see the [GitKraken Privacy Policy](https://www.gitkraken.com/privacy).
Empty file added docs/.gitkeep
Empty file.
76 changes: 0 additions & 76 deletions docs/add-a-plugin.md

This file was deleted.

23 changes: 23 additions & 0 deletions plugins/gitkraken/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "gitkraken",
"displayName": "GitKraken",
"version": "0.1.0",
"description": "GitKraken MCP wrapper",
"author": {
"name": "GitKraken",
"email": "plugins@gitkraken.com"
},
"license": "MIT",
"keywords": [
"cursor",
"plugin",
"gitkraken",
"rules",
"skills",
"agents",
"commands",
"hooks",
"mcp"
],
"logo": "assets/logo.svg"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# starter-advanced
# GitKraken

Full-featured Cursor plugin starter.

Expand Down
Empty file.
Empty file.
Empty file.
8 changes: 8 additions & 0 deletions plugins/gitkraken/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"gitkraken": {
"command": "npx",
"args": ["-y", "@gitkraken/gk", "mcp"]
}
}
}
Empty file.
Empty file.
Empty file.
13 changes: 0 additions & 13 deletions plugins/starter-advanced/.cursor-plugin/plugin.json

This file was deleted.

16 changes: 0 additions & 16 deletions plugins/starter-advanced/agents/security-reviewer.md

This file was deleted.

11 changes: 0 additions & 11 deletions plugins/starter-advanced/commands/deploy-staging.md

This file was deleted.

20 changes: 0 additions & 20 deletions plugins/starter-advanced/hooks/hooks.json

This file was deleted.

11 changes: 0 additions & 11 deletions plugins/starter-advanced/mcp.json

This file was deleted.

11 changes: 0 additions & 11 deletions plugins/starter-advanced/rules/coding-standards.mdc

This file was deleted.

13 changes: 0 additions & 13 deletions plugins/starter-advanced/rules/review-checklist.mdc

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/starter-advanced/scripts/audit.sh

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/starter-advanced/scripts/format-code.sh

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/starter-advanced/scripts/validate-shell.sh

This file was deleted.

20 changes: 0 additions & 20 deletions plugins/starter-advanced/skills/code-reviewer/SKILL.md

This file was deleted.

13 changes: 0 additions & 13 deletions plugins/starter-simple/.cursor-plugin/plugin.json

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/starter-simple/README.md

This file was deleted.

Loading