Loading...
Loading...
This skill should be used when users encounter cspell unknown word warnings, spelling errors from cspell diagnostics, or CI/linting failures on unrecognized words. Also applies when users ask to add words to the cspell dictionary, suppress or ignore cspell warnings, choose between cspell:words and cspell:ignore directives, or bootstrap cspell config in a new project
npx skill4agent add vdustr/vp-claude-code-marketplace cspellDocumentation: Fetch cspell syntax and config details via Context7 () at runtime; never rely on hardcoded syntax./streetsidesoftware/cspell
package.jsoncspell.cspell.jsoncspell.jsoncspell.config.{json,mjs,js,cjs,yaml,yml,toml}cspell.{yaml,yml}..config/.cspell.config.yaml.config/cspell.json.vscode/cspell.jsoncspell.*.vscode/settings.json| Priority | Strategy | When to Use |
|---|---|---|
| 1 | Adjust text | Compound word cspell doesn't recognize; restructuring is safe (hyphenate, camelCase). See decision-tree.md for the full exception list |
| 2 | Project dictionary | Word appears in 2+ files or is expected to recur project-wide |
| 3 | Inline directive | One-off word in a single file/location. See decision-tree.md for directive selection and placement |
cspell:wordscspell:disable| Error | Action |
|---|---|
| No write permission to config | Notify user, suggest manual edit path |
Excessive | Scope to source directory, configure |
| Context7 unavailable | Fall back to cspell.org or |
For bootstrapping-specific errors (CLI not installed,cspellfails), see config-bootstrapping.md.cspell init