A meta-skill that chains together different exploration workflows depending on how deep you need to go. Quick mode runs tldr commands for a one-minute overview, deep mode adds onboarding and research agents for comprehensive analysis, and architecture mode focuses on layers and call graphs. The question flow is well-designed, walking you through depth selection, scope, and output format if you just type /explore without arguments. It's strictly read-only, which is the right call for exploration. The handoff output option is smart for passing context to implementation agents. Most useful when you're new to a codebase or planning refactoring work where you need to understand boundaries and dependencies first.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill explore