create-folder

Create native Confluence Cloud folders with nested structures via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the organization of Confluence spaces by creating true folder structures, preventing the common issue of using pages as makeshift containers and ensuring a clean, hierarchical layout.

Core Features & Use Cases

  • True Folder Creation: Utilizes the Confluence Cloud folders API for native folder objects.
  • Nested Structures: Supports creating folders within existing folders or spaces.
  • Use Case: A project manager needs to set up a new Confluence space for a project, creating distinct folders for "Requirements," "Design Documents," and "Meeting Notes" to keep all project-related content organized from the start.

Quick Start

Use the create-folder skill to make a new folder titled "Project Alpha" in the "DEV" space.

Frequently Asked Questions about create-folder

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

FAQPage Schema
How do I create true folders in Confluence instead of using pages as containers?

To create true folders in Confluence, use the Confluence Cloud folders API to generate native folder objects, preventing pages from being misused as makeshift containers for a clean hierarchy.

Can I create nested folder structures within an existing Confluence space?

Yes, you can create nested folder structures within an existing Confluence space by placing new folders inside previously created folders using the Confluence Cloud folders API.

What environment variables are required to authenticate with the Confluence Cloud folders API?

You need to configure specific environment variables for Confluence authentication to use the folders API, ensuring secure access to create and manage native folder structures.

How does Confluence folder creation handle errors like duplicate titles or non-existent spaces?

Confluence folder creation handles errors by detecting potential issues like non-existent spaces or duplicate folder titles, preventing incorrect structures and ensuring reliable organization.

What is the best way to organize a new Confluence space for project documentation?

The best way to organize a new Confluence space is by creating distinct native folders for categories like Requirements and Meeting Notes, establishing a clean hierarchical layout from the start.

Does the Confluence folders API support native folder objects natively or does it just mimic pages?

The Confluence folders API supports native folder objects natively, creating true folder structures rather than mimicking page hierarchies to ensure proper space management.