eyes
Eyes - Visual Feedback Loop
Use Playwright MCP to capture screenshots and collaborate with users on visual refinements. Always confirm before making changes.
Workflow
-
Capture current state — Use Playwright MCP
browser_take_screenshotto capture the current page or element to better understand the users questions or requirements. -
Gather specific feedback — Ask what needs adjustment: "Looking at this screenshot, what specifically would you like changed?"
-
Propose changes clearly — Describe intended modifications with specifics:
- Bad: "I'll fix the spacing"
- Good: "I'll increase the gap between cards from 16px to 24px and add 32px padding to the container"
-
Confirm before implementing — Use AskUserQuestion to get explicit approval. Never modify code without confirmation.
-
Verify with comparison — After changes, capture a new screenshot to confirm the fix has been made.
Playwright MCP Tools
More from mintuz/claude-plugins
gps-method
Evidence-based goal achievement framework using Goal, Plan, and System methodology. Use when users want to set goals, create actionable plans, build execution systems, or diagnose why they're struggling to make progress on existing goals. Triggers include requests to "set a goal", "help me achieve", "create a plan", "why am I not making progress", or similar goal-setting and achievement queries.
24app-store-scraper
>
19web-design
WHEN refining UI layout, typography, color, or polish; NOT code implementation; provides concise principles for intentional, legible design.
18local-ai-models
Comprehensive guide for implementing on-device AI models on iOS using Foundation Models and MLX Swift frameworks. Use WHEN building iOS apps with (1) Local LLM inference, (2) Vision Language Models (VLMs), (3) Text embeddings, (4) Image generation, (5) Tool/function calling, (6) Multi-turn conversations, (7) Custom model integration, or (8) Structured generation.
17react-testing
WHEN testing React components/hooks/context with React Testing Library; NOT e2e; covers renderHook, providers, forms, and anti-patterns.
12swiftui-architecture
WHEN building SwiftUI views, managing state, setting up shared services, or making architectural decisions; NOT for UIKit or legacy patterns; provides pure SwiftUI data flow without ViewModels using @State, @Binding, @Observable, and @Environment.
10