browser-automation
Browser automation for rendered UI exploration, validation, screenshots,
Idiomatic Python 3.12+ development. Use when writing Python code, CLI
$ npx -y skills add alexei-led/cc-thingz --skill writing-python --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/writing-pythonContext preview
The summary Claude sees to decide when to auto-load this skill.
Idiomatic Python 3.12+ development. Use when writing Python code, CLI
description: Idiomatic Python 3.12+ development. Use when writing Python code, CLI tools, scripts, or services. Emphasizes stdlib, type hints, fast pytest feedback, uv/ruff/pyright toolchain, optional project-adopted ty, and minimal dependencies. NOT for Go, Rust, TypeScript, or shell-only tasks. name: writing-python
Use this only for Python 3.12+ code. Keep language-agnostic rules out of this skill.
Read [principles.md](references/principles.md) before generating or changing Python code.
Run project-configured tests, lint, format, and type checks. Prefer focused pytest commands for the edit loop, then the broader project command before final output. Prefer pytest and Ruff when present. Use project-adopted `ty` for type checks when configured; otherwise use Pyright or the project's configured checker.
If a tool is not configured, say so and run the closest available gate. If a check fails, diagnose the cause, make a targeted fix, and rerun the relevant check.
Include:
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,