Content Preview
--- description: Set up WebMCP in the current project from scratch allowed-tools: Skill(webmcp) --- Invoke the webmcp skill for: setup - integrate WebMCP into the current project
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/setup.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/webmcp/setup.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/qdhenry/Claude-Command-SuiteThen reference at .claude/commands/webmcp/setup.md
Related Skills
setup-linting
Setup code linting and quality tools
commandssetuplinting
by qdhenry · claude-command-suite
setup-automated-releases
Setup automated release workflows
commandssetupautomatedreleases
by qdhenry · claude-command-suite
setup-development-environment
Setup complete development environment
commandssetupdevelopmentenvironment
by qdhenry · claude-command-suite
setup-monitoring-observability
Setup Monitoring and Observability
commandssetupmonitoringobservability
by qdhenry · claude-command-suite