.claude/skills/bulk-text-replace/SKILL.md
複数ファイルにまたがる同一テキストを一括置換するスキル。 Grep で対象ファイルを特定し、sed または Python スクリプトで一括置換してから差分を確認する。 「〜を全ファイルで〜に変更して」「複数ファイルの○○を一括で置換して」「横断置換」「全体置換」に使用する。 ルール・スキルファイルの用語変更、設定値の一括更新、命名規則変更後のリネームに特に有効。
npx skillsauth add nakaj1214/nakaj_claude bulk-text-replaceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
複数ファイルにまたがる同一テキストを安全に一括置換する。 個別 Edit を繰り返す代わりに、grep で対象を確認してから sed/perl で一括実行。
詳細な手順: INSTRUCTIONS.md
development
Provides CSS layout patterns using Grid, Flexbox, and responsive design techniques. Use when building page layouts, creating responsive designs, positioning components, or implementing fluid typography. CSSレイアウト技法(Grid、Flexbox、レスポンシブ設計)のパターン集。ページレイアウト構築、レスポンシブデザイン作成、コンポーネント配置時に使用。
development
Provides reference and patterns for modern CSS features (2024+) including native nesting, container queries, :has(), @layer cascade control, and modern color functions. Use when writing modern stylesheets, replacing preprocessor features, building responsive components, or creating design systems. モダンCSS機能(2024+)のリファレンスとパターン集。ネイティブネスト、コンテナクエリ、:has()、@layer、モダンな色関数を扱う際に使用。
documentation
docs/implement/prompt.md(ユーザーの自由な依頼文)を読み込み、構造化した docs/implement/proposal.md(実装要件書)を生成する。品質チェック(7項目)で 曖昧な記述・繰り返し失敗パターン・具体性不足を検出し、必要に応じてリライトする。 create-plan とは独立したスキル。「要件を整理して」「proposalを作って」 「prompt.mdから要件書を作って」と言われたときにトリガーする。
tools
Reads docs/implement/proposal.md and creates docs/implement/plan.md. Then runs a Codex review loop (via codex-review skill, gpt-5.4 MCP) until APPROVED or max iterations reached. 5回以内で APPROVED の場合は implement-plans を自動発火する。