From 19f056c0e6eeb4ee1c6d7cb35588061e2d07dc10 Mon Sep 17 00:00:00 2001 From: Shinsuke Kagawa Date: Thu, 25 Jun 2026 15:10:09 +0900 Subject: [PATCH] docs(readme): list llm-friendly-context in the Applied Skills table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The llm-friendly-context skill (released in #180 / v1.25.0) was missing from the Applied Skills table. It governs the clarity of LLM-facing output — prompts, handoffs, and generated artifacts — which is an applied context-engineering activity, so it belongs in the table. Added to both README.md and README.ja.md. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.ja.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.ja.md b/README.ja.md index 9674bcd..edb376e 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 5197a19..f001be7 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)