browser-automation
Browser automation for rendered UI exploration, validation, screenshots,
Author, inspect, troubleshoot, and review infrastructure across IaC,
$ npx -y skills add alexei-led/cc-thingz --skill operating-infra --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/operating-infraContext preview
The summary Claude sees to decide when to auto-load this skill.
Author, inspect, troubleshoot, and review infrastructure across IaC,
description: Author, inspect, troubleshoot, and review infrastructure across IaC, Kubernetes, cloud resources, containers, CI/CD, and Linux hosts. Use when changing Terraform/OpenTofu, Kubernetes, Helm, Kustomize, Dockerfiles, GitHub Actions workflow/job/permissions semantics, AWS, GCP, Cloud Run, BigQuery, IAM, logs, instances, or service health. NOT for deploy/apply/rollback workflows (see deploying-infra). NOT for shell scripts, generic command pipelines, or only the shell body inside `run:` steps (see writing-shell). name: operating-infra
inside a GitHub Actions `run:` step, use `writing-shell`.
actions, environments, secrets, caching, concurrency, and policy stay here. Mixed workflow and shell-body changes compose with `writing-shell`.
Load every matching reference:
Mixed stacks: load all matching references. Unknown stack: use the workflow below only.
1. Identify scope: files, resources, environment, account/project, region/zone, and owner. 2. Verify cloud identity before cloud work; prefer explicit profile/project/region over defaults. 3. Inspect current state with read-only evidence: files, plan/diff, list/describe/status, logs, metrics, and recent events. 4. For authoring/design: choose the smallest pattern that preserves ownership, state boundaries, and least privilege. 5. For troubleshooting: rank likely causes, gather one safe signal, then propose the next step. 6. For validation: run relevant gates when tools exist; state skipped gates and why. 7. For destructive, costly, or externally visible work: show exact resources and blast radius, then stop for confirmation or hand off to `deploying-infra`.
INFRA RESULT ============ Scope: <files/resources/environment> Identity: <account/project/profile/region or not applicable> Status: DONE | NEEDS CONFIRMATION | BLOCKED Evidence: - <file:line, plan/log/status summary, or command result> Changes or proposal: - <minimal change or proposed next step> Validation: - <gate> — pass/fail/skipped Next: - <safe next action, confirmation request, or none>
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,