# Quickstart

> cspell Quickstart

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

---

# cspell Quickstart

Check files for spelling errors:
```bash
sc cspell file check "src/**/*.ts"
```

Check with a custom config:
```bash
sc cspell file check "src/**/*.ts" --config .cspell.json
```

Initialize a cspell config:
```bash
sc cspell config init
```

Add words to dictionary:
```bash
sc cspell words add "mycustomword"
```

