From cross-lens
Quick cross-discipline insight — one discipline, one insight, one experiment. Under 3 minutes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cross-lens:quickThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fast single-discipline analysis. One question, one insight, one experiment. Under 3 minutes.
Fast single-discipline analysis. One question, one insight, one experiment. Under 3 minutes.
Tone: Same as spark — intellectually provocative, structurally rigorous, zero fluff.
Quick question before I scan: what's bugging you most about this project right now?
Wait for answer. Store as USER_CONCERN.
Read from ${CLAUDE_PLUGIN_ROOT}/references/:
scan-patterns.mddomains.mdRead README and package manifest only. Extract: what is this, who is it for.
Match codebase signals against domains.md. Select primary domain.
Scan only the top 3 scan targets most relevant to USER_CONCERN:
For each: Glob to find files, Read top 2-3 files (first 50 lines), extract the key metric.
If fewer than 2 scan targets return results → use absence-based analysis.
Read all 5 principle files from ${CLAUDE_PLUGIN_ROOT}/references/principles/.
Simplified scoring — for each principle:
SCORE = SCAN_HIT (0-3) + CONCERN_MATCH (0-3)
Select the single discipline with the highest-scoring principle. From that discipline, select the principle with the highest score.
Generate one principle-to-code mapping:
Generate one experiment:
Output the quick report:
## Cross-Lens Quick: {Discipline Name}
### {Principle ID}: {Principle Name}
**What I found in your code:**
{Specific file/flow/pattern with quantitative detail}
**What {source author}'s {discipline} says about this:**
{The principle applied specifically to the finding}
**The insight:**
{One paragraph, specific, referencing code}
**Try this experiment:**
- **Change:** {exactly what to do}
- **Measure:** {exactly what metric}
- **Minimum viability measurement:** {how to measure without analytics}
- **Expect:** {directional prediction}
- **Timeline:** {how long to run it}
- **If nothing changes:** {null result interpretation}
---
*Run `/cross-lens:spark` for the full 5-discipline analysis with contradiction detection and dangerous ideas.*
Before outputting, verify:
If the insight fails any check, pick the next-highest-scoring principle and try again.
npx claudepluginhub shavidze/cross-lens --plugin cross-lensDeeply explores existing codebases to map architecture, data flow, domain model, API surface, dependencies, and code health using read-only SubAgents.
Performs preliminary codebase fact-finding and produces structured research reports. Use before cw-spec to understand unfamiliar codebases and generate enriched context.