browser-automation
Browser automation for rendered UI exploration, validation, screenshots,
Web research via platform web tools. Use for technical comparisons, current-state
$ npx -y skills add alexei-led/cc-thingz --skill researching-web --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/researching-webContext preview
The summary Claude sees to decide when to auto-load this skill.
Web research via platform web tools. Use for technical comparisons, current-state
description: Web research via platform web tools. Use for technical comparisons, current-state and release-behavior questions, recent facts, ecosystem news, best practices, standards, or questions needing grounded web evidence. NOT for exact API syntax, config keys, or code examples — use looking-up-docs for those. NOT for repo-specific questions — search local files first. name: researching-web
Use web tools for grounded external research. Prefer primary sources, official docs, and current evidence. Do not answer from memory when the user asked for research.
Use this for:
Do not use this for:
Choose tools by question type:
Do not hardcode one provider as the answer for every question. Use the tool that best matches the question and the available runtime.
1. Restate the research question and the decision it should inform. 2. Decide whether the question is simple, source-selection, or broad investigation. 3. Gather sources with the matching tool. 4. Prefer primary or official sources when they can answer the question. 5. Compare sourced facts against local project constraints before recommending changes. 6. Separate sourced facts from recommendation or judgment. 7. Report unknowns, stale-source risk, and gaps directly.
If the user asks for the workflow itself, describe the source-gathering plan and output structure; do not present an uncited recommendation as fact.
## Research Result ### Research Question <question and decision it informs> ### Answer <concise answer> ### Evidence - <source title/url> — <what it supports> ### Recommendation <recommendation separated from sourced facts, or none> ### Fit For This Repo <what changes because of local constraints> ### Unknowns and Stale-Source Risk <unknowns, conflicting sources, or recency risk> ### Gaps <any missing evidence or blocked retrieval>
Portable skills, agents, hooks, and Pi-native extensions for Claude Code, Codex CLI, GitHub Copilot, Cursor, Grok, and Pi. Gemini is retired.
Repo: alexei-led/cc-thingz
Browser automation for rendered UI exploration, validation, screenshots,
Support-only Playwright runtime/reference for browser-automation — dev-server
Create normal git commits with logical grouping. Use when committing,
Create or update human-facing docs, agent-facing instructions, architecture
Fix code defects with a reproducible feedback loop, root-cause diagnosis,
Improve test design, speed, and coverage with behavior-focused tests,