
from ai-workspace-archive17
A Confluence space and documentation management skill: create spaces, templates, macros, permission schemes, and governance for team knowledge bases.
Provides expert-level guidance and scripted operations for creating and managing Atlassian Confluence spaces, page hierarchies, templates, macros, permission schemes, and content governance. Includes code-like examples for MCP integration (create_space, create_page, update_page) and a library of templates and macros.
Use when building or restructuring Confluence spaces, authoring templates for teams, embedding Jira reports, auditing knowledge bases, or setting up permission schemes and governance. Suitable for PMs, documentation owners, and Confluence administrators.
Inferred compatibility with agent platforms that support MCP Server integrations and scripted automation (e.g., Claude Code, Cursor, Copilot).
Confluence space management skill with two well-structured Python scripts: a content audit analyzer and a space structure generator. Both scripts require JSON input files (Confluence page inventory / team info) that aren't bundled, so they fail with usage errors when run standalone. The SKILL.md is comprehensive with clear MCP integration docs, workflow steps, macro references, and template guidance. No security concerns — scripts are pure data-processing with no network calls, no credentials, no destructive operations.
Skill is part of a larger ai-workspace-archive repo with multiple Atlassian skills. The two scripts are well-written with proper argparse, error handling, and both text/JSON output formats. They're data processors (no side effects) designed to be invoked by the agent with real Confluence data. Architecture follows spec well with references/ and scripts/ separation. Usefulness is moderate — Confluence expertise is valuable but the skill depends on having an Atlassian MCP server configured.
Claimable Postgres (pg.new)
Provision instant temporary Postgres databases via Neon's Claimable Postgres (pg.new) for quick development, demos, and prototypes without signup; returns a DAT
Git Hooks Automation
Set up and manage Git hooks (Husky, lint-staged, pre-commit) to enforce linting, formatting, tests, and commit message rules before code reaches CI.
Segment CDP
Patterns and best practices for integrating Segment (Analytics.js and server SDK) to capture client- and server-side events, design tracking plans, and avoid co
Homelab Pihole Dns
Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, local DNS records, and troubleshooting broken DNS resolution on a home ne...
Django + Celery Patterns
Production-grade Django + Celery patterns: setup, task design, beat scheduling, retries, canvas workflows, testing, and monitoring for background jobs.
Agent Orchestrator
A meta-skill for managing an agent ecosystem: automatically scans skills, matches capabilities to queries, and coordinates multi-skill workflows.