Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Use when testing web applications, debugging browser console errors, automating form interactions, or verifying UI implementations. Load for localhost testing, authenticated app testing (Gmail, Notion), or recording demo GIFs. Requires Chrome extension 1.0.36+, Claude Code 2.0.73+, paid plan.
Sign in to like and favorite skills
Test and debug web applications via Chrome integration.
| Requirement | Minimum |
|---|---|
| Chrome extension | 1.0.36+ |
| Claude Code CLI | 2.0.73+ |
| Plan | Pro/Team/Enterprise |
claude --chrome or /chrometabs_context_mcpnavigate to URLfind, form_input, computerread_console_messages, read_pagecomputer(action="screenshot")# Check for console errors scripts/check-console-errors.sh TAB_ID # Verify page loaded scripts/verify-page-load.sh TAB_ID URL # Run smoke test scripts/smoke-test.sh URL
| Tool | Purpose |
|---|---|
| Get tab IDs (call first) |
| Go to URL |
| Click, type, screenshot |
| Find element by description |
| Fill form fields |
| Debug with pattern filter |
| Get DOM/accessibility tree |
| Record interactions |
| File | Load When |
|---|---|
| references/patterns.md | Designing test scenarios |
| references/examples.md | Need concrete examples |