From 9e824c81ffdc28f6ff96f71aeec14786f0521f80 Mon Sep 17 00:00:00 2001 From: octo-patch Date: Wed, 15 Apr 2026 10:44:08 +0800 Subject: [PATCH] feat(skills): add MiniMax-AI/cli as default skill tap --- frontend/src/i18n/locales/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index d84cbedb2..247516cc0 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -2296,6 +2296,10 @@ { "name": "webapp-testing", "url": "https://github.com/anthropics/skills/tree/main/skills/webapp-testing" + }, + { + "name": "mmx-cli", + "url": "https://github.com/MiniMax-AI/cli/tree/main/skill" } ] } @@ -2351,6 +2355,10 @@ { "name": "webapp-testing", "url": "https://github.com/anthropics/skills/tree/main/skills/webapp-testing" + }, + { + "name": "mmx-cli", + "url": "https://github.com/MiniMax-AI/cli/tree/main/skill" } ] },