create-page

Create Confluence pages with titles, bodies, parent pages, and labels.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill create-page-ericfisherdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-page
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/confluence-tools/skills/create-page
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill create-page-ericfisherdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new pages in Confluence, eliminating the need for manual navigation and content formatting.

Core Features & Use Cases

  • Page Creation: Create new Confluence pages with specified titles, bodies, and parent pages.
  • Markdown Support: Automatically converts Markdown content into Confluence's storage format for proper rendering.
  • Use Case: You need to document a new feature. Use this Skill to quickly create a new page under your team's documentation space, including a title, a description written in Markdown, and relevant labels.

Quick Start

Use the create-page skill to create a new Confluence page titled "My New Feature" in the "DEV" space with the content from the file "feature_spec.md", ensuring markdown is processed.

Frequently Asked Questions about create-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Confluence page using markdown content?

To create a Confluence page using markdown, this Skill automatically converts your markdown content into Confluence's storage format, allowing you to specify the page title, body, optional parent page, and labels without manual formatting.

Can I add parent pages and labels when creating Confluence documentation?

Yes, when creating Confluence documentation, you can specify optional parent pages and labels to organize your content hierarchically within your team's designated space.

Does this Confluence page creation tool support direct HTML input?

Yes, this Confluence page creation tool supports both direct HTML and markdown content, automatically processing markdown into the proper Confluence storage format for accurate rendering.

What is the best way to automate Confluence page creation for new features?

The best way to automate Confluence page creation for new features is using this Skill to generate pages with specified titles, markdown bodies, and labels under a parent page, utilizing caching to optimize API calls.

How does caching optimize Confluence API calls during page creation?

Caching optimizes Confluence API calls during page creation by temporarily storing space and page lookup results, reducing redundant requests and accelerating the process of finding target spaces and parent pages.