Agent skill · Backend & API

markdown-to-confluence

Publishes a local Markdown file to a user-specified Confluence location, creating a new page or updating an existing one through the Atlassian MCP server. Use when the user wants to post, publish, push, or sync a Markdown file to a Confluence space or page. Requires a configured Atlassian MCP server. Does not write or generate the Markdown itself — point it at an existing file, or use project-documentation-to-confluence for the document-then-publish flow, or plan-a-feature-to-confluence for the plan-then-publish flow. Does not publish to Jira — use work-items-to-jira.

testdoublegithub.com/testdoubleGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add testdouble/han --skill markdown-to-confluence --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepBash(find*)mcp__claude_ai_Atlassian__getAccessibleAtlassianResourcesmcp__claude_ai_Atlassian__atlassianUserInfomcp__claude_ai_Atlassian__getConfluenceSpacesmcp__claude_ai_Atlassian__getConfluencePagemcp__claude_ai_Atlassian__getPagesInConfluenceSpacemcp__claude_ai_Atlassian__getConfluencePageDescendantsmcp__claude_ai_Atlassian__createConfluencePage
Path: han-atlassian/skills/markdown-to-confluence/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 154
Language: Shell

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Project Context - personal config directory: !`echo "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"` - project .han/config.md: !`cat .han/config.md 2>/dev/null || echo ""` As your first action, use the Read tool on `.han/config.md` inside the `personal config directory` path above. A read that returns no file is no personal configuration: continue silently. When that file or the `project .han/config.md` probe supplies content, apply it per [config-rule.md](../../references/config-rule.md), which governs precedence between the two files, relative-path resolution, and what to do with a file that reads but cannot be used. # Markdown to Confluence This skill takes one local Markdown file and publishes it to a Confluence location that **the user must specify** — creating a new page or updating an existing one through the Atlassian MCP server. It owns everything about the posting itself: the MCP preflight, resolving the destination, reading the file, the create-or-update call, and reporting the result. It does not write the Markdown; the caller supplies an existing file. Callers that supply an explicit publish mode and location (for example `han-atlassian:project-documentation-to-confluence`) r

What's inside
Steps it walks through
  1. Project Context
  2. Step 0: Atlassian MCP Preflight (hard requirement)
  3. Step 1: Confirm the Source Markdown File
  4. Step 2: Resolve the Target Confluence Location (required)
  5. Step 3: Determine the Publish Mode
  6. Step 4: Publish to Confluence
  7. Step 5: Verification
More from han
All skills →
About this skill
What does the markdown-to-confluence skill do?

Publishes a local Markdown file to a user-specified Confluence location, creating a new page or updating an existing one through the Atlassian MCP server. Use when the user wants to post, publish, push, or sync a Markdown file to a Confluence space or page. Requires a configured Atlassian MCP server. Does not write or generate the Markdown itself — point it at an existing file, or use project-documentation-to-confluence for the document-then-publish flow, or plan-a-feature-to-confluence for the plan-then-publish flow. Does not publish to Jira — use work-items-to-jira.

How do I install it?

Run `npx skills add testdouble/han --skill markdown-to-confluence --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From testdouble/han, a repository with 154 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going