Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Atlassian Template Creator Expert

Designs, deploys and versions reusable Jira/Confluence templates and blueprints, emitting deployment-ready Confluence storage-format markup.

Docs & OfficeIntermediate24,1513,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.py to emit Confluence storage-format XHTML, the exact body format createConfluencePage/updateConfluencePage accept.
  • 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

  1. "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.
  2. "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.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/atlassian-templates ~/.claude/skills/
  5. Confirm scripts/template_scaffolder.py and the references/ folder came along inside ~/.claude/skills/atlassian-templates; re-copy them from the repo if missing.
  6. Check Python 3 is available: python3 --version
  7. For live deployment, register and authenticate the Atlassian Remote MCP server in Claude Code (without it you can still generate markup only).
  8. Restart Claude Code and try: "Build a Confluence meeting-notes template" to confirm the skill triggers.