mkconfluence-page

Solid

Confluence page CRUD via the confluence-as wrapper. Triggers: 'create page in SPACE', 'show me page 12345', 'update title of page 12345', 'delete page 12345', 'page hierarchy under 12345', 'copy page 12345 to SPACE'. NOT for bulk ops on 10+ pages (mk:confluence-bulk); NOT for spec analysis (mk:confluence-spec-analyst); NOT for comments/attachments/labels (mk:confluence-collaborate).

AI & Automation 15 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# mk:confluence-page Forks to the `confluence-page` agent (system prompt at `.claude/agents/confluence-page.md`). The skill body is the task brief — the host runtime injects this content into the forked agent. ## Triggers - "create a page in SPACE titled '...'" - "show me / get / view page 12345" - "update title / body of page 12345" - "delete page 12345" - "list children / ancestors / descendants of page 12345" - "copy / move page 12345 to SPACE" ## Examples - Quick create: "create a page in ENG titled 'Q3 Roadmap' with body from /tmp/draft.md" - Templated create: "create an RFC page in ENG from the rfc template" - Read with projection: "show me page 12345 in storage format" - Update: "set title to 'Q3 Roadmap (final)' on page 12345" - Hierarchy: "list children of page 12345 with depth 2" ## See also - Agent: `../../agents/confluence-page.md` - Shared: `../confluence/references/{install-and-auth,cli-idioms,safety-framework}.md` - Domain refs: - `references/page-templates.md` — RFC / Runbook / Decision Record skeletons - `references/field-formats.md` — storage / view / export_view / ADF distinctions - `references/version-restore-guide.md` — version operations + restore semantics - Peer leaves: `mk:confluence-search` (CQL search + space list), `mk:confluence-collaborate` (comments / attachments / labels), `mk:confluence-bulk` (10+ pages), `mk:confluence-spec-analyst` (spec analysis) ## Gotchas - Wrapper output is JSON only after the stdout filter runs. Do not pa...

Details

Author
ngocsangyem
Repository
ngocsangyem/MeowKit
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category