fix(ja-JP): translate frontmatter description to Japanese in 3 skills

- skill-scout: translate description field
- tinystruct-patterns: translate description field
- ui-to-vue: translate description field
This commit is contained in:
Claude
2026-05-17 09:13:45 +09:00
committed by Affaan Mustafa
parent fabb4d0c11
commit 6b59276d76
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
name: skill-scout
description: Search existing local, marketplace, GitHub, and web skill sources before creating a new skill. Use when the user wants to create, build, fork, or find a skill for a workflow.
description: 新しいスキルを作成する前に、ローカル・マーケットプレイス・GitHub・Webの既存スキルを検索する。スキルの作成・ビルド・フォーク・検索を行う際に使用。
origin: community
---

View File

@@ -1,6 +1,6 @@
---
name: tinystruct-patterns
description: Use when developing application modules or microservices with the tinystruct Java framework. Covers routing, context management, JSON handling with Builder, and CLI/HTTP dual-mode patterns.
description: tinystructフレームワークでアプリケーションモジュールまたはマイクロサービスを開発する際に使用。ルーティング、コンテキスト管理、BuilderによるJSON処理、CLI/HTTPデュアルモードのパターンをカバー。
origin: ECC
---

View File

@@ -1,6 +1,6 @@
---
name: ui-to-vue
description: Use when the user has UI screenshots or design exports that need batch conversion into Vue 3 components, especially with Vant, Element Plus, or Ant Design Vue.
description: UIスクリーンショットやデザインエクスポートをVue 3コンポーネントに一括変換する際に使用。VantElement PlusAnt Design Vueに対応。
origin: community
---