Best for
- A request may need deep analysis
- It is unclear which analysis skill should be used
- Multiple analysis skills could plausibly apply
event4u-app/agent-config/src/skills/analysis-skill-router/SKILL.md
Use when picking which analysis or project-analysis-* skill fits a request — routes by scope, framework, and symptom — even if the user just says 'analyze this' or 'dig into the codebase'.
Decision brief
Use when picking which analysis or project-analysis-* skill fits a request — routes by scope, framework, and symptom — even if the user just says 'analyze this' or 'dig into the codebase'.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/event4u-app/agent-config --skill "src/skills/analysis-skill-router"Inspect the Agent Skill "analysis-skill-router" from https://github.com/event4u-app/agent-config/blob/0adf49a8ae84b0ff6e2de8759eea43257e020eff/src/skills/analysis-skill-router/SKILL.md at commit 0adf49a8ae84b0ff6e2de8759eea43257e020eff. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Classify the request as one of:
A request may need deep analysis It is unclear which analysis skill should be used Multiple analysis skills could plausibly apply The stack/framework is known but the correct analysis path is unclear analysis-autonomous-mode needs a routing decision
Classify the request as one of:
Use deep analysis only if at least one is true:
Check whether the request clearly targets:
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 7 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Use this skill when:
analysis-autonomous-mode needs a routing decisionDo NOT use when:
Classify the request as one of:
Use deep analysis only if at least one is true:
If none apply → do NOT route to a broad analysis skill.
Check whether the request clearly targets:
universal-project-analysisproject-analysis-coreproject-analysis-hypothesis-drivenbug-analyzerproject-analysis-laravelproject-analysis-symfonyproject-analysis-zend-laminasproject-analysis-node-expressproject-analysis-reactproject-analysis-nextjsperformance-analysissecurity-auditCheck:
Choose universal-project-analysis only if: user explicitly wants full audit, architecture must be reconstructed, stack is unclear, multiple subsystems involved.
Choose project-analysis-core if: broad discovery needed, framework deep-dive not yet justified.
Choose project-analysis-hypothesis-driven if: problem is concrete, multiple causes plausible, main job is explanation not discovery.
Choose framework-specific analysis if: framework is explicit, failure pattern is framework-shaped.
Do NOT route broadly if: one component or file is enough, fix is obvious and local, task is implementation not investigation.
"Analyze this whole Laravel project" → universal-project-analysis → chain project-analysis-laravel
"Hydration mismatch in Next.js" → project-analysis-nextjs (no full-project needed)
"Bug could be cache, queue, or version mismatch" → project-analysis-hypothesis-driven
"Change one React component" → no analysis skill, use implementation skill
universal-project-analysisAlternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
coreyhaines31/marketingskills
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.