Help us improve
Share bugs, ideas, or general feedback.
From runesmith-core
Browse and install plugins from the bootstrap catalog and optional sources. Use when the user says "install a plugin", "what plugins are available", "show me plugins", or wants to add new capabilities.
npx claudepluginhub runemarklabs/runesmith --plugin runesmith-coreHow this skill is triggered — by the user, by Claude, or both
Slash command
/runesmith-core:installThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browse and install plugins from this marketplace and optional catalogs.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Grills users relentlessly on plans or designs by interviewing branch-by-branch through decision trees to reach shared understanding. Use for stress-testing ideas or 'grill me'.
Share bugs, ideas, or general feedback.
Browse and install plugins from this marketplace and optional catalogs.
This skill explains both install paths (marketplace and manual) and routes the user to the right one for their runtime.
lib/install-paths.md - Cowork vs. Claude Code paths, marketplace flowlib/credentials.md - PLUGIN_SOURCES key~/.claude/plugins/ exists → Claude Code / Teams.rpm/plugin_* walking up from cwd → Cowork session..credentials for optional PLUGIN_SOURCES (comma-separated URLs).Use for:
Do not use for:
/devtools:plugin-builder/core:syncAlways available in this repo:
core - Planning, configuration, plugin management
atlassian - Jira + Confluence skills
aiops - AIOPS space templates and bootstrap
devtools - Workspace tooling (help, plugin-builder, tech-debt, ...)
PLUGIN_SOURCES set)For each URL in PLUGIN_SOURCES, fetch and parse marketplace.json. List plugins with: name, description, skills count.
If unreachable: warn, skip.
Based on runtime detected:
Claude Code / Teams (preferred for this repo):
/plugin marketplace add <git-url-or-owner/repo>
/plugin install core@bootstrap
/plugin install atlassian@bootstrap
/plugin install aiops@bootstrap
/plugin install devtools@bootstrap
Cowork (manual):
.plugin file from repo dist/ directory or releases.Confirm: "Run /core:setup to configure credentials, then /devtools:help to see all skills."
PLUGIN_SOURCES unreachable: Warn, fall back to built-in only.
Unknown runtime: Show both manual and marketplace instructions.
Install fails (user-reported): Point at INSTALL.md in repo root for troubleshooting.