From claude-skill-manager
Use when the user asks for recommendations, suggestions, comparisons, or advice about their Claude Code setup. Triggers on: 'what should I install', 'suggest plugins', 'compare these plugins', 'what's good for', 'recommend a skill', 'what am I missing', 'analyze my stack', 'what can I improve'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skill-manager:csm-ecosystem-advisorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants advice about their Claude Code ecosystem. Provide informed recommendations based on the registry.
The user wants advice about their Claude Code ecosystem. Provide informed recommendations based on the registry.
Load the current state:
cd "${CLAUDE_PLUGIN_ROOT}" && PYTHONPATH=packages/core:packages/connectors:packages/agents python3 -m apps.cli.main status
Analyze gaps in their stack by category:
Present recommendations grouped by:
cd "${CLAUDE_PLUGIN_ROOT}" && PYTHONPATH=packages/core:packages/connectors:packages/agents python3 -m apps.cli.main compare "<item-a>" "<item-b>"
Add qualitative analysis:
Review the full installed stack and provide:
npx claudepluginhub mahi97/claude-skill-manager --plugin claude-skill-managerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.