Claude Code plugin for Confluence export-only workflows: auth setup, page-tree export, keyword export, and confluence-markdown-exporter bootstrap.
npx claudepluginhub inkwonjung-colosseum/plugins --plugin confluence-export-kitShow the current confluence-markdown-exporter configuration by running cme config list. Add --json to output JSON format.
Export Confluence pages matching a keyword. Usage: /confluence-export-kit:export-by-keyword <keyword> [output-path] [--space-key <KEY>] [--dry-run]
Export Confluence pages by label. Usage: /confluence-export-kit:export-by-label <label> [output-path] [--space-key <KEY>] [--dry-run]
Export all spaces/pages under a Confluence org. Usage: /confluence-export-kit:export-org <org-url> [output-path]
Export a Confluence page and all descendants. Usage: /confluence-export-kit:export-page-tree <page-url> [output-path]
Export one or more Confluence pages by URL. Usage: /confluence-export-kit:export-page <page-url> [<page-url2> ...] [--output-path <path>]
Export all pages in a Confluence space. Usage: /confluence-export-kit:export-space <space-url> [output-path]
Show a concise help summary for Confluence Export Kit.
Set Confluence/Jira API token. Usage: /confluence-export-kit:set-api-key <api-key> <email>
Set default export output directory. Usage: /confluence-export-kit:set-output-path <path>
이 저장소는 Claude Code 플러그인 marketplace 배포가 가능한 작업공간입니다. 각 플러그인 디렉터리는 매니페스트, 스킬, 훅, 스크립트, 문서를 자체적으로 관리하고, 저장소 루트의 marketplace.json이 배포 카탈로그 역할을 합니다.
# GitHub 저장소로 추가
claude plugin marketplace add inkwonjung-colosseum/plugins
# 로컬 클론 경로로 추가
claude plugin marketplace add /path/to/plugins
# 특정 플러그인 설치
claude plugin install confluence-export-kit@inkwonjung-colosseum
# 설치된 플러그인 목록 확인
claude plugin list
claude plugin add ./confluence-export-kit
| 플러그인 | 목적 | 문서 |
|---|---|---|
confluence-export-kit | Confluence export 전용 플러그인: auth 설정, page-tree/keyword/label export, confluence-markdown-exporter bootstrap | README |
skeleton-plugin | Codex와 Claude Code를 모두 지원하는 플러그인 제작 시작 템플릿 | README |
plugins/
├── .claude-plugin/
│ └── marketplace.json # marketplace 카탈로그
├── confluence-export-kit/
│ ├── .claude-plugin/
│ │ └── plugin.json # 플러그인 매니페스트
│ ├── skills/ # 스킬 (폴더별 SKILL.md)
│ ├── scripts/ # 보조 스크립트
│ └── docs/ # 플러그인 문서
├── skeleton-plugin/
│ ├── .claude-plugin/
│ │ └── plugin.json # 플러그인 매니페스트
│ ├── .codex-plugin/ # Codex 매니페스트 (선택)
│ ├── commands/
│ ├── skills/
│ ├── hooks/
│ ├── scripts/
│ └── assets/
└── README.md
루트 .claude-plugin/marketplace.json이 사용 가능한 모든 플러그인을 카탈로그로 관리합니다. 각 항목은 플러그인 이름과 소스 디렉터리, 메타데이터를 매핑합니다.
{
"name": "inkwonjung-colosseum",
"owner": {
"name": "inkwonjung-colosseum",
"url": "https://github.com/inkwonjung-colosseum"
},
"metadata": {
"description": "..."
},
"plugins": [
{
"name": "confluence-export-kit",
"source": "./confluence-export-kit",
"description": "...",
"version": "0.1.0",
"license": "MIT",
"tags": ["confluence"]
}
]
}
.claude-plugin/plugin.json이 포함된 플러그인 디렉터리를 만듭니다..claude-plugin/marketplace.json에 항목을 추가합니다.claude plugin marketplace update inkwonjung-colosseum으로 갱신합니다.claude plugin add ./<plugin-dir>로 테스트합니다.marketplace.json은 GitHub 저장소 또는 정적 URL로 배포 가능합니다..claude-plugin/plugin.json이 없는 디렉터리는 marketplace에서 인식되지 않습니다.Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.