setup

Install and configure Claude Code CLI or Playwright with Chromium for development.

113|2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/MelbourneDeveloper/dart_node --skill setup-melbournedeveloper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/MelbourneDeveloper/dart_node/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/MelbourneDeveloper/dart_node --skill setup-melbournedeveloper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the setup of essential development tools, ensuring your environment is ready for coding and testing with either the Claude Code CLI or Playwright.

Core Features & Use Cases

  • Claude Code CLI Setup: Installs the necessary tools and VSCode extension for multi-agent coordination.
  • Playwright Setup: Installs Chromium and Playwright for end-to-end website testing.
  • Use Case: Before starting a new project, you can quickly run /setup claude to get your agent development environment ready, or /setup playwright to prepare for E2E testing of the web application.

Quick Start

Run the setup skill to install the claude tool.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Code CLI and VSCode extension installation for agent development?

Automating Claude Code CLI installation configures your VSCode environment with the Too Many Cooks extension, enabling multi-agent coding coordination. This setup ensures all necessary toolchains are installed and verified for consistent agent-based development.

What is the best way to set up Playwright and Chromium for end-to-end testing?

Setting up Playwright and Chromium involves installing the browser binaries and testing framework automatically. This prepares your development environment specifically for running end-to-end web application tests without manual configuration steps.

Can I configure both Claude Code and Playwright in the same development environment?

Yes, you can configure both Claude Code and Playwright in the same environment by running their respective setup commands. The tool addresses distinct needs: agent-based coding coordination and end-to-end website testing.

Do I need VSCode to use the Claude Code CLI setup?

VSCode is required for the Claude Code CLI setup because it installs the Too Many Cooks extension directly into your editor. This integration is necessary to facilitate multi-agent coordination within your development workflow.

How does automated development tool verification work during setup?

Automated development tool verification works by executing scripts that install and validate toolchain dependencies. This process ensures your Claude Code CLI or Playwright environment is fully operational before you begin coding or testing.