Baseline Status

Use this skill to check the browser support and Baseline status of web features.

googlechrome 9782bd6 899 B Updated 1.6k repo stars

File contents

Web Baseline Status Skill

Use this skill when you need to verify if a web feature is ready for use or when you need browser support data for specific features.

Tool Usage

Basic Search: To search for features by ID or description:

pnpm baselinestatus <query>

Example: pnpm baselinestatus over

JSON Output: To get structured output for easier parsing:

pnpm baselinestatus <query> --json

Example: pnpm baselinestatus over --json

Baseline Status Mapping

The output maps internal status codes to human-readable terms:

  • Widely (high): Supported by all major browsers for a significant time.
  • Newly (low): Recently supported by all major browsers.
  • Limited (false): Not yet supported by all major browsers.

googlechrome/modern-web-guidance-src/tree/main/.agents/skills/web-baseline commit 9782bd6f4e

Frequently asked questions

npx skillmds@latest add googlechrome/baseline-status