confluence

confluence is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 26 tokens per session (725 once invoked), scanned A, original, MIT.

A set of operating guidance for Confluence, a team wiki where pages are organised into spaces and page trees. It covers page structure, labels, permissions, macros, and REST updates.

In plain words
What is it for?
Use it to create or reorganise documentation, write runbooks and architecture decision records, update pages through the API, and clean up labels or stale content.
Why use it?
It helps keep shared documentation organised, findable, current, and free of accidentally exposed secrets.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the major-ai-skills plugin — 147 skills, 7 plugins shipped together

Good fit Use it to create or reorganise documentation, write runbooks and architecture decision records, update pages through the API, and clean up labels or stale content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/confluence
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alivirgo/Major-AI-Skills --skill confluence
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install major-ai-skills, the plugin that ships this one along with the rest of its 147 skills, 7 plugins.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for confluence

README.md
[![agentmods](https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/confluence/github.svg)](https://agentmods.dev/skills/alivirgo/major-ai-skills/confluence)
Your own site
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/confluence"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/confluence/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for confluence

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/confluence"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/confluence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 725 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00725
Opus 5 $0.00013 $0.00362
Sonnet 5 $0.00005 $0.00145
Haiku 4.5 $0.00003 $0.00072

Measured today against content hash f6e1655d03b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

confluence scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -u email:token \
skills/confluence/SKILL.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Confluence Knowledge Base AI Skill Guide

Overview & Engine Architecture

Confluence is a hierarchical wiki: spaces contain page trees with versioned content, labels, and attachments. Macros embed Jira issues, code, and status. Permissions apply at space and sometimes page level. Agents structure docs for findability, keep runbooks actionable, and avoid dumping secrets into pages.

Site
   -> Spaces (team / product / public)
       -> Page tree + versions
       -> Labels / attachments / macros
       -> Restrictions + space permissions

When to use this skill

  • Designing space IA and page hierarchies
  • Writing ADRs, runbooks, and onboarding docs
  • Bulk-updating or migrating page content via API
  • Cleaning stale docs and label taxonomies

Operational directives

  1. One topic per page; use child pages for depth, not endless scroll.
  2. Put owner + review date near the top of living docs.
  3. Prefer labels over inventing parallel page trees for the same taxonomy.
  4. Never paste credentials, private keys, or production connection strings.
  5. Link to Jira/Linear issues by key; do not duplicate ticket status prose that goes stale.

Page structure template

# <Title>
**Owner:** @team  **Review by:** YYYY-MM-DD  **Status:** current|draft|deprecated

## Purpose
One paragraph.

## Steps / Content
Numbered, actionable.

## Related
Links to tickets, dashboards, repos.

REST sketch (Cloud)

# Get page by ID (API version/path can vary - verify for your site)
curl -s -u email:token \
  -H "Accept: application/json" \
  "$CONFLUENCE_BASE/wiki/rest/api/content/123456?expand=body.storage,version"

Information architecture smells

Smell Better approach
Personal sandbox as team source of truth Move to owned team space with permissions
Duplicate "How we deploy" pages Canonical page + redirects/links from old ones
Untitled meeting notes floods Dated titles + archive parent after 90 days
Everyone can edit prod runbooks Restrict edit; broad view

Read the full file on GitHub · 94 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +1 tokens per session f6e1655d03b5
  2. 6d ago First seen · 94 lines · 25 tokens per session scan A 294184bfd7de

Subscribe to this mod's changes

confluence is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 725 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

harness

Use when governing a workspace's control plane, code or not — the 01-TOOLS/ tooling layer, the 02-DOCS/ chaos→knowledge wiki, the root Knowledge map. Audits it, migrates legacy XX- folders, scaffolds provider tooling, sweeps the inbox, writes root CLAUDE.md/AGENTS.md. NOT the bootstrap front door (that is init, which…

ericrisco/rsc-harness · 94 tokens

documentation-writer

Write clear, comprehensive technical documentation. Covers README files, API docs, tutorials, architecture guides, and documentation systems.

AtulPurohit/Antigravity-Awesome-Skills · 27 tokens

knowledge_base

Manage the user's personal knowledge base — knowledge graph, documents, and wiki vault.

siddsachar/row-bot · 19 tokens

knowledge-compile

A knowledge-organizing tool that turns a folder of scattered Markdown notes, articles, and captured posts into an Obsidian-style wiki. It creates an index, topic pages with links back to the originals, and a short daily digest.

ChanningLua/prax-agent · 40 tokens

angular-v2

Angular Expert workflow skill. Use this skill when the user needs Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns and the operator should preserve the upstream workflow, copied support files, and provenance before merging…

diegosouzapw/awesome-omni-skills · 66 tokens

azure-devops

Expert knowledge for Azure DevOps development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when managing agent pools, work item processes, analytics/OData reports, org limits, or…

MicrosoftDocs/Agent-Skills · 110 tokens