Help us improve
Share bugs, ideas, or general feedback.
From runesmith-devtools
Show all available workspace skills, installed plugins, and what they do. Use when the user says "help", "what can you do", "list skills", "show commands", "what skills are there", or seems unsure what's available. Also use when the user asks "how do I...", "is there a way to...", or "can you..." about a workflow that might already be covered by a plugin or skill.
npx claudepluginhub runemarklabs/runesmith --plugin runesmith-devtoolsHow this skill is triggered — by the user, by Claude, or both
Slash command
/runesmith-devtools:helphaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show installed plugins and their skills, and route the user to the right one for a given workflow.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
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.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Share bugs, ideas, or general feedback.
Show installed plugins and their skills, and route the user to the right one for a given workflow.
Read-only. No consent gate.
lib/install-paths.md - runtime detection and plugin scan pathsNone.
Use for:
Do not use for:
/core:install/core:setupPer install-paths.md:
CLAUDE_PLUGINS_DIR env var if set.~/.claude/plugins/ if exists (Claude Code / Teams). Subdirs are installed plugins.rpm/plugin_* (Cowork). Each plugin_* directory is one installed plugin.For each plugin directory:
.claude-plugin/plugin.json for name + description.skills/*/SKILL.md files; read frontmatter name + description.If this marketplace is installed, ensure these are listed:
Group by plugin, alphabetical within group. One line per skill: /<plugin>:<skill> - <one-line description>.
Installed plugins (n)
core
/core:plan - Discuss before writing
/core:install - Browse and install plugins
/core:sync - Pull latest plugin versions
/core:setup - Configure credentials
atlassian
/atlassian:ticket - Create a Jira ticket
…
aiops
/aiops:bootstrap-aiops - Populate AIOPS space
devtools
/devtools:help - This help
…
Try /core:install to add more, or /core:setup to configure credentials.
Match X against skill descriptions. Suggest top 1-3 matches with their trigger phrases.
No plugins found: "No plugins installed. Try /core:install." Plugin scan permission denied: "Cannot read plugin directory. Check permissions on ." Unknown topic in search: Suggest /core:install and the marketplace URL.