# Baseline Status

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

- Skill: `googlechrome/baseline-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add googlechrome/baseline-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/googlechrome/baseline-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: googlechrome (https://skillmd.com/u/googlechrome)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/googlechrome/baseline-status

---


# 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:
```bash
pnpm baselinestatus <query>
```
Example: `pnpm baselinestatus over`

**JSON Output:**
To get structured output for easier parsing:
```bash
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.


