From grainulator
Imports sprints from Confluence pages into local wheat claims system via parsing and wheat_add-claim. Useful for bootstrapping projects from Confluence sprint documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grainulator:pullThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to import a sprint from a Confluence page into the local wheat system.
The user wants to import a sprint from a Confluence page into the local wheat system.
$ARGUMENTS
Expected: Confluence page URL or page ID, or a search query.
Find the source page using getConfluencePage or searchConfluenceUsingCql.
Parse the page content to extract claims.
Create the local sprint by initializing claims.json in the project root.
Import claims using wheat_add-claim.
Run wheat_compile to validate.
Print result:
Imported from Confluence: <page_title>
Claims imported: <count>
Next steps:
/status -- review imported sprint
/research <topic> -- continue researching locally
npx claudepluginhub grainulation/grainulator --plugin grainulatorPublishes current sprint from compilation.json to Confluence as structured XHTML page. Finds space, searches for sprint slug page, updates or creates it.
Read, search, create, update, move, delete, and convert Confluence pages and attachments using confluence-cli from the terminal or agents.
Interact with Atlassian Jira and Confluence via REST APIs. Create, edit, search, and transition Jira issues; read and write Confluence pages. No MCP server needed.