browser-automation
Browser automation for rendered UI exploration, validation, screenshots,
Find exact, version-correct library/API/framework docs through one lookup
$ npx -y skills add alexei-led/cc-thingz --skill looking-up-docs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/looking-up-docsContext preview
The summary Claude sees to decide when to auto-load this skill.
Find exact, version-correct library/API/framework docs through one lookup
description: Find exact, version-correct library/API/framework docs through one lookup workflow. Use when the user says "look up docs", "how to use", "API for", "syntax for", "examples of", "show me the docs", mentions "ctx7"/"Context7", passes a `/org/project` library ID, or needs API signatures, config keys, syntax, examples, or versioned docs. NOT for comparisons, current-state or release-behavior questions, best-practice surveys, or recent ecosystem news — use researching-web. name: looking-up-docs
Get grounded, version-correct docs for a library, framework, CLI, or API. Never answer syntax or API questions from memory when lookup tools are available.
Use this skill for:
standard library when the question is how to call or configure it.
library-ID requests.
Do not use this skill for:
release-behavior questions, or best-practice surveys; route to `researching-web`.
payloads, or proprietary code.
Read only what the question needs:
limits, and fallbacks.
quality rules.
Run tiers in order. Stop at the first tier that yields a grounded answer. State which tier produced the answer and whether fallback was used.
Find the exact package, module, CLI, language version, or framework version from local evidence.
If no local version is available, state `version unknown` and prefer latest stable official docs. Do not invent a version.
Use `references/context7-cli.md` for Context7 library resolution and docs fetch. Best fit: versioned library and framework docs.
Escalate when Context7 is unavailable, rate-limited, returns no useful match after one rephrase and one alternate library name, or returns docs for the wrong version.
Use `references/official-sources.md` for language standard libraries, package registries, and canonical project docs. Prefer primary docs or registry-linked docs for the exact version.
Use web tools only for source discovery. Ground final syntax in URL-cited primary sources.
Use GitHub only when primary docs or registry links are missing, incomplete, or version-mismatched. Follow `references/official-sources.md` fallback rules.
Do not treat random issues, PR comments, blogs, or generated summaries as authoritative API docs. Use them only as clues to primary sources.
Use broad web research only to find primary docs after focused lookup fails. If the question becomes a comparison, trade-off, current-state, or release-behavior task, stop and route to `researching-web`. If no grounded source exists, report the gap, the version needed vs found, and the safest next step.
proprietary code to any external tier.
then escalate.
registry docs, release notes, or matching GitHub tag/source.
answer from local context only, noting the limitation.
Return a concise answer, not a workflow transcript, unless the user asks for the lookup process.
Include:
1. Library/framework/API and version, or `version unknown`. 2. Tier that produced the answer, and fallback used if any. 3. Syntax or example guidance grounded in the source. 4. Source URL, Context7 library ID, or GitHub tag/source path for each claim. 5. Boundary note when the request is actually comparison, current-state, release-behavior, or broad research.
If the user asks to describe the workflow, describe the tiers and escalation rules instead of answering from memory.
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,