Playwright MCP for Claude Code: Browser Testing That Verifies Itself
Add the Playwright MCP server so Claude Code can drive a real browser — navigate, click, screenshot, assert. The verify-my-change loop, headless vs headed, WSL notes.
29 guides
Add the Playwright MCP server so Claude Code can drive a real browser — navigate, click, screenshot, assert. The verify-my-change loop, headless vs headed, WSL notes.
Configure OpenCode to use DeepSeek, GLM, Kimi, or Qwen through custom providers. opencode.json with the OpenAI-compatible SDK, model IDs, API keys, and fixes.
Convert HEIC to JPG free on Windows using WSL. Turn iPhone photos into JPG with heif-convert or ImageMagick, batch a whole folder, and keep every file local.
Set up Claude Code for IT and infrastructure work — install on Windows and WSL, user vs project config, safe permissions, the right MCP servers, and guardrails.
Configure OpenAI Codex CLI to use DeepSeek, Qwen, GLM, or Kimi through config.toml. Custom model_providers, base URLs, env keys, and the wire-protocol gotcha explained.
Compress images without losing quality on Windows free using WSL. Lossless JPG and PNG optimization with jpegoptim, optipng, and ImageMagick — all offline, no uploads.
Step-by-step guide to building a custom Claude Code subagent: write the frontmatter, a focused system prompt, scope tools tightly, test delegation, and iterate.
Install Claude Code Router on WSL and route Claude Code to DeepSeek, GLM, Qwen, or Kimi. Node setup, config.json, env vars, and the WSL-specific gotchas to avoid.
CLAUDE.md gives Claude Code persistent project context. Where it lives, what to put in it, the user vs project files, imports, and how to keep it lean and useful.
Convert WebP to JPG or PNG free on Windows using WSL. Use dwebp for PNG, ImageMagick for JPG, batch a whole folder, and keep every file local — no uploads.
Set up a custom Claude Code status line on Windows and WSL — show model, context, cost, and git branch. The settings config, a working script, and the gotchas.
Build your own Claude Code slash commands — markdown prompt files in .claude/commands, arguments, namespacing, and when a command beats a skill. With examples.
Install Claude Code plugins step by step — add a marketplace, browse with /plugin, install and manage plugins, and build your own marketplace to share a setup.
Install and configure Claude Code Router on Windows to route Claude Code to DeepSeek, GLM, Qwen, Kimi, and more. Full config.json, per-task routing, and fixes.
Bulk convert PNG to WebP on Windows free with WSL and cwebp. Batch a whole folder, use lossless for graphics, and keep every file on your own machine — no uploads.
Run Claude Code on cheaper models like DeepSeek, GLM, Kimi, and Qwen. The three connection methods, pricing and coding plans compared, and how to set it up on Windows.
Convert JPG to WebP free on Windows with WSL and cwebp. One command per file, a batch loop for whole folders, and no uploads — your images never leave your PC.
Create an external virtual switch in Hyper-V the right way. Switch types compared, Hyper-V Manager and New-VMSwitch steps, and how to avoid losing host network.
Step-by-step guide to upgrading Windows 10 to Windows 11: check TPM 2.0 and Secure Boot, run PC Health Check, pick an upgrade path, and handle unsupported PCs.
Fix truncated PowerShell output in the console, text files, and reports with Format-Table -Wrap, Out-File -Width, CSV exports, and FormatEnumerationLimit.
VirtualBox says VT-x is not available (VERR_VMX_NO_VMX)? Here's how to free your CPU virtualization from Hyper-V, Memory Integrity, and WSL2 — and fix it for good.
Learn the real Windows 11 NIC teaming options, why old PowerShell commands fail, how to check NetLbfo and NetSwitchTeam, and what to use instead.
Use Claude Code hooks to run shell commands on agent events — auto-format after edits, block risky commands, log activity. The events, config, and working examples.
Install OpenClaw on Windows the reliable way — through WSL2. Prerequisites, Node.js, cloning and running OpenClaw, connecting a model, and the common gotchas.
Learn how Claude Code subagents work: separate context windows, custom system prompts, scoped tools, and per-agent model routing. Full example agent file included.
A map of OpenClaw — how to install it, point it at cheap models like DeepSeek and GLM, use skills and the coding agent, and pick between the popular forks.
Add MCP servers to Claude Code on Windows and WSL: claude mcp add, scopes, .mcp.json, verifying with /mcp, and the Windows cmd /c npx wrapper gotcha explained.
What Claude Code Skills are, the SKILL.md format, where they live, how Claude loads them on demand, and a worked example you can drop in and use today.
A map of Claude Code's advanced features — MCP servers, Skills, subagents, hooks, plugins, slash commands, status line, and CLAUDE.md — and when to use each.