Loading...
Loading...
Audit and refactor existing SKILLs. Use when improving drafts, fixing quality, or aligning to spec. For creating new skills from scratch use skill-creator (anthropics/skills).
npx skill4agent add nesnilnehc/ai-cortex refine-skill-designINDEX.mdskill-creatorINDEX.mdname: spell-check This skill checks spelling. Input: multilingual text. Output: corrected text.
name: polish-text-spelling description: Context-aware spelling and terminology correction for multilingual documents. tags: [writing, quality-control] version: 1.1.0
Skill: Spelling and terminology
Purpose: Identify and fix low-level spelling errors and terminology inconsistency without changing the author's intent or tone.
Behavior:
- Detect language.
- Build a term list if the text is long.
- Distinguish "typos" from "intentional style."
Restrictions: Do not change proper nouns or specific abbreviations unless clearly wrong.
| Element | Requirement |
|---|---|
| Optimized SKILL | Full Markdown content (or path to file). MUST satisfy spec/skill.md: YAML front matter, Purpose, Use cases, Behavior, I/O, Restrictions, Self-Check, and at least one Example. |
| Diff summary | List of changes. Each entry MUST include Section (e.g. |
| Version suggestion | SemVer string |