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.
How 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.
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.
npx claudepluginhub runemarklabs/runesmith --plugin runesmith-coreCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.