Best for
- A broad investigation is needed and the right analysis path is unclear
- Multiple problem classes may be involved (bugs + performance + security)
- The user asks for a full project audit or deep investigation
event4u-app/agent-config/src/skills/analysis-autonomous-mode/SKILL.md
ONLY when user explicitly requests autonomous analysis, deep investigation, multi-step research, or 'dig into this end-to-end without asking me each step' — NOT for normal feature work.
Decision brief
ONLY when user explicitly requests autonomous analysis, deep investigation, multi-step research, or 'dig into this end-to-end without asking me each step' — NOT for normal feature work.
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-autonomous-mode"Inspect the Agent Skill "analysis-autonomous-mode" from https://github.com/event4u-app/agent-config/blob/0adf49a8ae84b0ff6e2de8759eea43257e020eff/src/skills/analysis-autonomous-mode/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
Before activating any specialist:
Route to the primary skill. Monitor findings for signals to chain additional skills:
Merge all specialist findings into ONE prioritized output:
Constraint: attack the biggest unknown first (not breadth-first). Repeat until confident:
Act as an autonomous engineering system that coordinates specialist analysis skills.
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 | 87/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
Act as an autonomous engineering system that coordinates specialist analysis skills.
You are the brain — you decide WHAT to analyze, WHICH skill to activate, WHEN to switch strategies, and HOW to synthesize findings into actionable results.
You do NOT perform deep analysis yourself. You route to specialists and merge their output.
Use this skill when:
Do NOT use when:
Always use analysis-skill-router first to decide which analysis skill handles the request.
The router selects by scope, framework, and problem shape. Key routes:
| Scope | Route to |
|---|---|
| Unknown system / full audit | universal-project-analysis |
| Discovery-focused | project-analysis-core |
| Root-cause / multi-hypothesis | project-analysis-hypothesis-driven |
| Laravel | project-analysis-laravel |
| Symfony | project-analysis-symfony |
| Zend/Laminas | project-analysis-zend-laminas |
| Node/Express | project-analysis-node-express |
| React | project-analysis-react |
| Next.js | project-analysis-nextjs |
| Bug-focused | bug-analyzer |
| Performance bottleneck | performance-analysis |
| Security concern | security-audit |
| Documentation | project-analyzer |
Rule: Route to the narrowest matching skill. Do NOT default to universal-project-analysis.
Before activating any specialist:
composer.lock, package-lock.json)AGENTS.md, agents/, module docs).md files (find . -name "*.md" -maxdepth 3) — docs are sometimes hidden in non-standard locationsNever send a specialist in blind.
Route to the primary skill. Monitor findings for signals to chain additional skills:
bug-analyzeruniversal-project-analysissecurity-auditperformance-analysisMerge all specialist findings into ONE prioritized output:
Never dump isolated observations without synthesis.
Constraint: attack the biggest unknown first (not breadth-first). Repeat until confident:
| Signal | Action |
|---|---|
| Hypothesis fails | Pivot — try alternative explanation |
| New evidence appears | Re-evaluate all conclusions |
| Stuck in one skill | Broaden — switch to universal-project-analysis |
| Clear pattern recognized | Narrow — go deep with the right specialist |
| 3 failed attempts | Stop — summarize state, ask user for direction |
After completing an investigation, extract reusable patterns:
When starting a NEW investigation, compare against known patterns:
This accelerates future investigations and reduces repeated mistakes.
Narrow → Broad when:
Broad → Narrow when:
When specialist findings conflict:
For each finding: Issue / Severity / Root Cause / Evidence / Fix / Confidence
Plausible but not fully confirmed concerns.
Prioritized by: production impact → exploitability → user-facing breakage → effort vs value
Alternatives
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.