.claude/skills/analyze-project/SKILL.md
既存のコードベースを解析し、コーディング規約・命名規則・アーキテクチャパターン・ ドメイン固有のワークフローを抽出した上で、そのプロジェクトに合わせた rules/ および skills/ ファイルを自動生成する。
npx skillsauth add nakaj1214/nakaj_claude analyze-projectInstall 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.
詳細手順: 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 を自動発火する。