# Valid

> Reference fixture for skills_lint. Demonstrates a SKILL.md that passes every default rule: hyphen-lowercase name matching the parent directory, a properly sized description, and no other frontmatter fields that would trigger the disallowed-field check.

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

---


# Valid example skill

This skill exists so the linter has a known-good fixture to validate
against. It deliberately does nothing useful — it's documentation.

Run it with:

```bash
dart run skills_lint --skill ./example/skills/valid
```

Expected output: `Skill is valid.` and exit code 0.

