diff --git a/README.ja.md b/README.ja.md index 9674bcdc..edb376e8 100644 --- a/README.ja.md +++ b/README.ja.md @@ -183,6 +183,7 @@ Claude Codeで利用できる主要なコマンド | `frontend-typescript-rules` | Reactコンポーネント設計、Props駆動パターン | | `frontend-typescript-testing` | React Testing Library、MSW、Playwright E2E(fixture / service-integrationパターン) | | `frontend-technical-spec` | Reactアーキテクチャ、環境設定、データフロー | +| `llm-friendly-context` | LLM向け出力(プロンプト、ハンドオフ、生成物)の明確さ | | `project-context` | AIの実行精度のためのプロジェクト前提情報(`/project-inject`で設定) | 👉 [スキルの仕組みについて(Claude Code docs)](https://code.claude.com/docs/ja/skills) diff --git a/README.md b/README.md index 5197a199..f001be77 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ This boilerplate provides the principles used in agentic implementation workflow | `frontend-typescript-rules` | React component design, Props-driven patterns | | `frontend-typescript-testing` | React Testing Library, MSW, Playwright E2E (fixture and service-integration patterns) | | `frontend-technical-spec` | React architecture, environment, data flow | +| `llm-friendly-context` | Clarity of LLM-facing output — prompts, handoffs, and generated artifacts | | `project-context` | Project-specific prerequisites for AI accuracy (set via `/project-inject`) | 👉 [Learn how Skills work (Claude Code docs)](https://code.claude.com/docs/en/skills)