From xixu-me-skills-3
Uses user's live browser session for rendered state, DevTools debugging, DOM/Shadow DOM inspection, forms, localhost apps, logged-in dashboards, and auth/anti-bot handling.
npx claudepluginhub joshuarweaver/cascade-ai-ml-engineering --plugin xixu-me-skills-3This skill uses the workspace's default tool permissions.
Do not treat this skill as a generic browsing default. Route from the evidence you need, not from tool preference.
README.mdREADME.zh.mdreferences/anti-automation-friction.mdreferences/browser-capability-matrix.mdreferences/browser-playbook.mdreferences/browser-recovery.mdreferences/control-plane-workflows.mdreferences/debug-handoff.mdreferences/deep-dom.mdreferences/media-inspection.mdreferences/parallel-browser-ownership.mdreferences/selector-bridge.mdreferences/site-patterns/README.mdreferences/task-routing.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Do not treat this skill as a generic browsing default. Route from the evidence you need, not from tool preference.
Every task must be classified before you choose a route:
static-capable: the evidence can be produced without live browser state, visible confirmation, or page interactionbrowser-required: the evidence depends on rendered state, interaction, live session behavior, or browser-only structuresOnly static-capable tasks may fall back to static retrieval, curl, or other non-browser paths. Once a task is browser-required, stay on the browser path and mark missing capability as blocked instead of silently downgrading.
This skill is for work inside the user's live browser session, not for launching a separate fresh automation browser.
Before doing browser automation, confirm that your environment already has access to a live browser stack that can provide the capabilities the task depends on, such as page inventory, task-owned page creation, page selection, snapshots or visible-state reads, DOM inspection, text or form input, uploads, dialogs, console inspection, and network inspection. The exact stack does not matter here: confirm capability, not brand.
If the live browser stack is unavailable, do not attempt browser automation through this skill. Only static-capable work may fall back to static retrieval.
Live browser automation can trigger anti-bot or anti-automation defenses on some sites. Use browser interaction only when the task truly needs it, and avoid unnecessary repetitive actions once the needed evidence has been obtained.
Treat site patterns as part of the browser protocol, not as optional background reading.
For browser-required work, run this loop:
references/site-patterns/.Do not create a domain note for one-off noise. Do not skip the end-of-run review just because the task itself succeeded.
Writeback is expected when a run verifies any of the following:
isolatedContext quirkStart with the outcome, not the tool. Make the user's goal explicit, define what counts as done, and choose the cheapest route that can still produce the right evidence.
Use this routing order:
static-capable or browser-required.static-capable, load references/task-routing.md and stay on the cheapest route that still satisfies the evidence target.browser-required, load references/browser-playbook.md.references/browser-capability-matrix.md.references/debug-handoff.md.references/control-plane-workflows.md.references/anti-automation-friction.md.references/deep-dom.md.references/media-inspection.md.references/parallel-browser-ownership.md.uid target, also load references/selector-bridge.md.uid may have gone stale, or console / network inspection is now needed to explain the next browser decision, also load references/browser-recovery.md.references/site-patterns/, read that note before operating on the site.Treat the following as browser-required by default:
localhost, 127.0.0.1, or benchmark-style local fixturesdetails / collapsed evidence, or lazy-loaded contentThe normal happy path for a common task is this entrypoint plus one or two references, not the entire reference set.
browser-required, do not silently downgrade.browser-required task without explicitly checking whether the run should create, update, downgrade, or remove a site-pattern claim.curl, Invoke-WebRequest, or shell HTTP fetches for browser-required tasks.references/task-routing.md: static retrieval vs live browser routingreferences/browser-playbook.md: core page-action protocol and base browser loopreferences/browser-capability-matrix.md: capability proof for uncertain host sessionsreferences/debug-handoff.md: active debugging-context handoffreferences/control-plane-workflows.md: logged-in dashboard / CMS save-publish disciplinereferences/anti-automation-friction.md: soft 404 / auth / anti-automation classificationreferences/deep-dom.md: iframe, Shadow DOM, collapsed, or lazy-loaded evidencereferences/media-inspection.md: image, audio, and video evidencereferences/parallel-browser-ownership.md: multi-owner browser coordinationreferences/selector-bridge.md: selector-to-uid bridgingreferences/browser-recovery.md: stale uid, navigation drift, and console / network escalationreferences/site-patterns/README.md: site-pattern note maintenance rules