From creative
Generates comprehensive user guides with automatic screenshots via Playwright MCP. Triggered by 'guide', 'documentation', 'tutorial', 'walkthrough', 'onboarding', 'help doc', 'user manual', 'screenshot guide'.
npx claudepluginhub buldee/claude-creative-studio --plugin claude-creative-studioThis skill uses the workspace's default tool permissions.
Automates the creation of professional guides by navigating a web application via Playwright MCP.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Share bugs, ideas, or general feedback.
Automates the creation of professional guides by navigating a web application via Playwright MCP.
claude mcp add --scope user playwright npx @playwright/mcp@latest
Note: The Playwright MCP is intentionally outside the plugin because it serves many other uses (testing, QA, scraping). It is recommended to install it at user scope once.
Before touching the browser, define:
If not specified, ask the user. Propose a table of contents before starting.
If the application requires login:
browser_navigate to the login pageNEVER enter passwords or credentials.
For each page/screen in the guide:
browser_navigatebrowser_take_screenshotbrowser_resize:
Naming convention:
docs/guide/screenshots/
01-dashboard-overview.png
02-campaigns-list.png
03-campaign-create-form.png
04-campaign-create-form-mobile.png
For multi-step processes:
# [App Name] — User Guide
> Version: [date] | Audience: [target]
## Table of Contents
- [Section 1](#section-1)
...
## 1. [Section Name]
### Objective
[What the user accomplishes — 1-2 sentences]
### Steps
**1. [Action description]**

[Concise explanation of what the user sees and does.]
**2. [Next action]**

### Points of attention
- [Pitfalls, tips, warnings]
docs/guide/screenshots/ for imagesdocs/guide/README.md for the guide