Atlassian Template & Files Creator Expert

This skill creates, modifies, and manages reusable templates and files for Jira and Confluence, including blueprints, custom layouts, and standardized content structures. It ensures consistency and accelerates content creation while maintaining org-wide standards.

✨ What it does

  • Provides a library of standard Confluence and Jira template types with key macros and sections.
  • Includes a template scaffolder script that generates Confluence storage-format XHTML markup.
  • Integrates with Atlassian MCP for creating and updating Confluence pages.
  • Enforces quality gates and governance processes before deployment.
  • Offers handoff protocols for collaboration with other roles.
  • Supports batch deployment and validation of templates across spaces.

🎯 When to use it

  • Building org-wide Confluence templates such as meeting notes, project charters, or PRDs.
  • Creating Jira issue templates for user stories, bug reports, or epics.
  • Developing custom blueprints or multi-page structures for Confluence.
  • Modifying existing templates with version control and migration support.
  • Deploying templates to multiple spaces via Atlassian MCP.

🚀 How to use

Trigger by asking to create or modify Atlassian templates, or use the bundled scaffolder script. Provide the template type (e.g., meeting-notes) and any custom sections/macros. Example prompts:

Create a Confluence meeting notes template using the scaffolder.
Generate a custom template with sections 'Overview, Goals, Action Items' and macros 'toc, status, info'.

📄 Output: Deliverables include storage-format XHTML template bodies, Jira issue templates, and deployed Confluence pages.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/project-management/skills/atlassian-templates .claude/skills/atlassian-templates

Skill source: project-management/skills/atlassian-templates/SKILL.md

⚠️ Good to know

Requires Atlassian MCP access for deployment; some features like labels and real space templates must be configured via the Confluence UI.

❓ FAQ

What format does the scaffolder output?

It outputs Confluence storage-format XHTML, which is the exact body format accepted by createConfluencePage and updateConfluencePage.

Can I create real Confluence space templates via MCP?

No, MCP only creates ordinary pages that serve as copy-from templates; real space templates must be registered via Space settings > Templates in the UI.

How do I apply labels to a created page?

Labels must be applied manually in the Confluence UI because there is no MCP label tool.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.