Atlassian Template Creator Expert
Designs, deploys and versions reusable Jira/Confluence templates and blueprints, emitting deployment-ready Confluence storage-format markup.
Docs & OfficeIntermediate★ 24,151⑂ 3,405AI score 8/10Last updated: Aug 9, 2026
What it does
- Designs standard Confluence templates: meeting notes, project charter, sprint retrospective, PRD, decision log — with the macros each one needs.
- Provides Jira issue description templates for user stories, bug reports and epics, including acceptance criteria and Definition of Done blocks.
- Runs the bundled
scripts/template_scaffolder.pyto emit Confluence storage-format XHTML, the exact body formatcreateConfluencePage/updateConfluencePageaccept. - Walks through end-to-end workflows: discover → design → preview test → deploy → verify → roll back, plus versioning, archiving and quarterly review governance.
- Explicitly documents MCP gaps (no label tool, no field-configuration tool, real space templates/blueprints not creatable) and routes those to the UI or REST API.
Who it's for
- PMs, Scrum Masters and Atlassian admins standardising documentation org-wide.
- Teams whose spaces and projects have inconsistent page and issue formats.
- Anyone automating Confluence/Jira content through the Atlassian Remote MCP server.
Example uses
- "Create a company meeting-notes template and publish it to the Dev space" → scaffold storage format, create the page, then re-fetch to verify macros render.
- "Add a non-functional requirements section to the PRD template but keep the old one available" → bump the version, update, and flag the old page with a warning banner before archiving.
- "Generate a custom template with Overview, Goals and Action Items plus toc/status macros as JSON" →
template_scaffolder.py custom --format json.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/atlassian-templates/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/atlassian-templates folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/atlassian-templates/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/atlassian-templates ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/.gemini/skills/atlassian-templates ~/.claude/skills/ - Confirm
scripts/template_scaffolder.pyand thereferences/folder came along inside~/.claude/skills/atlassian-templates; re-copy them from the repo if missing. - Check Python 3 is available:
python3 --version - For live deployment, register and authenticate the Atlassian Remote MCP server in Claude Code (without it you can still generate markup only).
- Restart Claude Code and try: "Build a Confluence meeting-notes template" to confirm the skill triggers.
View source on GitHub ↗License: MIT