Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down