Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By RunemarkLabs
[RuneSmith] Atlassian sprint workflow + Cowork↔CC interconnect. /enable wires Atlassian into a project (CLAUDE.md updates, CC-side skill deployment), /start-sprint and /sprint-status manage the active sprint handshake, /check-comms triages the comms folder, /plan-to-tickets converts plans into Jira tickets organized by sprint. CC reads sprints via read-only REST while mutations route through Cowork.
npx claudepluginhub runemarklabs/runesmith --plugin runesmith-sprintTriage open comms in the CC head - surface to-user items, draft replies, archive resolved pairs.
Turn off the Atlassian interconnect for this project - strip applied CLAUDE.md sections, remove markers, remove deployed CC skills.
Wire Atlassian into this project - collect Jira project + Confluence space details, apply workflow rules into both CLAUDE.md files, deploy CC-side skills.
Convert a plan (or several) in plans/active/ into Jira ticket drafts organized by sprint.
Show the active sprint board state plus any open comms summary.
Triage open comms in {PROJECT}.cc/comms/open/ - surface to-user items, draft replies, archive resolved pairs. Use when the user says "check comms", "any messages from CC", "what does CC need", "check messages", "is CC blocked", "triage comms", or wants to clear out CC's open comms.
Turn off the Atlassian interconnect for this project - strip applied CLAUDE.md sections, remove markers, remove deployed CC skills. Use when the user says "disable atlassian", "turn off atlassian", "unwire Jira", "remove atlassian from this project".
Wire Atlassian into this project - collect Jira project + Confluence space details, apply workflow rules into both CLAUDE.md files, deploy CC-side skills, and write the .atlassian-enabled marker. Use when the user says "enable atlassian", "wire up Jira", "connect Atlassian to this project", "turn on atlassian", "set up sprint workflow", or "make this project use Jira".
Convert a plan (or several) in plans/active/ into Jira ticket drafts organized by sprint. Drafts persist as JSON under plans/active/{slug}/tickets/{KEY}.json until push; after push they archive to archive/tickets-pushed/{YYYY-MM}/. Use when the user says "convert this plan to tickets", "make tickets from this plan", "break down the plan", "plan to tickets", "ticket up the plan", or wants to materialize plan work as Jira issues.
Show the active sprint board state plus any open comms summary. Auto-fires a session-init comm if the active sprint changed since last cache. Use when the user says "sprint status", "what's in the sprint", "where are we in the sprint", "show me the sprint", "sprint update", "any blockers in the sprint".
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Battle-tested Claude Code plugin for engineering teams — 60 agents, 232 skills, 75 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
[RuneSmith] Foundation plugin. Manages credentials (Atlassian, GitHub, plugin sources), installs and syncs plugins from the marketplace, and runs chat-first /plan sessions before any writes happen. Install this first — every other RuneSmith plugin depends on its credential and plugin-management primitives.
[RuneSmith] Workspace structure manager. Single source of truth for the canonical layout (_INBOX drop zone, plans/active with per-plan tickets/refs, notes, drafts, research, source-docs, archive/superseded, archive/tickets-pushed). /reallocate migrates from any prior shape (auto-snapshots) and pins folder-conventions into CLAUDE.md so future sessions stay coherent. /inbox classifies dropped files and routes them to their canonical homes on consent.
[RuneSmith] Builds the {PROJECT}.cc/ Claude Code monorepo head at your workspace root and installs the project-boundary guardrail that constrains Claude Code sessions to their launch project. /bootstrap-cc writes the CC head (CLAUDE.md, .claude/ scaffolding, comms folder, marker files) and project-level settings; /guardrail installs the user-level permission rules and PreToolUse hook that block cross-project filesystem reads. Idempotent — safe to re-run.
[RuneSmith] Populates an AI Operations Confluence space from six template pages (Quick Start, Full Integration, Architecture, Best Practices, FAQ, Reference). All canonical tokens ({COMPANY}, {SITE}, {SPACE_KEY}, {PROJECT_KEY}, etc.) are substituted at publish time so the same templates work for any tenant. Space must already exist in Confluence — skill is a one-shot populator.
[RuneSmith] Jira ticket and project workflows: create tickets (Task/Story/Bug/Epic) with proper ADF formatting, report bugs with linked Confluence docs, scaffold new Jira projects, and read board status. All operations run against current Atlassian Cloud REST endpoints (no deprecated paths) with explicit consent gates before any push.
Claude plugin marketplace for planning, Atlassian (Jira + Confluence) integration, Claude Code workspace bootstrap, AI Operations documentation, and development tooling. Generic and single-tenant configurable per project - every tenant detail comes from user input or .credentials at runtime.
Built and maintained by Runemark Labs. Apache-2.0 licensed.
Eight plugins, ~30 skills total, ~30 commands. Install only what you need.
| Plugin | Skills | Purpose |
|---|---|---|
runesmith-core | plan, install, sync, setup | Foundation. Credentials, plugin management, chat-first planning. Required base. |
runesmith-workspace | reallocate, inbox | Workspace folder structure: _INBOX/ drop zone, plans/active/, plans/archive/, snapshots. |
runesmith-cc | bootstrap-cc, guardrail | Build the {PROJECT}.cc/ Claude Code monorepo head with comms folder; create or clone repos via PAT. Install the user-level project-boundary guardrail that constrains CC sessions to their launch project. |
runesmith-jira | ticket, bug-report, project-status, new-project | Jira tickets and project basics with current Cloud REST endpoints. |
runesmith-confluence | feature-doc, architecture-doc, project-overview, decisions-log, known-issues, roadmap, session-log | Confluence pages with storage XHTML conversion. |
runesmith-sprint | enable, disable, start-sprint, sprint-status, check-comms, plan-to-tickets | Sprint workflow + Cowork↔Claude Code interconnect via comms protocol. |
runesmith-aiops | bootstrap-aiops | Populate an AI Operations Confluence space from six template pages. |
runesmith-devtools | help, plugin-builder, tech-debt, skill-updater | Developer helpers for the marketplace itself. |
comms/, Claude Code executes. No Atlassian dependency./runesmith-sprint:enable and /runesmith-sprint:disable./plugin marketplace add runemarklabs/runesmith
/plugin install runesmith-core@runesmith
/plugin install runesmith-workspace@runesmith
/plugin install runesmith-cc@runesmith
/plugin install runesmith-jira@runesmith
/plugin install runesmith-confluence@runesmith
/plugin install runesmith-sprint@runesmith
/plugin install runesmith-aiops@runesmith
/plugin install runesmith-devtools@runesmith
After install, run /runesmith-core:setup to configure credentials. See INSTALL.md for full options.
.plugin files (Cowork desktop).plugin zips are not committed to this repo - they're generated on demand. Build them first:
python scripts/build.py # cross-platform; recommended on Windows
# or:
bash scripts/build.sh # Unix/Mac
This produces runesmith-*.plugin files in ./dist/ (gitignored). Drag those into the Cowork plugin sidebar to install.
Custom output directory:
python scripts/build.py path/to/output/
Every write skill follows the same gate:
to: user items first..credentials and project values./drafts/, /plans/active/, or chat.No write happens without the trigger. No skill talks to deprecated endpoints. No body is markdown.
Cowork ↔ Claude Code communicate via files in {PROJECT}.cc/comms/. CC writes ambiguity, blockers, or user-action requests to comms/open/; Cowork triages on /runesmith-sprint:check-comms or any planning interaction (check-on-entry pattern). User is reached only through Cowork - CC never asks the user directly.