# No Version Skill

> Use when verifying config overrides against a version-less fixture skill.

- Skill: `ai-creed/no-version-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ai-creed/no-version-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-creed/no-version-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ai-creed (https://skillmd.com/u/ai-creed)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ai-creed/no-version-skill

---


# no-version-skill

## Intent

Carries exactly one default-profile finding: the missing version error.

## Inputs

The config fixture path handed over by the test.

## Preconditions

The config fixture tree is checked out unchanged.

## Procedure

1. Lint once without a config to observe the FM05 error.
2. Lint again with each override fixture to observe the change.

## Output

One FM05 finding by default; fewer under overrides.

## Examples

Given the input `no-version`, the expected output is `one FM05 error`.

## Anti-patterns

Adding a version field; the missing field is the fixture's point.

