with one click
markdown-lint
Markdown ファイル編集後のリント実行。Markdown を作成・編集したら必ず実行。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Markdown ファイル編集後のリント実行。Markdown を作成・編集したら必ず実行。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
パッケージの追加・削除・インストール・セットアップ時に全プラットフォーム(macOS/Linux/Windows)の 整合性を確保する。「〜を追加して」「〜をインストールして」「〜を入れて」「〜をセットアップ」 「〜を削除して」「Brewfile に〜」「dotfiles に〜を追加」等のパッケージ変更リクエストで必ず実行。 CLI ツール、GUI アプリ、言語ランタイム、NPM パッケージ、VS Code 拡張の追加・削除すべてに適用。
install.sh / install.ps1 を編集した後、関連ドキュメント(README.md 等)の整合性を確認・更新する。インストールスクリプトを変更したら必ず実行。
Reorganize project documentation with bilingual (English/Japanese) structure. Use when asked to "reorganize docs", "update documentation", or "sync documentation".
Ghostty設定ファイルの修正。公式ドキュメントを参照してキーバインディング、フォント、テーマ、ウィンドウ設定などを支援
| name | markdown-lint |
| description | Markdown ファイル編集後のリント実行。Markdown を作成・編集したら必ず実行。 |
Markdown ファイルを作成・編集した後に lint を実行するスキル。
Markdown ファイル (*.md) を作成・編集した場合は、必ずこのスキルに従って lint を実行すること。
just lint
*.md (すべての Markdown ファイル)README.md, DEVELOPMENT.md, CHANGELOG.md.claude/skills/**/SKILL.mdapps/blog/src/contents/*.mdjust lint を実行してエラーを確認just lint で確認(すべて Passed になるまで繰り返す)| エラー | 原因 | 修正方法 |
|---|---|---|
| MD041 | 最初の行が見出しでない | # タイトル を先頭に追加 |
| MD040 | コードブロックに言語指定がない | ```bash のように言語を指定 |
| textlint | 日本語の文法エラー | エラーメッセージに従って修正 |
| cspell | 不明な単語 | cspell.json の words に追加 |
text でも可)