ワンクリックで
cursor-browser
Inspect UI via cursor-ide-browser (Cursor Browser tab); fall back to user-playwright if internal browser MCP is unavailable. Use for @Browser, open tab, layout checks, localhost — or when user explicitly asks for Playwright.
メニュー
Inspect UI via cursor-ide-browser (Cursor Browser tab); fall back to user-playwright if internal browser MCP is unavailable. Use for @Browser, open tab, layout checks, localhost — or when user explicitly asks for Playwright.
Use this skill to generate well-branded interfaces and assets for EduHub by opencampus.sh, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
Draft and review EduHub commit messages using the repository's conventional-commit and semantic-release workflow. Use when writing commit messages, choosing feat vs fix vs chore, deciding whether a body is needed, preparing merge commit messages, or explaining release impact.
Work with Pencil .pen design files via the Pencil MCP (batch_design, variables, guidelines). Use when creating or editing .pen files, exploring UI layouts in Pencil, generating wireframes for EduHub, or when the user mentions Pencil, .pen, or the highagency Pencil extension.
Create a GitHub issue on eduhub-org/eduhub and add it to the "EduHub Development" project board with a chosen Status (Backlog / Todo / In Progress / Done). Use when the user asks to "create an issue", "file a ticket", "add to backlog", or otherwise wants a new issue tracked on the project board.
Create and review EduHub Hasura schema migrations. Use when adding tables, columns, constraints, relationships, or other database schema changes, and when coordinating the required metadata, query, type-generation, and function follow-up steps.
Apply EduHub frontend conventions for components, layout, translations, TableGrid usage, and responsive behavior. Use when creating or refactoring frontend components or pages in the Next.js app.
| name | cursor-browser |
| description | Inspect UI via cursor-ide-browser (Cursor Browser tab); fall back to user-playwright if internal browser MCP is unavailable. Use for @Browser, open tab, layout checks, localhost — or when user explicitly asks for Playwright. |
Use this skill for Browser panel / UI verification in the repo.
cursor-ide-browser — user's open Cursor Browser tabs.user-playwright — when internal browser MCP is missing or failing,
or user explicitly wants Playwright (headless / E2E / isolated session).On fallback, state briefly that you are not on the user's Cursor tab.
cursor-ide-browser)browser_tabs with action: "list".viewId from the list, or browser_tabs select if needed.browser_lock with action: "lock" before interactions.browser_snapshot (structure), browser_take_screenshot (visual).browser_click, browser_fill, browser_type, browser_scroll, etc.browser_navigate — omit position unless the user wants the browser revealed.browser_lock with action: "unlock" when finished.Read each tool's schema in the MCP folder before first use in a session.
user-playwright)Try cursor-ide-browser first. If unavailable:
user-playwright tools (browser_navigate, browser_snapshot, etc.).http://localhost:5000/...).cursor-ide-browser is available and the user meant their open tab.browser_tabs.browser_navigate with position: "active" when a background check is enough.Persistent rule: .cursor/rules/cursor-browser-mcp.mdc (always applied).