← ClaudeAtlas

confluence-templatelisted

Work with page templates and blueprints. ALWAYS use when user wants to create standardized pages or manage templates.
ulises-jeremias/agent-toolkit · ★ 16 · AI & Automation · score 79
Install: claude install-skill ulises-jeremias/agent-toolkit
# Confluence Template Skill Work with Confluence page templates and blueprints. --- ## ⚠️ PRIMARY USE CASE **This skill manages page templates.** Use for: - Listing available templates - Creating pages from templates - Managing template content - Working with blueprints --- ## When to Use / When NOT to Use | Use This Skill | Use Instead | |----------------|-------------| | List templates | - | | Create from template | - | | Update template | - | | Create page directly | `confluence-page` | | Search templates | `confluence-search` | --- ## Risk Levels | Operation | Risk | Notes | |-----------|------|-------| | List templates | - | Read-only | | Get template | - | Read-only | | Create from template | - | Creates new page | | Update template | ⚠️ | Affects future pages | | Delete template | ⚠️⚠️ | Cannot be recovered | --- ## Overview Templates in Confluence allow you to standardize page creation. Blueprints are pre-built templates provided by Confluence or apps. This skill primarily uses the Confluence v1 REST API (`/rest/api/template/*`) for template management, while `create-from` uses the v2 API (`/api/v2/pages`) for page creation. ## CLI Commands ### confluence-as template list List available page templates and blueprints in your Confluence instance. **Usage:** ```bash # List all templates confluence-as template list # Filter by space confluence-as template list --space DOCS # Filter by type (page or blogpost) confluence-as template list --type page # Lis