# Vp Cspell

> Diagnose and fix cspell unknown-word findings or bootstrap repository cspell configuration. Boundary: not for other spell checkers or general lint errors.

- Skill: `vdustr/vp-cspell` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add vdustr/vp-cspell`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vdustr/vp-cspell/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: VdustR (https://skillmd.com/u/vdustr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vdustr/vp-cspell

---


# cspell

Fix the text when it is wrong. Configure cspell only when the spelling is
intentional and the repository owns an appropriate configuration surface.

## Decision Order

1. Correct an actual typo.
2. Reuse an established repository spelling or canonical product name.
3. Add a real reusable term to the narrowest appropriate dictionary.
4. Use a local directive for intentional one-off text.
5. Ignore patterns only for generated, encoded, or structurally noisy content.

Do not add a word globally merely to silence one occurrence, and do not invent
configuration for an IDE-only warning when the repository has no cspell setup.
Run the repository's configured check after changes.

Read `references/decision-tree.md` for ambiguous cases and
`references/config-bootstrapping.md` when introducing configuration.

