Automates installation and building of local dev tools including MCP servers and E2E testing environments.

Install

mkdir -p .claude/skills/setup-dev && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13411" && unzip -o skill.zip -d .claude/skills/setup-dev && rm skill.zip

Installs to .claude/skills/setup-dev

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Install development tools (mcp | extension | playwright)
56 charsno explicit “when” trigger
Beginner

Key capabilities

  • Build the Too Many Cooks MCP server
  • Add MCP server to Claude Code
  • Build the VSCode extension
  • Install Chromium and Playwright for website E2E testing
  • Run website tests

How it works

The skill executes specific bash commands to build and configure development tools like the MCP server, VSCode extension, or Playwright for end-to-end testing.

Inputs & outputs

You give it
Tool name: mcp, extension, or playwright
You get back
Installation or build process completion for the specified tool

When to use setup-dev

  • Install MCP server
  • Configure VSCode extension
  • Setup Playwright testing
  • Build development environment

About this skill

Setup Development Tools

Usage: /setup <tool>

  • mcp — Build the Too Many Cooks MCP server
  • extension — Build the VSCode extension
  • playwright — Install Chromium and Playwright for website E2E testing

MCP Server Setup

cd too-many-cooks && npm ci && npm run build

Add to Claude Code:

claude mcp add --transport http too-many-cooks http://localhost:4040/mcp

VSCode Extension Setup

Build the MCP server first (above), then:

cd too_many_cooks_vscode_extension
npm ci
npm run compile
npx @vscode/vsce package
code --install-extension *.vsix

Playwright Setup

cd website && npm ci
cd website && npx playwright install --with-deps chromium

Run website tests:

cd website && npm test

When not to use it

  • When the user needs to install tools other than mcp, extension, or playwright
  • When the user wants to perform actions not related to development setup

Limitations

  • This skill is disabled for model invocation.
  • Only supports mcp, extension, and playwright tools.
  • Requires manual execution of commands for setup.

How it compares

This skill provides simplified, predefined commands for common development setup tasks, unlike manually executing each step.

Compared to similar skills

setup-dev side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
setup-dev (this skill)05moReviewBeginner
swarm-advanced74moReviewAdvanced
replit-deploy-integration028dCautionBeginner
dev04moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry