← ClaudeAtlas

cspell-triagelisted

Use when cspell reports unknown words or forbidden words in a repository, when adding entries to a cspell dictionary, or when a cspell config needs setting up, consolidating, or auditing.
AndrewDongminYoo/cc-agents-kit · ★ 2 · Data & Documents · score 71
Install: claude install-skill AndrewDongminYoo/cc-agents-kit
# cspell Triage ## Overview An unknown word is a question about where it came from — not a word to add. Most hits disappear before any word is written down, because the dictionaries the project's own ecosystem ships were never enabled. Measured on a real repository: 371 unknown words fell to 233 with one `ignorePaths` entry for committed build output, then to 159 by naming six bundled dictionaries. 57% were never dictionary candidates. ## The gate — most requests are step 3 alone Run the repo's own gate command first (`npx -y cspell .`, or whatever `grep -rn cspell .trunk/trunk.yaml package.json` says actually runs). What it reports decides how much of this skill applies: | The run shows | Scope | | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | | A handful of unknown words, and a root config exists | **Step 3 only.** Dispose of the words, re-run, canary, stop. | | Unknown words dominated by ecosystem vocabulary (`pytest` flagging in Markdown, `xcassets`, …) | Step 2, then step 3. | | No root config, several configs, or a gate command carrying scope flags the config should own | Step 1, then onward. | | A