agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
Investigate unexpected behavior and mysterious bugs. Use when the cause of a problem is unknown and the user needs to understand WHY something is happening — symptoms like: sudden unexplained changes in metrics or behavior, works locally but not in staging/production,
$ npx -y skills add avibebuilder/claude-prime --skill diagnose --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/diagnoseContext preview
The summary Claude sees to decide when to auto-load this skill.
Investigate unexpected behavior and mysterious bugs. Use when the cause of a problem is unknown and the user needs to understand WHY something is happening — symptoms like: sudden unexplained changes in metrics or behavior, works locally but not in staging/production,
name: diagnose description: "Investigate unexpected behavior and mysterious bugs. Use when the cause of a problem is unknown and the user needs to understand WHY something is happening — symptoms like: sudden unexplained changes in metrics or behavior, works locally but not in staging/production, inconsistent or intermittent failures, correct code producing wrong results, operations succeeding but having no effect, environment-specific failures, duplicate executions, stale data, or any \"why did this change?\" or \"why is this happening?\" situation. Covers infrastructure anomalies (cache hit rates dropping, latency spikes, queue behavior shifts) as well as code bugs. The key signal is confusion about root cause, not a request to implement a known fix. Do NOT use for feature requests, known fixes, planning, or documentation tasks." argument-hint: bug-description
Think harder.
Check conversation context and skip completed steps.
Misidentifying an assumption as a fact is the most common source of wasted investigation.
A hypothesis you can't falsify in both directions is too vague to test.
Start with the cheapest source of truth that can kill hypotheses:
Only add new instrumentation when existing evidence is insufficient.
Output structured diagnosis:
## Diagnosis: [Issue Title] ### Symptoms - [What was observed] ### Evidence - [Finding] — `file:line` or runtime source — hypothesis X - ... ### Root Cause [Confirmed or most likely cause, with evidence] ### Hypotheses Tested | # | Hypothesis | Confirm if | Eliminate if | Result | |---|-----------|-----------|-------------|--------| | A | ... | [what observation would prove this] | [what observation would rule this out] | Confirmed/Eliminated/Inconclusive | ### Recommended Next Steps - [What to do next — usually hand off to `/fix` with this diagnosis] ### Active Instrumentation - [List files with `#region agent log` blocks still in place, or `None`]
<bug>$ARGUMENTS</bug>
Open source Claude Code toolkit for developers who want repeatable AI coding workflows instead of prompt chaos.
Repo: avibebuilder/claude-prime
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
Answer questions about code, architecture, and technical decisions — no implementation. Trigger on questions asking 'why', 'what does this do', 'what is the…
Implement, build, create, or add any feature, endpoint, page, component, or functionality. Use this skill whenever the user asks you to write new code or make…
Use when the user wants to save knowledge as a file so others don't have to rediscover it — \"turn this into a doc\", \"write this up\", \"document how X…
Brainstorms and debates approaches, then drives toward an actionable decision. Use whenever someone needs a thinking partner for a decision they're facing:…
Fetch up-to-date documentation for any library, framework, API, or service into context. Use when the user wants to look up API references, check function…