Initialize project configuration for yux-claude-hub plugins.
Creates yux plugin configuration with language selection for multilingual support.
/plugin marketplace add wuyuxiangX/yux-claude-hub/plugin install yux-core@yux-claude-hubInitialize project configuration for yux-claude-hub plugins.
Usage: /yux-init
Optional arguments: $ARGUMENTS
.claude/ directory exists.claude/yux-config.json already existsIf config exists:
Ask user for preferred output language using AskUserQuestion:
Question: "Select your preferred output language for yux plugins" Options:
.claude/ directory if not exists.claude/yux-config.json:{
"language": "<selected-language-code>",
"created_at": "<ISO-8601-timestamp>",
"version": "1.0.0"
}
Language codes:
"en""zh""ja""ko"Output confirmation message (in selected language):
English:
Configuration initialized successfully!
File: .claude/yux-config.json
Language: English
All yux plugins will now use this configuration.
Chinese:
配置初始化成功!
文件: .claude/yux-config.json
语言: 中文
所有 yux 插件现在都将使用此配置。
Japanese:
設定の初期化が完了しました!
ファイル: .claude/yux-config.json
言語: 日本語
すべての yux プラグインがこの設定を使用します。
Korean:
구성 초기화 완료!
파일: .claude/yux-config.json
언어: 한국어
모든 yux 플러그인이 이 구성을 사용합니다.