dependency-check
Installation
SKILL.md
Dependency Check Skill
This skill provides standardized dependency checking for frontend plugin commands that require external tools and services.
When to Use This Skill
Claude should invoke this skill at the start of commands that require:
-
Chrome DevTools MCP - For automated UI verification, screenshot capture, DOM inspection
- Commands:
/implement(UI validation),/validate-ui, browser-debugger skill
- Commands:
-
OpenRouter API Key - For multi-model orchestration with external AI models
- Commands:
/implement(multi-model code review),/review
- Commands:
Dependency Check Protocol
Phase 1: Check Chrome DevTools MCP
When to check: Before any command that needs browser automation (screenshots, UI testing, DOM inspection)