Scan available skills and inject them into context
Scans available skills from plugins and project directories, then injects them into context. Use this when skills were added after session start or you need a reminder of available capabilities.
/plugin marketplace add blogic-cz/blogic-marketplace/plugin install agent-kit@blogic-marketplaceScan all available skills from plugin and project directories and inject them into conversation context.
This command is useful when:
${CLAUDE_PLUGIN_ROOT}/skills/.claude/skills/ (if present)Execute the skill scanner script to refresh the available skills list in context.
Run:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/list-skills.sh"
This will output a JSON context injection that Claude will automatically incorporate.