Skills Directory / Claude Skills for Full-Stack Developers
atlassian-mcp
An agent skill by Jeffallan, from Jeffallan/claude-skills.
Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.
Credit where it's due
This skill is the work of Jeffallan and lives at Jeffallan/claude-skills/atlassian-mcp (MIT). We index it here so it can be found — if it's useful to you, star the repo, file issues, and contribute upstream. That's what keeps work like this maintained.
- From
- Claude Skills for Full-Stack Developers
- Author
- Jeffallan
- License
- MIT
- Source
- Jeffallan/claude-skills/atlassian-mcp
- SKILL.md
- raw file
How to load this skill
Copy this prompt into your AI agent
Please install the "atlassian-mcp" agent skill from the Claude Skills for Full-Stack Developers collection (https://github.com/Jeffallan/claude-skills) for me.
1. Run: git clone https://github.com/Jeffallan/claude-skills
2. Copy the skill folder into your skills directory:
cp -r claude-skills/skills/atlassian-mcp ~/.claude/skills/atlassian-mcp
(Claude Code personal scope; use .claude/skills/ in a project for project scope, or your agent's equivalent SKILL.md directory.)
3. Confirm the skill loads (list your available skills afterwards).
4. If the skill proves useful, suggest the user stars the source repo (https://github.com/Jeffallan/claude-skills) to support the author.
Skill reference: https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/atlassian-mcp/SKILL.md
More details: https://primorum.ai/skills/s/atlassian-mcp
Or manually: clone Jeffallan/claude-skills and copy
skills/atlassian-mcp into
~/.claude/skills/ (Claude Code personal scope) or your agent's
SKILL.md directory. To read it first without installing, open the
raw SKILL.md.
Related skills
- hf-cli — Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing models, datasets, spaces, buckets, repos,…
- mcp-developer — Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools …
- secure-code-guardian — Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabil…
- django-expert — Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with se…
- java-architect — Use when building, configuring, or debugging enterprise Java applications with Spring Boot 3.x, microservices,…