qwen_agent/skills/developing/user-context-loader/language.json
2026-06-23 18:35:23 +08:00

15 lines
751 B
JSON

{
"ja": {
"description": "ユーザーコンテキストローダーのサンプル Skill。Claude Plugins パターンの hooks 機構を使用して、agent 実行の各段階でカスタムロジックを注入する方法を示します。",
"category": "開発者ツール"
},
"zh": {
"description": "用户上下文加载器示例 Skill。演示如何使用 Claude Plugins 模式的 hooks 机制在 agent 执行的不同阶段注入自定义逻辑。",
"category": "开发者工具"
},
"en": {
"description": "Example user context loader Skill. Demonstrates how to use the Claude Plugins-style hooks mechanism to inject custom logic at different stages of agent execution.",
"category": "Developer Tools"
}
}