소스 정보
- 저장소
- sapegin/dotfiles
- 최근 소스 활동
- 2026년 7월 23일 11:18
- 감지된 SKILL.md 언어
- 영어
- 스타
- 534
- 포크
- 51
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/sapegin/dotfiles --skill spellcheck명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Audit every local skill for predictable behavior, sound structure, and prompt quality.
| name | spellcheck |
| description | Proofread prose for spelling, grammar, punctuation, and clarity. |
| disable-model-invocation | true |
Proofread the supplied text. Correct spelling, tense, grammar, and punctuation. Improve clarity and readability without changing meaning or voice. Never reprint the full text until the user approves fixes in text mode.
Read and follow English writing style guide for punctuation, voice, typography, and other prose conventions.
Accept zero or one argument:
/skill:spellcheck [<file-path>]
With a file path: read that file as the proofreading target. On approved fixes, edit the file in place.
Without a file path: ask the user to paste the text. Do not proofread until text is provided. On approved fixes, reprint the full text with only those corrections applied.
Ignore text inside HTML comments (<!-- ... -->). Do not flag or rewrite fenced code blocks, inline code, URLs, file paths, or literal command output unless the error is clearly in surrounding prose.
Apply every check below. Flag only real issues — skip sentences that need no change.
Core
it, this, that, which)its/it's, affect/effect, than/then)There is, It is, In order to) when a direct rewrite is clearerAdditional checks for tech writing
click here, read more)Do not flag
Fix 1, 4, 7), apply only those corrections:
Use this structure for every finding. Replace only the placeholders.
1. {original sentence}
→
{corrected sentence}
_{brief explanation aimed at improving the user's understanding}_
2. {original sentence}
→
{corrected sentence}
_{explanation}_
Formatting rules:
→._..._.No corrections needed.After the last finding, add:
Reply with “X, Y, Z”, “fix all”, or tell me what to do.
Interpret Fix 1, 4, 7, 1, 4, 7, and apply 1 and 4 as approval to apply those numbered corrections. Interpret Fix all as approval to apply all corrections.