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'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/creative:app-guide-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automates the creation of professional guides by navigating a web application via Playwright MCP.
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 guidenpx claudepluginhub buldee/claude-creative-studio --plugin claude-creative-studioGenerates brand assets: logos (55+ styles, Gemini AI), CIP mockups, HTML slides (Chart.js), banners (22 styles), SVG icons (15 styles), and social media photos. Routes to sub-skills for design tokens and UI styling.