oocx/tfplan2md

website-devtools

Use browser tools to inspect rendering and troubleshoot website issues with the Maintainer.

First seen Feb 28, 2026

Installation

$ npx skills add oocx/tfplan2md --skill website-devtools

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from oocx/tfplan2md · top by installs.

npx skills add oocx/tfplan2md

Browse all from oocx/tfplan2md

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 172
License LICENSE
Default branch main
Open issues 26
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,564 B
  • docs SUMMARY.md 115 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 17 installs

SKILL.md

Skill Instructions

Purpose

Provide a repeatable way to use browser tools during website work to validate rendering, diagnose layout or CSS issues, and troubleshoot together with the Maintainer.

Hard Rules

Must

  • Use the browser/* tools when diagnosing rendering, layout, or interaction issues.
  • Capture concrete findings (console errors, computed styles, DOM structure) and summarize them in the PR/issue.

Must Not

  • Do not guess at rendering behavior when you can verify it in the browser preview.

Golden Example

Use browser tools to:
- Inspect computed styles and layout for a problematic element
- Check console for errors
- Verify responsive behavior by simulating viewports

Actions

  1. Ensure the site is available via the VS Code preview server (http://127.0.0.1:3000/website/dist/), then open the relevant page with browser/openBrowserPage.
  2. Use browser/readPage, browser/clickElement, browser/hoverElement, browser/typeInPage, browser/runPlaywrightCode, and screenshots as needed to inspect:

- DOM structure and element attributes - Computed CSS and layout metrics - Console logs and runtime errors - Network requests (if applicable)

  1. When a shared layout, component, partial, or client-side module is under investigation, validate more than one consuming page.
  2. Share findings with the Maintainer and propose the smallest fix.