
Baseline Status
- 2 installs
- 921 repo stars
- Updated August 4, 2026
- googlechrome/modern-web-guidance-src
Checks the browser support and Baseline status of web features via a baselinestatus CLI query.
About
Verifies whether a web feature is ready to use by checking its browser support and Baseline status through a CLI query. A developer uses it to confirm cross-browser readiness of a feature.
- Queries Baseline status by feature ID or description
- Supports JSON output for parsing
Baseline Status by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,863 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/googlechrome/modern-web-guidance-src --skill baseline-statusAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 921 |
| Last updated | August 4, 2026 |
| Repository | googlechrome/modern-web-guidance-src ↗ |
What it does
Checks the browser support and Baseline status of web features via a baselinestatus CLI query.
Files
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> --jsonExample: 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.