スキル一覧に戻る
wuyuxiangX

yux-config

by wuyuxiangX

0🍴 0📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: yux-config description: Manage yux-core configuration settings. Triggers: "config", "settings", "change language", "set language", "配置", "设置", "更改语言", "设置语言". allowed-tools: Read, Write, Glob, AskUserQuestion

yux-config Skill

Manage configuration settings for yux-claude-hub plugins.

Triggers

This skill activates when user mentions:

  • "config", "settings", "preferences"
  • "change language", "set language", "switch language"
  • "配置", "设置", "更改语言", "设置语言"
  • "設定", "言語変更"
  • "설정", "언어 변경"

Workflow

Step 1: Read Current Configuration

Read .claude/yux-config.json:

  • If exists, parse current settings
  • If not exists, inform user and suggest /yux-init

Step 2: Determine User Intent

Parse user request to determine what they want to change:

Language changes:

  • "set language to Chinese" → "zh"
  • "change to English" → "en"
  • "日本語に変更" → "ja"
  • "한국어로 변경" → "ko"
  • "设置为中文" → "zh"

View settings:

  • "show config", "view settings" → display current config

Step 3: Update Configuration

If user wants to change settings:

  1. Read current config
  2. Update specified field(s)
  3. Write updated config back to file
  4. Preserve other fields unchanged

Step 4: Confirmation

Output confirmation in the configured language.

Configuration

Before generating output, read .claude/yux-config.json:

  • If language is set, output in that language
  • If file doesn't exist, detect from user input or default to English

Output Examples

Output language follows .claude/yux-config.json setting

View Configuration

=== Current Configuration ===

Language: Chinese (zh)

File: .claude/yux-config.json

Update Configuration

=== Configuration Updated ===

Changed: language
From: en
To: zh

All yux plugins will now output in Chinese.

Configuration Not Found

=== Configuration Not Found ===

No configuration file found at .claude/yux-config.json

Run /yux-init to initialize configuration.

Supported Languages

CodeLanguage
enEnglish
zh中文 (Chinese)
ja日本語 (Japanese)
ko한국어 (Korean)

Notes

  • Changes take effect immediately for all yux plugins
  • Invalid language codes will be rejected
  • Config file must be valid JSON

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です