From grainulator
Publishes current sprint from compilation.json to Confluence as structured XHTML page. Finds space, searches for sprint slug page, updates or creates it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grainulator:syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to publish the current sprint's compiled output to Confluence.
The user wants to publish the current sprint's compiled output to Confluence.
$ARGUMENTS
Optional: Confluence space key, parent page ID.
Run wheat_compile to ensure compilation is current.
Read compilation.json as the source of truth.
Find the target space using getConfluenceSpaces or the user-provided space key.
Format content as Confluence Storage Format (XHTML).
Publish using createConfluencePage or updateConfluencePage.
Print result:
Published to Confluence: <page_url>
Next steps:
/status -- review sprint dashboard
/brief -- also generate a local brief
npx claudepluginhub grainulation/grainulator --plugin grainulatorImports sprints from Confluence pages into local wheat claims system via parsing and wheat_add-claim. Useful for bootstrapping projects from Confluence sprint documentation.
Read, search, create, update, move, delete, and convert Confluence pages and attachments using confluence-cli from the terminal or agents.
Automates Confluence page creation, content search, space management, label tagging, and hierarchy navigation via Rube MCP (Composio). Always searches tools first for current schemas.