BeClaude

mcp-atlassian

New
Community RegistryGeneralby David Lopes

Atlassian MCP server for Jira and Confluence integration

Community PluginView Source

Overview

<!-- --- scope: paths: - README.md - .claude-plugin/marketplace.json summary: "Project overview and installation" last_updated: 2026-05-12T23:14:02Z --- -->

claude-code-plugins

A personal marketplace of Claude Code plugins — self-contained bundles of skills, agents, and slash commands that extend Claude Code's capabilities for AI-assisted development workflows.

Summary

This repository is both the plugin source and the marketplace registry it publishes from. Each plugin is an independently versioned, self-contained unit that Claude Code can install directly. Plugins extend Claude Code with purpose-built workflows for git, code review, documentation, UI development, backend development, and architectural governance.

Installation

Install a plugin from this marketplace by pointing Claude Code at this repo's marketplace registry:

bash
# Add this marketplace to Claude Code
claude plugins marketplace add https://github.com/dnlopes/claude-code-plugins

Then install individual plugins:

bash
claude plugins install curator
claude plugins install git-workflow
claude plugins install governor

Available Plugins

PluginDescription
curatorRepository documentation for AI agents, with git-based staleness tracking
git-workflowGit and GitHub workflow commands for commits and pull requests
governorProject tenets management via user-invocable skills: bootstrap, manage, and verify architectural constraints in AGENTS.md
review-toolkitMulti-agent code review toolkit with specialized reviewers
ui-devUI development toolkit with headless browser automation and shadcn/ui
backend-devBackend development toolkit with database and API best practices

Documentation

  • Architecture — System design and component relationships
  • Patterns — Plugin conventions and invariants
  • Development — Contributing and release workflow

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/mcp-atlassian.md https://raw.githubusercontent.com/dnlopes/claude-code-plugins/main/SKILL.md
3
Invoke in Claude Code
/mcp-atlassian
View source on GitHub
mcp

Frequently Asked Questions

What is mcp-atlassian?

Atlassian MCP server for Jira and Confluence integration

How to install mcp-atlassian?

To install mcp-atlassian, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /mcp-atlassian.

What is mcp-atlassian best for?

mcp-atlassian is a community categorized under General. It is designed for: mcp. Created by David Lopes.