mcpbeat Sign in

Twg Confluence Agent Skill

> Use with root `twg` for Confluence content, spaces, hierarchy, authoring, editing, comments, versions, permissions, exports, and CQL. Applies Confluence semantics and safe write rules.

4k tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
8
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/atlassian/twg-cli --skill twg-confluence

What comes with it

13 555 bytes besides the instruction
LICENSE.txt
references/body-formats.md
references/content.md
references/editing.md
references/querying.md
references/spaces.md

What it tells the agent to use

found in the instruction text
Read reads your files

The instruction itself

8 sections, as written by the author

twg-confluence

Use with the root twg skill whenever Confluence is the source of truth or a

Confluence mutation is required. This skill owns content-type, hierarchy,

format, and concurrency semantics; exact command grammar comes from live help.

CLI launcher fallback

Run twg <command>. On shell command not found, use $HOME/.local/bin/twg

(macOS/Linux) / $env:LOCALAPPDATA\Programs\twg\bin\twg.exe (PowerShell), then

tell user to add that directory to PATH. Do not treat auth or command errors as

PATH failures.

Use When

  • A Confluence URL, content ID, space key, page title, or CQL expression is the

primary anchor.

  • The user asks to create, edit, move, copy, comment on, export, archive, or

organize Confluence content.

  • A workflow needs authoritative page bodies, hierarchy, versions,

permissions, or space metadata.

Do not load this skill merely because a Confluence page is one supporting link

inside a broader workflow.

First Route

| Intent | Route |

| --- | --- |

| Known content ID or URL | confluence content get |

| Exact Confluence filtering | Confluence search with CQL |

| Fuzzy page/topic discovery | Cross-product search, then native get |

| Create or update content | Unified confluence content surface |

| Space metadata/lifecycle | confluence space |

| Hierarchy | confluence tree |

| Export | Word returns a download directly; PDF requires export-status polling |

Use twg help describe "<exact path>" before an unfamiliar or consequential

mutation.

Confluence Semantics

  • Use the unified content surface for pages, blog posts, live docs,

whiteboards, databases, folders, comments, versions, history, permissions,

tasks, labels, and attachments when advertised.

  • For Confluence Share dialog access changes, treat General access as

restriction-state and Specific access rows as direct permissions:

Open / Can edit -> OPEN, Open / Can view -> EDIT_RESTRICTED,

Restricted -> VIEW_RESTRICTED; Specific Can edit -> update, and

Specific Can view -> read.

  • Use confluence space for spaces and confluence tree for hierarchy.
  • A stable URL may resolve directly, but exact help remains authoritative about

accepted ID, URL, site, and content-type forms.

  • Search snippets are discovery candidates. Read the selected content before

summarizing or editing it.

  • Page titles are supplied separately from bodies. Do not repeat the title as

the first body heading.

Safe Authoring And Editing

  • Before creating or editing content in a space, read that space's instructions

with confluence space instructions get --key <spaceKey> (or with

confluence space instructions get --id <spaceId>) and apply them while

authoring; see references/spaces.md. Absent or empty ⇒ author with defaults.

  • For an unspecified new internal "page," "doc," "write-up," "runbook," or

notes artifact, prefer a live doc.

  • Prefer a classic page for knowledge bases, customer-facing help, established

classic-page spaces, page-only operations, or explicit page requests.

  • For non-trivial edits, read current content, save the body locally, edit the

file, then update with the snapshot token.

  • Use the lossless HTML round trip when macros or exact storage representation

matter.

  • Use --dry-run only for explicit preview or validation requests, or for

unusually risky edits where direct execution was not requested.

  • Read back the content or space after mutation and report its URL.

Handoffs

  • Load twg-context-discovery for related Jira work, projects, goals, or

dependencies; load twg-responsibility-routing for people, ownership,

authority, or escalation.

  • Load twg-status-rollups when pages contribute to a broader status report.
  • Load twg-operational-health for runbooks, incidents, PIRs, or reliability

evidence.

References

  • references/content.md - content types, reads, writes, and exports
  • references/editing.md - concurrency-safe body editing
  • references/spaces.md - space lifecycle and hierarchy
  • references/querying.md - CQL and fuzzy discovery
  • references/body-formats.md - HTML, markdown, mentions, and special formats

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
Changelog Generator
by frostant
×9

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

774 tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Writing Plans
by ZhanlinCui
×4

Use when you have a spec or requirements for a multi-step task, before touching code

816 tokens
Writing Skills
by ZhanlinCui
×4

Use when creating new skills, editing existing skills, or verifying skills work before deployment

26k tokens scripts
Crafting Effective Readmes
by softaworks
×3

Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.

15k tokens
Humanizer
by softaworks
×3

| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

6k tokens
Opentrons Integration
by christophacham
×3

Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.

9k tokens scripts

How to use it

Copy the folder

Take atlassian/twg-confluence from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.