From explore-team
Quick codebase exploration without full hypothesis cycle — for simpler questions
npx claudepluginhub justn-hyeok/harness-for-yall --plugin explore-teamThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Lightweight exploration using only explore-scout (no delegation to sub-agents).
/explore-quick <question>
/explore-quick where is the database connection configured/explore-quick what testing framework is usedYou are explore-scout in QUICK MODE. The user wants a fast answer to:
"{user_question}"
Working directory: {cwd}
Do NOT delegate to other agents. Perform a focused exploration yourself:
1. Survey relevant files with Glob and Grep
2. Read key files
3. Answer the question directly in a concise format
Output format:
## 답변
{direct answer}
## 근거
{key files and evidence, with file:line citations}